Skip to content
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

Python3 Support #171

Open
robgil opened this issue Dec 26, 2017 · 1 comment
Open

Python3 Support #171

robgil opened this issue Dec 26, 2017 · 1 comment

Comments

@robgil
Copy link

robgil commented Dec 26, 2017

Support for python3 is broken with the requirement on wsgiref 0.1.2. This version does not support python3. I was able to install all the other plugins but have not tested further.

@robgil
Copy link
Author

robgil commented Dec 26, 2017

It doesn't seem to be referenced anywhere. Maybe we can just remove it?

$ grep wsgiref * -R
lib/python2.7/config/Makefile:		logging bsddb bsddb/test csv importlib wsgiref \
lib/python2.7/site-packages/pip/compat/__init__.py:stdlib_pkgs = ('python', 'wsgiref')
Binary file lib/python2.7/site-packages/pip/compat/__init__.pyc matches
requirements.txt:wsgiref==0.1.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant