thinkster-django-angular-boilerplate icon indicating copy to clipboard operation
thinkster-django-angular-boilerplate copied to clipboard

SyntaxError at installing wsgiref on python3 virtualenv

Open ishankhare07 opened this issue 9 years ago • 1 comments

in python3 wsgiref is in standard library and in fact cannot be installed via pip in virtualenv hence removing wsgiref==0.1.2 from requirements.txt and the doing pip install -r requirements.txt worked perfectly for me on python3.

ishankhare07 avatar Nov 13 '15 18:11 ishankhare07

Very helpful. Thanks!

ToferC avatar Nov 19 '15 20:11 ToferC