我想在我的应用程序中使用Qt图,所以我找到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.logpip3 install PyQtChart-5.7-cp35-none-win_amd64.whl也失败了。
我试着下载PyQt图表_gpl-5.7.zip(对不起,我不能发布超过两个链接.),但是我不知道如何将它添加到我的python站点-包?请帮帮我..。
我的环境: win7 python34 pyqt5.4 (比目图版本为5.7?)
发布于 2016-12-28 18:49:05
Python/PyQt5 5的安装太老了。您需要升级到Python-3.5和PyQt-5.7,才能使用PyQtchar-5.7。
目前在官方PyQtChart下载站点中没有旧版本可供使用,网络搜索在网络上也找不到任何旧的包。所以它是PyQtchar-5.7或者什么也没有。
https://stackoverflow.com/questions/41359192
复制相似问题