-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
venv environments are not detected until folder is opened #21659
Comments
Than you for filling this issues, however the steps area not sufficient to replicate this issue
|
Please provide the debug logs which can help diagnose the issue:
|
note that the company name has been changed due to privacy reasons along with some other minor edits |
Does venv environments show up when using |
Thanks for the bug report! We investigate issues in order based on priority and severity, which includes the impact it has on your ability to use the extension to do productive work, and the number of people affected. If other users come forward and leave a comment demonstrating they are seeing/reproducing the problem then we will raise this issue's priority. Thanks for understanding and the patience! |
As mentioned previously, no it does not |
Also this issue may also be related to #21633 although I'm not a 100% sure on that |
It seems to be that no workspace folder is opened, is that the case? |
Yeah |
You need a workspace folder to be opened for workspace specific environments to be discovered. There is no way for us to know which project to look for environments in otherwise. |
Try 'File-> Open folder...' option |
Closing as this seems to be the intended behavior. |
So is it intended that environments that are present in such folders do not show up? |
Since it kind of limits functionality so i thought it'd at least look in the same folder as the opened file |
Environment data
Expected behaviour
Environments in the same folder are detected under select kernels
Actual behaviour
Only the system interpreter is detected
Steps to reproduce:
[NOTE: Self-contained, minimal reproducing code samples are extremely helpful and will expedite addressing your issue]
Output for
Jupyter
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toJupyter
)The text was updated successfully, but these errors were encountered: