解决Python错误:系统找不到指定的文件问题
1、错误
Cannot run program "D:\PycharmProjects\pythonProject\venv\Scripts\python.exe" (in directory "D:\Python\我的学习资料\Python\Mycode"): CreateProcess error=2, 系统找不到指定的文件。
2、原因
重新创建了项目,没有配置好编译器路径:invalid python interpreter selected for the project.
配置:file-setting-Python interpreter
1111