|
5鱼币
- C:\Users\macbook>pip install pyqt5-tools
- Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
- Collecting pyqt5-tools
- 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)
- Collecting click
- Using cached https://pypi.tuna.tsinghua.edu.cn/packages/c2/f1/df59e28c642d583f7dacffb1e0965d0e00b218e0186d7858ac5233dce840/click-8.1.3-py3-none-any.whl (96 kB)
- Collecting pyqt5==5.15.4
- Using cached https://pypi.tuna.tsinghua.edu.cn/packages/8e/a4/d5e4bf99dd50134c88b95e926d7b81aad2473b47fde5e3e4eac2c69a8942/PyQt5-5.15.4.tar.gz (3.3 MB)
- Installing build dependencies ... done
- Getting requirements to build wheel ... done
- Preparing metadata (pyproject.toml) ... error
- error: subprocess-exited-with-error
- × Preparing metadata (pyproject.toml) did not run successfully.
- │ exit code: 1
- ╰─> [33 lines of output]
- Traceback (most recent call last):
- 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
- hook = backend.prepare_metadata_for_build_wheel
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- AttributeError: module 'sipbuild.api' has no attribute 'prepare_metadata_for_build_wheel'
- During handling of the above exception, another exception occurred:
- Traceback (most recent call last):
- File "C:\Users\macbook\AppData\Local\Programs\Python\Python311\Lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py", line 351, in <module>
- main()
- File "C:\Users\macbook\AppData\Local\Programs\Python\Python311\Lib\site-packages\pip\_vendor\pep517\in_process\_in_process.py", line 333, in main
- json_out['return_val'] = hook(**hook_input['kwargs'])
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- 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
- whl_basename = backend.build_wheel(metadata_directory, config_settings)
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "C:\Users\macbook\AppData\Local\Temp\pip-build-env-6c0vqpdo\overlay\Lib\site-packages\sipbuild\api.py", line 46, in build_wheel
- project = AbstractProject.bootstrap('wheel',
- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- File "C:\Users\macbook\AppData\Local\Temp\pip-build-env-6c0vqpdo\overlay\Lib\site-packages\sipbuild\abstract_project.py", line 87, in bootstrap
- project.setup(pyproject, tool, tool_description)
- File "C:\Users\macbook\AppData\Local\Temp\pip-build-env-6c0vqpdo\overlay\Lib\site-packages\sipbuild\project.py", line 585, in setup
- self.apply_user_defaults(tool)
- File "C:\Users\macbook\AppData\Local\Temp\pip-install-adw4699l\pyqt5_d7ab67a8cc6d4d628daa6b0ba85ecf48\project.py", line 63, in apply_user_defaults
- super().apply_user_defaults(tool)
- File "C:\Users\macbook\AppData\Local\Temp\pip-build-env-6c0vqpdo\overlay\Lib\site-packages\pyqtbuild\project.py", line 70, in apply_user_defaults
- super().apply_user_defaults(tool)
- File "C:\Users\macbook\AppData\Local\Temp\pip-build-env-6c0vqpdo\overlay\Lib\site-packages\sipbuild\project.py", line 236, in apply_user_defaults
- self.builder.apply_user_defaults(tool)
- File "C:\Users\macbook\AppData\Local\Temp\pip-build-env-6c0vqpdo\overlay\Lib\site-packages\pyqtbuild\builder.py", line 69, in apply_user_defaults
- raise PyProjectOptionException('qmake',
- sipbuild.pyproject.PyProjectOptionException
- [end of output]
- note: This error originates from a subprocess, and is likely not a problem with pip.
- error: metadata-generation-failed
- × Encountered error while generating package metadata.
- ╰─> See above for output.
- note: This is an issue with the package mentioned above, not pip.
- hint: See above for details.
- WARNING: There was an error checking the latest version of pip.
复制代码
msys2安装mingw64版本的python和pip
https://www.bilibili.com/read/cv21389773
|
最佳答案
查看完整内容
msys2安装mingw64版本的python和pip
https://www.bilibili.com/read/cv21389773
|