且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

“未指定可执行文件"PyCharm 中的错误

更新时间:2023-12-04 20:04:40

你需要为项目指定一个解释器.

You need to designate an interpreter for the project.

文件->设置->项目->Project Interpreter,然后在右侧选择一个解释器.

File -> Settings -> Project -> Project Interpreter, and then select an interpreter at the right.

在 PyCharm 社区版 4.0.3 上看起来像这样:

It looks like this on PyCharm Community Edition 4.0.3:

项目解释器 -> 选择解释器">

可在此处找到有关设置解释器的官方 JetBrains 指南.