The image shows the error in VS code:
Text:
The environment variable 'Path' seems to have some paths containing the '"' character. The existence of such a character is known to have caused the Python extension to not load. If the extension fails to load please modify your paths to remove this '"' character.
Source: Python (Extension)
How can I resolve the error? Also, there are no " in the path variable



echo %PATH%on the command line andprint(os.environ["PATH"])in the python extension?