-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Incorrect CLI args used to get activated conda enviornments #20071
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
Comments
Unable to reproduce this, can I get the Python debug logs? Set Output for
|
Please try create a conda environment using the Pytohn exension UI, that should be easy enough Her'es the faulty code https://github.com/DonJayamanne/pythonVSCode/blob/main/src/client/pythonEnvironments/common/environmentManagers/conda.ts#L524
We cannot use the |
Will try to repro this again and get the logs |
Here you go
Click me
|
Probably related to #18044 |
That's precisely what |
This is being caused due to Jupyter itself, the issue is here: https://github.com/microsoft/vscode-jupyter/blob/e93fd371e7af613b4f41eb844a84003d49b3a876/src/platform/api/pythonApi.ts#L42
|
not sure how we can cause an issue in the python extension when the error message is thrown by python extension,. see here |
Jupyter passes in the wrong environment to the Python extension API, discussed offline. |
The above argument is incrrect it should be
The value for
-p
argument should tbe the path to the environent and not the excutableThe text was updated successfully, but these errors were encountered: