We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi! I tried to say "pip3 install -r requirements.txt" on Linux Mint 19.3 x64 but got a "error: invalid command 'bdist_wheel'".
The solution is to say:
$ pip3 install wheel $ pip3 uninstall -r requirements.txt $ pip3 install -r requirements.txt
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! I tried to say "pip3 install -r requirements.txt" on Linux Mint 19.3 x64 but got a "error: invalid command 'bdist_wheel'".
The solution is to say:
The text was updated successfully, but these errors were encountered: