-
Notifications
You must be signed in to change notification settings - Fork 6
Disable auto-installation of packages #311
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
@Whatever314 That comes from create environment Command and selecting |
@Whatever314 Can you share the logs from Output > Python Environments |
2025-04-16 23:22:46.225 [info] Starting Python Locator /home/$USER_NAME/.vscode-server/extensions/ms-python.vscode-python-envs-0.3.10991008-linux-x64/python-env-tools/bin/pet server 2025-04-16 23:22:46.335 [info] Refreshing Conda Environments ==> WARNING: A newer version of conda exists. <== Please update conda by running
Or to minimize the number of packages updated during conda update use
EnvironmentNotWritableError: The current user does not have write permissions to the target environment. 2025-04-16 23:23:35.992 [info] Resolved Python Environment /opt/$SOME_PATH/bin/python i replaced the sensitive infos
|
"python-envs.defaultEnvManager": "ms-python.python:conda",
"python-envs.defaultPackageManager": "ms-python.python:conda" above is the settings. |
@Whatever314 Does your environment have Python installed? this happens when we detect that the environment you have selected does not have python. |
No🙃, maybe that is the problem. But could your extension provide a pop-up, some setting entrys, etc. so that we users could decide whether we allow the extension to DOWNLOAD things on our machine, before the downloading happens?👀
|
The title is clear.
The text was updated successfully, but these errors were encountered: