-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
command 'python.setInterpreter' not found #1818
Comments
I've also tried creating a virutal environment and selecting it in the preferences and it seems that everything to do with python.XXXXX fails.
|
@syci I was having the same problem. |
Are you able to debug any pytests? It started giving this error to me : Error: The number of constructor arguments in the derived class s must be >= than the number of constructor arguments of its base class. Here is a jira for same : microsoft/vscode-python#12465 |
cc @cmoog |
Closing as this is cannot be fixed within |
Hi @raulhsant, could you provide some instruction on how to roll back the python extension? |
Hello, first you have to change the option to automatically update the extensions, otherwise it will go to the latest version again. Then uninstall the extension and proceed to install it manually from the file. code-server --install-extension file.vsix You can download the version from here https://github.com/microsoft/vscode-python/releases/tag/2020.5.86806 |
Hxhx Chi |
In a new environment, and with the ms-python.python-2020.6.88468 extension, when selecting the pyhton interpreter I get this error:
Command 'Python: Select Interpreter' resulted in an error (command 'python.setInterpreter' not found)
code-server --version
: 3.4.1Logs:
The text was updated successfully, but these errors were encountered: