【发布时间】:2016-12-28 09:36:04
【问题描述】:
我想在我的应用程序中使用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 蟒蛇34 pyqt5.4(pyqtchart版本是5.7...?)
【问题讨论】: