简体   繁体   English

在Mac上安装PyQt4错误

[英]install PyQt4 on mac error

I'm getting this error on the make install part of the installation process. 我在安装过程的make install部分收到此错误。

ld: library not found for -lqpycore

Not sure what this means. 不知道这意味着什么。 Any ideas? 有任何想法吗?

I got this same error trying to install pyqt5 on Mac OS 10.8. 我在Mac OS 10.8上尝试安装pyqt5时遇到了同样的错误。 The solution for me was to cd into the qpy directory (under the PyQt-gpl install directory) and make. 对我来说,解决方案是cd进入qpy目录(在PyQt-gpl安装目录下)并进行制作。 Once finished cd .., and sudo make install again. 一旦完成cd ..和sudo再次安装。

这意味着未安装库qpycore ,也许您错过了一些依赖关系?

对我来说,首先make然后make install也可以。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM