我在学校得到了一个代码,用于为一个研究项目进行调制,但首先我想运行它,未经调制。它是用Python编写的,我在Ubuntu 18.04上使用PyCharm CE和Python 2.7.
运行“project”时出错:无法运行程序“C:/WinPython-64bit-2.7.9.1/python-2.7.9.amd64/python.exe”(在目录“/home/user/Documents/model”):error=2,No such file or directory
为什么PyCharm仍然在文件夹中寻找解释器,我假设,在我之前的用户用来放置它?
1条答案
按热度按时间7lrncoxx1#
你可以通过修改
.idea/workspace.xml
文件来修复这个错误。搜索并删除所有旧的解释器,然后放入正确的解释器。答案灵感来自Ryan Elfman的帖子:https://intellij-support.jetbrains.com/hc/en-us/community/posts/206597295-Why-can-t-I-run-a-script-in-PyCharm-when-I-can-debug-it-I-get-CreateProcess-error-123