-
Notifications
You must be signed in to change notification settings - Fork 37
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
Incorrectly installed package #21
Comments
Hi, thanks for the report. Which version of setuptools and pip do you use ? The package is only compatible with setuptools >= 30.3. |
I got similiar error on ubuntu mate: Failed building wheel for unknown Failed cleaning build dir for unknown |
Fix for me: |
Unless it's a blocking issue for one of you (or any other zbarlight user), I do not reconsider moving to setup.cfg (that's why zbarlight needs setuptools> = 30.3). |
I'm having the same issue here. I'm using zbarlight to scan qrcodes on a Gtk Application. I have built zbar with those options
And built zbarlight with setuptools 38.2.5. |
Sorry for the time of response, I think that Python only search includes in /usr/include by default. You can use envvars to set your compiler search path. Without the stack trace I can not help you more. |
There's a typo on the 2nd command. This should be: |
When installing zbarlight using pip, I get the following error, that I have been unable to find any information about. I use MacOS, Python3 and pip3.
I followed the install procedure, i.e. zbar was installed via homebrew.
The pip install of zbarlight finishes the install with this warning:
The package is also not listed as zbarlight but as UNKNOWN in my pip list. It also doesnt show any documentation using "pip show".
When I install directly from source (download zip, then run setup.py) the same error occurs.
I can import the module in python (as zbarlight, not as UNKNOWN), but the command "zbarlight.scan_codes('qrcode', image)" gives the error
Is there a known solution to this problem?
This is the verbose output of the pip install:
The text was updated successfully, but these errors were encountered: