-
-
Notifications
You must be signed in to change notification settings - Fork 253
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
colorama 4.6 just_fix_windows_console() doesn't exist #370
Comments
What do you get if you run: print(colorama.__version__)
…On Sun, Feb 12, 2023 at 11:58 PM DanZerom ***@***.***> wrote:
I have tried to use this function both on interpreter and pycharm, it
doesn't even appear on method menu.
—
Reply to this email directly, view it on GitHub
<#370>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEU42GQODXWWPVDEEBLYMDWXHSQTANCNFSM6AAAAAAUZ5VDVA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Nathaniel J. Smith -- https://vorpus.org <http://vorpus.org>
|
Hello,
0.4.6
Regards, Daniel.
W dniu poniedziałek, 13 lutego 2023 Nathaniel J. Smith <
***@***.***> napisał(a):
What do you get if you run: print(colorama.__version__)
On Sun, Feb 12, 2023 at 11:58 PM DanZerom ***@***.***> wrote:
> I have tried to use this function both on interpreter and pycharm, it
> doesn't even appear on method menu.
>
> —
> Reply to this email directly, view it on GitHub
> <#370>, or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AAEU42GQODXWWPVDEEBLYMDWXHSQTANCNFSM6AAAAAAUZ5VDVA
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
--
Nathaniel J. Smith -- https://vorpus.org <http://vorpus.org>
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.<
|
Yes, also hitting this bug. Pylint said just_fix_windows_console was missing. It works when I launch ubuntu docker but I can't launch it locally in windows. ImportError: cannot import name 'just_fix_windows_console' from 'colorama' I have to use init() instead and that works fine. I have the latest. Others in stack overflow mention that downgrading works but this doesn't work for me. I have to use |
Just hit this on my Ubuntu 22 LTS box as well. Again, |
For what it's worth: A brief look into the sources here and a couple commands in the interpreter gives you YOUR system's answer to the issue:
You can import and run it by using:
I'll let you debug how your system manages the remainder of the code.
Cheers |
I have tried to use this function both on interpreter and pycharm, it doesn't even appear on method menu.
The text was updated successfully, but these errors were encountered: