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

Can't install on Python 3 #5

Closed
miguelgrinberg opened this issue Aug 29, 2017 · 1 comment
Closed

Can't install on Python 3 #5

miguelgrinberg opened this issue Aug 29, 2017 · 1 comment

Comments

@miguelgrinberg
Copy link

This package is currently registered as Python 2.7 only in PyPI. This is what happens if you try to install it on Python 3.6:

(venv) $ pip install lolviz
Collecting lolviz
  Using cached lolviz-1.2.tar.gz
lolviz requires Python '<3' but the running Python is 3.6.0

I think it's just a matter of adding the Python 3 classifier in setup.py, because as far as I can see the code is fine for Python 3.

@parrt
Copy link
Owner

parrt commented Aug 29, 2017

Hi. i changed setup.py but haven't pushed another version yet. adding more goodies shortly. dup of #3

@parrt parrt closed this as completed Aug 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants