gpt4 book ai didi

python - 为什么我不能从 pypi 安装 PyQt5?

转载 作者:太空宇宙 更新时间:2023-11-03 14:25:16 24 4
gpt4 key购买 nike

我想在pycharm中使用PyQt5。尝试从可用包安装包后,出现错误消息:“安装包失败:安装包 PyQt5 时出错。”
完整的日志在这里:

------------------------------------------------------------
C:\Program Files (x86)\JetBrains\PyCharm 3.0.1\helpers\packaging_tool.py run on 02/05/14 16:13:23
Downloading/unpacking PyQt5

Getting page https://pypi.python.org/simple/PyQt5/
URLs to search for versions for PyQt5:
* https://pypi.python.org/simple/PyQt5/
Analyzing links from page https://pypi.python.org/simple/PyQt5/
Could not find any downloads that satisfy the requirement PyQt5

No distributions at all found for PyQt5

Exception information:
Traceback (most recent call last):
File "C:\Python27\lib\site-packages\pip-1.3.1-py2.7.egg\pip\basecommand.py", line 139, in main
status = self.run(options, args)
File "C:\Python27\lib\site-packages\pip-1.3.1-py2.7.egg\pip\commands\install.py", line 266, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "C:\Python27\lib\site-packages\pip-1.3.1-py2.7.egg\pip\req.py", line 1026, in prepare_files
url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
File "C:\Python27\lib\site-packages\pip-1.3.1-py2.7.egg\pip\index.py", line 171, in find_requirement
raise DistributionNotFound('No distributions at all found for %s' % req)
DistributionNotFound: No distributions at all found for PyQt5

我该怎么办?

这就是我所做的:

  • 安装 Python 3.3 并添加到 PATH
  • 已安装 PyQt5-5.2-gpl-Py3.3-Qt5.2.0-x64.exe

而且我不知道如何在pycharm中使用PyQt
你能提供更多信息吗?

最佳答案

据我所知,您不能从 PyPI 安装 PyQt4/PyQt5。您必须单独安装它。

如果您看到 this链接,您可以看到 PyPI 上没有列出 PyQt5(同样适用于 PyQt4)的包。因此,您需要从 here 单独下载安装程序并安装它。

就是这样

DistributionNotFound: No distributions at all found for PyQt5

指的是。

[更新]:您很可能还需要以相同的方式安装 sip,方法如下:https://askubuntu.com/a/666336/12214

关于python - 为什么我不能从 pypi 安装 PyQt5?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21577723/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com