Skip to content
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

Not showing python interpreters #24133

Open
romanzdk opened this issue Sep 19, 2024 · 2 comments
Open

Not showing python interpreters #24133

romanzdk opened this issue Sep 19, 2024 · 2 comments
Assignees
Labels
triage-needed Needs assignment to the proper sub-team

Comments

@romanzdk
Copy link

VSCode used to show/list all my python virtual environments created via poetry located in /Users/romanzdk/Library/Caches/pypoetry/virtualenvs/ however since past few days it does not show any of them.

In the settings I have:

"python.venvPath": "/Users/romanzdk/Library/Caches/pypoetry/virtualenvs/",

and also tried playing with python.locator and python.defaultInterpreterPath.

There really are virtual environments (ls /Users/romanzdk/Library/Caches/pypoetry/virtualenvs/ | wc -l -> 80).

Version 1.93, macOS 14.3, poetry 1.8.3,

@github-actions github-actions bot added the triage-needed Needs assignment to the proper sub-team label Sep 19, 2024
@karthiknadig
Copy link
Member

@romanzdk can you use this setting:
image

Also try toggeling python.locator between js and native and see if it helps.

@github-actions github-actions bot added the info-needed Issue requires more information from poster label Sep 19, 2024
@karthiknadig karthiknadig self-assigned this Sep 19, 2024
@romanzdk
Copy link
Author

Unfortunately that did not work. I tried putting there /Users/romanzdk/Library/Caches/pypoetry/virtualenvs/ as well as /Users/romanzdk/Library/Caches/pypoetry/virtualenvs/some-venv/bin/python. I played with locator already before with no luck.

@github-actions github-actions bot removed the info-needed Issue requires more information from poster label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage-needed Needs assignment to the proper sub-team
Projects
None yet
Development

No branches or pull requests

2 participants