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
I have three poetry projects, and two of them get detected and one does not. For the one that does not, the poetry environment gets detected as a venv environment instead. That generally seems to work, but I am nervous that it is not correctly identifying poetry, plus then poetry is not set as the package manager.
If I force it by adding this to my project config, then I get an error about an invalid python interpreter being selected.
All three poetry environments are in the default "global" location, ~/.cache/pypoetry/virtualenvs/
Are there some steps I can take to see what is going on?
I looked in the output of Python Environments for the project. In particular this part looked promising, but it ends up identified as venv and not poetry:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I have three poetry projects, and two of them get detected and one does not. For the one that does not, the poetry environment gets detected as a venv environment instead. That generally seems to work, but I am nervous that it is not correctly identifying poetry, plus then poetry is not set as the package manager.
If I force it by adding this to my project config, then I get an error about an invalid python interpreter being selected.
All three poetry environments are in the default "global" location,
~/.cache/pypoetry/virtualenvs/Are there some steps I can take to see what is going on?
I looked in the output of
Python Environmentsfor the project. In particular this part looked promising, but it ends up identified as venv and not poetry:Here is the full output from a refresh:
All reactions