当前位置: 代码迷 >> 综合 >> No Python interpreter configured for the project
  详细解决方案

No Python interpreter configured for the project

热度:9   发布时间:2023-11-27 00:36:39.0

安装好Python和Pycharm,报错:No Python interpreter configured for the project

解决方案:

这句话是没有配置Python解释器

那我们加上解释器

1、打开File—Settings—Project:PythonProject—Python:Interpreter

然后<No interpreter>下什么都没有,选择Show All

+—Virtualenv Environment—Existing environment—···找到python(解释器)所在位置

2、但是!

因为Modify Repair是了好几遍都没用,就把它Uninstall(卸载),咱重新下

双击

要下载下面这个!并把框框都勾上)我之前下载的是前面那个,下载到哪都不自知,难怪老是找不到Python解释器在哪

在Browse选择我们要放的位置

啊,忘记写了,目录再加一个python-3.9.6-amd64(D:\develop\python\python-3.9.6-amd64)

不然会和我之前下载的pycharm混在一起

3、添加环境变量

系统属性—高级—环境变量

在系统变量里找到Path进行编辑

将将python解释器所在路径粘贴到最后面,再加个分号。

4、重新找到一开始说的interpreter找到文件夹中pythonw.exe的位置,确定就好啦

  相关解决方案