-
Notifications
You must be signed in to change notification settings - Fork 355
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
cannot import name 'just_fix_windows_console' from 'colorama' #1492
Comments
I managed to fix the issue by downgrading
|
Hi I also got this error message. Could anyone help me how to fix it?
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I have just installed
nevergrad
, but am unable to import it.This is on Linux.
Steps to reproduce
pip3 install nevergrad
-> installs without a problemimport nevergrad as ng
Observed Results
I get the following error message:
I did find this related message on StackOverflow:
https://stackoverflow.com/questions/74654425/why-i-receive-importerror-cannot-import-name-just-fix-windows-console-from-c
In it they say:
I tried installing the latest version of
colorama
, but received the same error message when trying to import.The text was updated successfully, but these errors were encountered: