-
Notifications
You must be signed in to change notification settings - Fork 14
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
Install error with Python 3 #2
Comments
@chasecaleb thanks for raising the issue with me. I am not using python3, and can't guarantee the code will work using python3, but will try to investigate it. It seems likely to be some kind of compatibility issue between pip2 and pip3. |
Just to clarify the versions and distribution I am using in the following test:
I am launching installation with the following command
The error output above, during install, is caused by
This suggests you have some kind of python3 or pip3 installation problem. You might want to try the following to get the most up-to-date pip packages on your system:
|
Ah, I didn't realize Python 3 isn't supported. That solves my problem, thank you. If you want to add Python 3 support, you might be able to do it automatically by enabling 2to3 if you use setuptools (http://pythonhosted.org/setuptools/python3.html), but don't worry about doing it just for me. |
@chasecaleb I'll ping you once Python 3 support is added. It may be some way out since the project this work is feeding into hasn't yet fully migrated to Python 3 yet, so this will drive it. |
I'm getting an install error for your package on Arch Linux using pip with Python 3, but it works fine with Python 2 (pip2). As best as I can tell it's not a config error on my part, but I could be misinterpreting the log. Here it is:
The text was updated successfully, but these errors were encountered: