-
Notifications
You must be signed in to change notification settings - Fork 62
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
Support python3.5 #26
Comments
I'm also experiencing this on both python 3.5.3 and 3.6.1. |
Experiencing this issue on Python 3.7.0, Windows 10 Home. |
+1 |
I created a fork with Python 3 support: https://github.com/yan12125/logcat-color3/releases/tag/v0.8.0 |
I confirm your fork works on python 3.6.3. pip install git+https://github.com/yan12125/logcat-color3\#egg\=logcat-color3 👍 |
Thanks for an example command for installing my fork!
Well, I did that almost 3 years ago (#24). Without any comment, I assume the original maintainer is not interested in it, thus the fork. |
I've uploaded 0.9.0 to PyPI, so you can install my fork without bothering git :)
|
Hi,
Thanks for this nice tool. Leaving a note here that it doesn't work on python3.5
deactivate mkvirtualenv -p $(which python3) logcat-color workon logcat-color pip install logcat-color
But it works on python2.7 👍
deactivate rmvirtualenv logcat-color mkvirtualenv -p $(which python2.7) logcat-color workong logcat-color pip install logcat-color
The text was updated successfully, but these errors were encountered: