问题:在pycharm中创建project后运行报错如下:
Error:Cannot run program "E:\python\venv\Scripts\python.exe" (in directory "E:\python_test"): CreateProcess error=2, 系统找不到指定的文件。
原因:未指定interpreter
解决方案
在file-settings-project-project_interpreter 中选定python_exe
Error:Cannot run program "E:\python\venv\Scripts\python.exe" (in directory "E:\python_test"): CreateProcess error=2, 系统找不到指定的文件。
在file-settings-project-project_interpreter 中选定python_exe
本文标题:pycharm 中指定Interpreter
本文链接:https://www.haomeiwen.com/subject/xepbvqtx.html
网友评论