鱼C论坛

 找回密码
 立即注册
查看: 2688|回复: 4

[已解决]pyqt5-tools 安装失败

[复制链接]
发表于 2023-2-19 15:51:59 | 显示全部楼层 |阅读模式
5鱼币
  1. C:\Users\macbook>pip install pyqt5-tools
  2. Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
  3. Collecting pyqt5-tools
  4.   Using cached https://pypi.tuna.tsinghua.edu.cn/packages/b7/70/a25aab849a5e38ae78716acde1f917a14d9d819c8600bbb8cf536781f7c5/pyqt5_tools-5.15.4.3.2-py3-none-any.whl (29 kB)
  5. Collecting click
  6.   Using cached https://pypi.tuna.tsinghua.edu.cn/packages/c2/f1/df59e28c642d583f7dacffb1e0965d0e00b218e0186d7858ac5233dce840/click-8.1.3-py3-none-any.whl (96 kB)
  7. Collecting pyqt5==5.15.4
  8.   Using cached https://pypi.tuna.tsinghua.edu.cn/packages/8e/a4/d5e4bf99dd50134c88b95e926d7b81aad2473b47fde5e3e4eac2c69a8942/PyQt5-5.15.4.tar.gz (3.3 MB)
  9.   Installing build dependencies ... done
  10.   Getting requirements to build wheel ... done
  11.   Preparing metadata (pyproject.toml) ... error
  12.   error: subprocess-exited-with-error

  13.   × Preparing metadata (pyproject.toml) did not run successfully.
  14.   │ exit code: 1
  15.   ╰─> [33 lines of output]
  16.       Traceback (most recent call last):
  17.         File "C:\Users\macbook\AppData\Local\Programs\Python\Python311\Lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py", line 144, in prepare_metadata_for_build_wheel
  18.           hook = backend.prepare_metadata_for_build_wheel
  19.                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  20.       AttributeError: module 'sipbuild.api' has no attribute 'prepare_metadata_for_build_wheel'

  21.       During handling of the above exception, another exception occurred:

  22.       Traceback (most recent call last):
  23.         File "C:\Users\macbook\AppData\Local\Programs\Python\Python311\Lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py", line 351, in <module>
  24.           main()
  25.         File "C:\Users\macbook\AppData\Local\Programs\Python\Python311\Lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py", line 333, in main
  26.           json_out['return_val'] = hook(**hook_input['kwargs'])
  27.                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  28.         File "C:\Users\macbook\AppData\Local\Programs\Python\Python311\Lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py", line 148, in prepare_metadata_for_build_wheel
  29.           whl_basename = backend.build_wheel(metadata_directory, config_settings)
  30.                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  31.         File "C:\Users\macbook\AppData\Local\Temp\pip-build-env-6c0vqpdo\overlay\Lib\site-packages\sipbuild\api.py", line 46, in build_wheel
  32.           project = AbstractProject.bootstrap('wheel',
  33.                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  34.         File "C:\Users\macbook\AppData\Local\Temp\pip-build-env-6c0vqpdo\overlay\Lib\site-packages\sipbuild\abstract_project.py", line 87, in bootstrap
  35.           project.setup(pyproject, tool, tool_description)
  36.         File "C:\Users\macbook\AppData\Local\Temp\pip-build-env-6c0vqpdo\overlay\Lib\site-packages\sipbuild\project.py", line 585, in setup
  37.           self.apply_user_defaults(tool)
  38.         File "C:\Users\macbook\AppData\Local\Temp\pip-install-adw4699l\pyqt5_d7ab67a8cc6d4d628daa6b0ba85ecf48\project.py", line 63, in apply_user_defaults
  39.           super().apply_user_defaults(tool)
  40.         File "C:\Users\macbook\AppData\Local\Temp\pip-build-env-6c0vqpdo\overlay\Lib\site-packages\pyqtbuild\project.py", line 70, in apply_user_defaults
  41.           super().apply_user_defaults(tool)
  42.         File "C:\Users\macbook\AppData\Local\Temp\pip-build-env-6c0vqpdo\overlay\Lib\site-packages\sipbuild\project.py", line 236, in apply_user_defaults
  43.           self.builder.apply_user_defaults(tool)
  44.         File "C:\Users\macbook\AppData\Local\Temp\pip-build-env-6c0vqpdo\overlay\Lib\site-packages\pyqtbuild\builder.py", line 69, in apply_user_defaults
  45.           raise PyProjectOptionException('qmake',
  46.       sipbuild.pyproject.PyProjectOptionException
  47.       [end of output]

  48.   note: This error originates from a subprocess, and is likely not a problem with pip.
  49. error: metadata-generation-failed

  50. × Encountered error while generating package metadata.
  51. ╰─> See above for output.

  52. note: This is an issue with the package mentioned above, not pip.
  53. hint: See above for details.
  54. WARNING: There was an error checking the latest version of pip.
复制代码
最佳答案
2023-2-19 15:52:00
msys2安装mingw64版本的python和pip
https://www.bilibili.com/read/cv21389773

最佳答案

查看完整内容

msys2安装mingw64版本的python和pip https://www.bilibili.com/read/cv21389773
小甲鱼最新课程 -> https://ilovefishc.com
回复

使用道具 举报

发表于 2023-2-19 15:52:00 | 显示全部楼层    本楼为最佳答案   
msys2安装mingw64版本的python和pip
https://www.bilibili.com/read/cv21389773
小甲鱼最新课程 -> https://ilovefishc.com
回复

使用道具 举报

发表于 2023-2-19 16:04:45 | 显示全部楼层
本帖最后由 chinajz 于 2023-2-19 16:08 编辑

试试用msys2安装
小甲鱼最新课程 -> https://ilovefishc.com
回复

使用道具 举报

 楼主| 发表于 2023-2-19 16:16:24 | 显示全部楼层

emmmmm,大佬,可以说详细点吗
小甲鱼最新课程 -> https://ilovefishc.com
回复

使用道具 举报

发表于 2023-2-19 17:03:52 | 显示全部楼层
百度有很多,msys2-windows下安装linux开发环境,可以方便安装python包,也可以很容易用pip安装,配套安装python好像是3.10版本,参见:
https://www.jianshu.com/p/badb215c345c
小甲鱼最新课程 -> https://ilovefishc.com
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2025-4-25 03:11

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表