-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Windows default terminal can't handle color codes: --no-ansi by default? #159
Comments
I confirm this also happens on the default terminal of W10 build 17677. Poetry is using the "cleo" library to manage the output, this probably should be fixed there instead. |
Actually, This should be an easy fix. I will keep you posted. |
Wouldn't it be an option to switch to a crossplatform coloring package like Colorama? As a Windows user, I like fancy colors too :-) |
They seem to have Windows issues as well? tartley/colorama#104 |
@madig Hmmm, I've been using it in a few crossplatform projects, no issues so far. |
FYI colors are shown just fine in ConEmu. |
This should be fixed in the latest release ( |
Works for me in 0.10.2. Thanks! |
Downstream clients (e.g., poetry) appear to assume that the result of a Package.clone() will be a full-fidelity copy of the original. Use `copy.deepcopy` to clone the object, and ensure that this is the case. Resolves Issue python-poetry#2422 Co-authored-by: Nicolas Simonds <[email protected]>
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
The default Windows terminal (below) and even Hyper (above) can't handle color codes:
Maybe make
--no-ansi
the default on Windows? Or allow me to set the setting system-wide?The text was updated successfully, but these errors were encountered: