Snippets tagged “wheel”
2 snippets use this tag.
- "pip install unroll": "python setup.py egg_info" failed with error code 1Python
Here is an example of a command that could cause the error you described:
- Why is python setup.py saying invalid command 'bdist_wheel' on Travis CI?Python
The error message "invalid command 'bdist_wheel'" occurs when the "bdist_wheel" module is not installed.