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

pip install rectpack - fails with "error: invalid command 'bdist_wheel'" #34

Open
nmz787 opened this issue Dec 17, 2019 · 2 comments
Open

Comments

@nmz787
Copy link

nmz787 commented Dec 17, 2019

Looks like solution is to add "wheel" to the requirements.txt (or setup.py)

@secnot
Copy link
Owner

secnot commented Dec 17, 2019

Hi

If you look at setuptools tutorial it mentions that wheel is a requirement

While pip alone is sufficient to install from pre-built binary archives, up to date copies of the setuptools and wheel projects are useful to ensure you can also install from source archives:
python -m pip install --upgrade pip setuptools wheel

So it doesn't make much sense to add the package to requirements.

Out of curiosity what OS, pip, and python versions are you using?

@nmz787
Copy link
Author

nmz787 commented Dec 17, 2019

Oh, interesting. I had to pip install setuptools too, before the install got as far as complaining about missing wheel.
OS: Linux version 4.9.164-vs2.3.9.8-beng (root@ex64-jessie) (gcc version 4.9.2 (Debian 4.9.2-10+deb8u2) ) #1 SMP Wed Mar 20 20:18:21 GMT 2019
PIP: 18.1
Python: 3.7.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants