1、现象
系统提示找不到指定的文件:
Error running 'hello': Cannot run program "x:xxx\Scripts\python3.exe" (in directory "\文件名"): CreateProcess error=2, 系统找不到指定的文件python3.exe。
2. 缘由
python的编译环境,被移动了位置
3. 解决
(1) 打开菜单“File - Setting”。
(2) 找到“Project Interpreter” ,再选择显示全部,如下图:
(3) 点击 右上角 类似于齿轮状的设置,选择more,显示如下图
(4) 点击 右上角的 “—” 删除之前的python编译环境,如果不知道哪个是错误的可以都删除
(5) 点击 右上角的 “+” 添加新的python编译环境,在本地选择你自己的python编译环境
(6) 重启pycharm ,再次运行文件,发现报错消失