3

我想在我的应用程序中使用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...?)

4

1 回答 1

1

你的 Python/PyQt5 安装太旧了。您需要升级到 Python-3.5 和 PyQt-5.7 才能使用 PyQtChart-5.7。

目前没有通过官方 PyQtChart 下载站点提供的旧版本,并且网络搜索在网络上的其他地方找不到任何旧包。所以它是 PyQtChart-5.7 或者什么都没有。

于 2016-12-28T18:49:05.367 回答