尝试安装和使用VS for python,安装python,pylance和isort扩展。我在尝试一个简单的打印(“这是一个测试”)程序时遇到了这个问题:
PS C:\Users\jonze\VSPyWorkspace> & 'C:\msys64\mingw64\bin\python.exe' 'c:\Users\jonze\.vscode\extensions\ms-python.python-2022.20.1\pythonFiles\lib\python\debugpy\adapter/../..\debugpy\launcher' '55072' '--' 'c:\Users\jonze\VSPyWorkspace\testerFIle.py'
Unable to find python module.
Unable to find python module.
Unable to find python module.
Unable to find python module.
Unable to find python module.
Unable to find python module.
Unable to find python module.
Unable to find python module.
This is a test
Unable to find python module.
有人知道是什么原因导致这些错误弹出吗?任何帮助都将不胜感激。
尝试卸载/重新安装VS,卸载/重新安装VS的所有扩展,pip是否将python ect安装到了天涯海角。Stack Overflow也不允许我发布图片(新用户),所以如果你需要另一个视觉效果,这里有一个链接。
1条答案
按热度按时间bprjcwpo1#
您可以使用快捷键**“Ctrl+Shift+P”并键入“Python:如果已安装python,请选择解释器”**以选择python解释器。