Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

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

No branches or pull requests

1 participant