Skip to content
New issue

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

Add 'wheel' to requirements.txt #5

Open
antonwantstosleep opened this issue Feb 6, 2020 · 0 comments
Open

Add 'wheel' to requirements.txt #5

antonwantstosleep opened this issue Feb 6, 2020 · 0 comments

Comments

@antonwantstosleep
Copy link

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
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Development

No branches or pull requests

1 participant