Skip to content

dependency issue with package 'wsgiref' on python3 #10

@danfromisrael

Description

@danfromisrael

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions