-
Notifications
You must be signed in to change notification settings - Fork 220
Open
Description
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):
File "<string>", line 20, in <module>
File "/tmp/pip-build-7cwefmyb/wsgiref/setup.py", line 5, in <module>
import ez_setup
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-7cwefmyb/wsgiref
Metadata
Metadata
Assignees
Labels
No labels