提示里说你的配置路径中包含引号,要把重新修改一下路径
The environment variable 'Path' seems to have some pathscontaining the "" character.The existence of such a characteris known to have caused the Python extension to not load. lfthe extension fails to load please modify your paths to removethis """ character.
环境变量‘path’似乎有一些包含“字符”的路径,这种字符的存在导致Python扩展不加载。如果扩展无法加载,请修改您的路径以删除这个“”字符。
可以尝试将路径中的中文修改或者将其放到英文目录下,同时注意/与\的区别