百胜下载(在线机)安装(离线机)不工作 PyQt4
我正在尝试在气隙离线机器上安装 PyQt4。
在在线计算机上,
yum install --downloadonly --directorydir /path/to/store/it PyQt4-devel
我将整个目录传输到离线计算机上。
在那里,我尝试 cd 进入该目录并执行
sudo rpm -i *.rpm
以下操作,但
yum install PyQt4*.rpm
都没有成功,两者都引用了缺少依赖项或在 rpm 的情况下 'qt-sqlite < 1:4.7.1-16 已被 qt-1:4.8.7-9.el7_9.x86_64 废弃。
但是我认为这个方法应该提取任何依赖项?
I am trying to install PyQt4 on an air-gapped offline machine.
On an online machine I do
yum install --downloadonly --directorydir /path/to/store/it PyQt4-devel
I then transfer the entire directory to the offline machine.
There I've tried to cd into the directory and do
sudo rpm -i *.rpm
As well as
yum install PyQt4*.rpm
Neither one worked, both citing either missing dependencies or in the case of the rpm one 'qt-sqlite < 1:4.7.1-16 is obsoleted by qt-1:4.8.7-9.el7_9.x86_64`
However I thought this method is supposed to pull any dependencies?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论