-
Notifications
You must be signed in to change notification settings - Fork 911
Unable to install on Python 3.3 #147
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
Comments
|
to fix it , Line 18 of the setup.py ; you just need to replace it by print ("unable to find version in %s") % (VERSIONFILE,) and add from __future__ import print_function if you want to keep the 2.x compatibility. |
I've made a pull request on #158 to hopefully begin to resolve this issue. |
@jensenbox do you mind closing this issue? This repo is dead. |
See #158. @jaitaiwan is working on PT3K support. Also, praise be to Gaia for this repo has risen! 😇 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: