2016-12-28 30 views
2

我想在我的應用程序中使用Qt Chart,所以我找到PyQtChart5.7 https://pypi.python.org/pypi/PyQtChart/5.7。 但我已經試過pip3 install PyQtChart失敗:如何在python34中安裝PyQtChart,pyqt5.4

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 ...)

回答

1

你的Python/PyQt5安裝太舊。您需要升級到Python-3.5和PyQt-5.7才能使用PyQtChart-5.7。

當前沒有舊版本通過official PyQtChart download site可用,並且網絡搜索在網絡上的其他地方找不到任何較舊的軟件包。所以它是PyQtChart-5.7或者什麼都不是。

相關問題