我想在我的应用程序中使用Qt Chart,所以我找到了 PyQtChart5.7 https://pypi.python.org/pypi/PyQtChart/5.7。但我试过pip3 install PyQtChart
失败了:
Downloading/unpacking PyQtChart
Could not find any downloads that satisfy the requirement PyQtChart
Cleaning up...
No distributions at all found for PyQtChart
Storing debug log for failure in C:\Users\zhangqi2011\pip\pip.log
也pip3 install PyQtChart-5.7-cp35-none-win_amd64.whl
失败了。
我尝试下载 PyQtChart_gpl-5.7.zip(对不起,我不能发布超过 2 个链接...),但我不知道如何将它添加到我的 python 站点包中?请帮我...
我的环境:win7 python34 pyqt5.4(pyqtchart版本是5.7...?)