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
Extension version (available under the Extensions sidebar): ms-python.python-2020.12.424452561
OS and version: win10
Python version (& distribution if applicable, e.g. Anaconda): python3.8
Type of virtual environment used (N/A | venv | virtualenv | conda | ...): not use
Relevant/affected Python packages and their versions: no packages
Relevant/affected Python-related VS Code extensions and their versions: no have
Value of the python.languageServer setting: Jedi
[NOTE: If you suspect that your issue is related to the Microsoft Python Language Server (python.languageServer: 'Microsoft'), please download our new language server Pylance from the VS Code marketplace to see if that fixes your issue]
I got a error, when I want to select my python env : python.setinterpreter not found
here is my setting:
{
"python.terminal.activateEnvInCurrentTerminal": true,
"python.pythonPath": "xxxxx\Python\Python38\python.exe",
"workbench.startupEditor": "welcomePage",
"python.autoComplete.extraPaths": [
],
}
my computer is not connect to internet, so I install all of these off-line. I not install any other software, just only vscode and python. no anaconda, no C++ compile env, no .NET env. Do we need any env to install vscode? By the why, I use the same install bar install in my other computer is ok, here is setting:
I don't know why same bar on different computer result is different, I try some why to fix this error but I'm failed, I also find the same error in #12072, #568 ..., but it's not for me
Have someone can help me fix this error
The text was updated successfully, but these errors were encountered:
I found in my success install computer when I install python plug, it always install Jupyter, is Jupyter necessary? I only install python plug, no others, is ok?
@Julius-ZCJ For now you will have to install ms-toolsai.jupyter is required. If you are installing the extension manually or if you are in offline only scenario.
Environment data
python.languageServer
setting: Jedi[NOTE: If you suspect that your issue is related to the Microsoft Python Language Server (
python.languageServer: 'Microsoft'
), please download our new language server Pylance from the VS Code marketplace to see if that fixes your issue]I got a error, when I want to select my python env : python.setinterpreter not found
here is my setting:
{
"python.terminal.activateEnvInCurrentTerminal": true,
"python.pythonPath": "xxxxx\Python\Python38\python.exe",
"workbench.startupEditor": "welcomePage",
"python.autoComplete.extraPaths": [
}
my computer is not connect to internet, so I install all of these off-line. I not install any other software, just only vscode and python. no anaconda, no C++ compile env, no .NET env. Do we need any env to install vscode? By the why, I use the same install bar install in my other computer is ok, here is setting:
{
"python.pythonPath": "xxxx\Anaconda3\envs\tensorflow",
"jupyter.searchForJupyter": false
}
I don't know why same bar on different computer result is different, I try some why to fix this error but I'm failed, I also find the same error in #12072, #568 ..., but it's not for me
Have someone can help me fix this error
The text was updated successfully, but these errors were encountered: