miurahr / aqtinstall

aqt: Another (unofficial) Qt CLI Installer on multi-platforms
https://aqtinstall.readthedocs.io/en/latest/
MIT License
913 stars 84 forks source link

[Bug]: #790

Closed bobby-walle closed 4 months ago

bobby-walle commented 4 months ago

Bug description

Using cached soupsieve-2.5-py3-none-any.whl (36 kB) Building wheels for collected packages: patch Building wheel for patch (setup.py) ... error error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [6 lines of output] usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help

  error: invalid command 'bdist_wheel'
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for patch Running setup.py clean for patch Failed to build patch ERROR: Could not build wheels for patch, which is required to install pyproject.toml-based projects

Expected behavior

pip install aqtinstall

aqt and python version

Python 3.12.3

Operating System

MacOS

Relevant log output

No response

Code of Conduct

bobby-walle commented 4 months ago

I found the reason and the problem has been solved I lost wheel and successfully solved it after calling "pip install wheel"