【问题标题】:how to install PyQtChart in python34, pyqt5.4如何在python34、pyqt5.4中安装PyQtChart
【发布时间】: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...?)

【问题讨论】:

    标签: qt5 pyqt5 qtcharts


    【解决方案1】:

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

    official PyQtChart download site 目前没有可用的旧版本,并且网络搜索在网络上的其他地方找不到任何旧包。所以它是 PyQtChart-5.7 或者什么都没有。

    【讨论】:

      猜你喜欢
      • 2015-01-29
      • 2018-08-11
      • 1970-01-01
      • 2020-07-27
      • 1970-01-01
      • 2015-04-03
      • 2016-02-27
      • 2020-11-27
      • 1970-01-01
      相关资源
      最近更新 更多