-
Notifications
You must be signed in to change notification settings - Fork 218
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
dependency issue with package 'wsgiref' on python3 #10
Comments
I get the same error, any updates? |
same error :/
|
Collecting requests==1.2.3 (from -r requirements.txt (line 13))
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/0f/c415tlls4ns154q2kklt058r0000gp/T/pip-build-e6mge1wm/wsgiref/ |
I found the solution, that you need create the virtual env at first, and then the problem will be resolved. the command for your reference |
if trying to run the project on python3 there's a dependency issue with package 'wsgiref' when trying to install packages via requirements.txt
error:
Collecting wsgiref==0.1.2 (from -r requirements.txt (line 16))
Using cached wsgiref-0.1.2.zip
Traceback (most recent call last):
File "", line 20, in
File "/tmp/pip-build-7cwefmyb/wsgiref/setup.py", line 5, in
import ez_setup
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
The text was updated successfully, but these errors were encountered: