We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When I try to install some modules with pip, I got the following error:
× python setup.py bdist_wheel did not run successfully. 4.912 │ exit code: 1 4.912 ╰─> [6 lines of output] 4.912 usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] 4.912 or: setup.py --help [cmd1 cmd2 ...] 4.912 or: setup.py --help-commands 4.912 or: setup.py cmd --help 4.912 4.912 error: invalid command 'bdist_wheel' 4.912 [end of output]
Installing wheel using pip install wheel does nothing. This error is present with alpine3.21 too.
pip install wheel
Need to revert to apline3.19 to correct this error.
When I try to install some modules with pip, I got the following error:
Installing wheel using
pip install wheeldoes nothing.This error is present with alpine3.21 too.
Need to revert to apline3.19 to correct this error.