Description
Hello,
Since today I am not able to create a Python Interactive Window. Whenever I try to do so, I get the message
"Connectiong to IPython kernel: Connecting to kernel." followed by "Timed out waiting to get a heartbeat from kernel process.". I have attached a log file with more information.
I found the error:
"Error 2020-09-24 17:15:28: Failed to start the Daemon, StdErr: C:\Users\john van helden\Anaconda3\python.exe: can't open file '"c:/Users/john van helden/.vscode/extensions/ms-python.python-2020.9.111407/pythonFiles/pyvsc-run-isolated.py"': [Errno 22] Invalid argument"
The file is present at the specified location and the permissions of the file are good. If I click on the file, it is succesfully opened in VSCode.
System info:
- Windows 10
- VS Code version: 1.49.1
- Anaconda Navigator 1.9.12
- Python 3.7.9 64-bit ('base':conda)
Steps taken:
- Remove Python extension in VSCode;
- Close all VSCode instances;
- Delete extension folder in ?/.vscode/extensions called ms-python.python-{version};
- Open VSCode again and install Python extension;
- Delete VSC entirely and reinstall;
- Update all packages in Anaconda;
- Install Python 3.8.5 and try again using this interpreter, same issue;
Looking forward to some help.
Thanks in advance!