You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.
Describe the bug
The plugin seems to be creating a separate environment, even though a Poetry environment already exists.
This is probably related to bug #287 and to python-poetry/poetry#2419 where it may be using a different case or different path
To Reproduce
Have a terminal with color codes, either ConEmu, Windows Terminal and enable clink and Powerline stuff for Windows
Expected behavior
The existing environment should be used, another one should not be created.
Screenshots
The dtt-swC1WwXO-py3.9 is created by Poetry PyCharm plugin, dtt-xc0anUwY-py3.9 is created and used by Poetry itself.
Environments (please complete the following information):
IDE: PyCharm Professional 2021.2.2
OS: Windows 10 x64
Poetry Version 1.1.11
Plugin version : latest master
Additional context
I've tried modifying the runPoetry function to add some environment variables to disable colors, but that didn't work for me.
When the plugin is running various commands and I click on the image for more details I can see escape sequences at the start of the commands, so I think that the output from Poetry command line has escape sequences and it messes with the plugin.
The text was updated successfully, but these errors were encountered:
Describe the bug
The plugin seems to be creating a separate environment, even though a Poetry environment already exists.
This is probably related to bug #287 and to python-poetry/poetry#2419 where it may be using a different case or different path
To Reproduce
Have a terminal with color codes, either ConEmu, Windows Terminal and enable clink and Powerline stuff for Windows
Expected behavior
The existing environment should be used, another one should not be created.
Screenshots
The
dtt-swC1WwXO-py3.9
is created by Poetry PyCharm plugin,dtt-xc0anUwY-py3.9
is created and used by Poetry itself.Environments (please complete the following information):
Additional context
I've tried modifying the
runPoetry
function to add some environment variables to disable colors, but that didn't work for me.When the plugin is running various commands and I click on the image for more details I can see escape sequences at the start of the commands, so I think that the output from Poetry command line has escape sequences and it messes with the plugin.
The text was updated successfully, but these errors were encountered: