解决启动PyCharm,报错No Python interpreter selected

Posted 刘承c

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决启动PyCharm,报错No Python interpreter selected相关的知识,希望对你有一定的参考价值。

首先看错误信息:

       


解决方法:

一、安装python解释器(注:我的资源里上传了,在官网下载的python3.4.3解释器—64位)

        我的安装路径:D:\\Python34

二、解决首次使用JetBrains PyCharm 3.4.3问题

       (附上PyCharm官方下载地址:https://confluence.jetbrains.com/display/PYH/Previous+PyCharm+Releases)

        1、打开JetBrains PyCharm 3.4.3   ,找到Configs

             

       2、再选择Settings,进行设置

           

      3、左侧选择Project Interpreter,右侧单击“+”,选择python解释器安装的位置D:\\Python34(忘了截图,盗个图)

          

      4、点击Ok,成功



以上是关于解决启动PyCharm,报错No Python interpreter selected的主要内容,如果未能解决你的问题,请参考以下文章

错误记录PyCharm 运行 Python 程序报错 ( PEP 8: W292 no newline at end of file )

解决:python命令行运行出错 ImportError: No module named ...

命令行运行python项目文件,报错:ModuleNotFoundError: No module named 'xxxx' 解决办法

解决pycharm中报ModuleNotFoundError: No module named ‘tensorflow‘错误

pycharm用Debug 报错怎么解决?

pycharm报错ModuleNotFoundError: No module named 'selenium'