如何在python34中安装pyqtchart,pyqt5.4



我想在我的应用程序中使用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:Userszhangqi2011pippip.log

pip3 install PyQtChart-5.7-cp35-none-win_amd64.whl也失败了。

我尝试下载pyqtchart_gpl-5.7.zip(对不起,我不能发布超过2个链接...),但是我不知道如何将其添加到我的Python Site-ackages中?请帮我...

我的环境:Win7Python34 PYQT5.4 (Pyqtchart版本为5.7 ...?)

您的python/pyqt5安装太旧了。您需要升级到python-3.5和pyqt-5.7才能使用pyqtchart-5.7。

当前没有官方Pyqtchart下载网站可用的较旧版本,并且网络搜索在网上其他地方找不到任何较旧的软件包。所以它是pyqtchart-5.7或没有。

相关内容

  • 没有找到相关文章

最新更新