-
Notifications
You must be signed in to change notification settings - Fork 0
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
error: invalid command 'bdist_wheel' #1
Comments
The bdist_wheel command requires the wheel package to be installed in Python. c:> c:\Python27\Scripts\pip install wheel |
Yes I did. I just ran it again to make sure. Executed without any errors and then returned me to the C prompt. How do I check that it actually installed? |
Check if file "c:\Python27\Scripts\wheel.exe" exists |
First, thank you for your detailed help. "Check if file "c:\Python27\Scripts\wheel.exe" exists" It doesn't. Even though I just ran" c:\Python27\Scripts\pip install wheel " without error. Seeing this, I went back to the instructions and re-ran " pip install --use-wheel -U Shiboken " which appeared to successfully execute: So, still no "c:\Python27\Scripts\wheel.exe" . What would be my next step? |
Any suggestions? Anyone? |
This looks like you have problem installing wheel package in general. |
I have the executable, but still I get the error. I added the executable to my path and I launching I get:
Consider that I am using wine |
ref How to resolve this issue? There could be two approaches.
$ python -m pip uninstall pip setuptools
pip install setuptools --upgrade |
From https://github.com/PySide/shiboken-setup#building-shiboken-on-a-windows-system
When I try to run the command:
c:\Python27\python.exe setup.py bdist_wheel --version=1.2.2 --qmake=c:\Qt\4.8.5\bin\qmake.exe
from the "Building Shiboken distribution from git repository section", step 3, I keep getting an error "error: invalid command 'bdist_wheel'"
Also, its confusing because in step 2 I'm instructed to switch to the shiboken-setup directory, but step 3 shows the command being run from the C:\ root directory.
I get the error in both cases ( when run from C:\ and from C:\shiboken-setup
The text was updated successfully, but these errors were encountered: