-
Notifications
You must be signed in to change notification settings - Fork 523
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
AttributeError: 'AnsiCodes' object has no attribute 'LIGHTBLUE_EX' #366
Comments
You need colorama version > 0.3 . |
It's an solution (and worked) for me. |
In ubuntu colorama is used for pip so when you run |
I doubt that this works. At least my pip complained about the attempt (dist-packages vs. site-packages on debian based systems). Anyway, when uninstalling via apt you can still reinstall pip using easy_install |
Yep, it complained, but it seems to upgrade anyway. |
it doesn't work for me |
Same issue and upgrading colorama does not resolve it. |
I updated from 0.32dev to 0.32 and now i get an error:
i found this error here too: kivy/python-for-android@4f87df1
So, I assume it has something to do with my current colorama version, which is only 0.2.5.
Found existing installation: colorama 0.2.5
Also, I can't install a new version:
Not uninstalling colorama at /usr/lib/python2.7/dist-packages, owned by OS
(OS=Mint 17.2 Rafaela 64-bit, KDE)
It would be useful to check the requirement and output if something doesn't match.
The text was updated successfully, but these errors were encountered: