原文:pycharm显示no python interpreter configured for the project

打开pycharm,新建python项目时,提示no python interpreter configured for the project,理解为没有找到解释器 可手动设置添加解释器 . 点击Configure Python interpreter,进入projectinterpreter设置页面 . 点击add .选择已存在的环境,python安装路径下的pythonw.exe,点击OK按 ...

2019-08-29 08:43 0 3840 推荐指数:

查看详情

使用Pycharm运行python模块时提示需要添加Project Interpreter

在运行python模块时遇到提示需要Project Interpreter, 因为模块之前使用python自带IDLE编译运行,现使用Pycharm运行,故模块编译器和运行环境需要更改,具体设置如下: 需重新创建项目File-create project,最好在一个空文件夹下,如D ...

Mon Mar 11 22:17:00 CST 2019 0 3946
pycharm中选择python interpreter

pycharm中选择python interpreter pycharm中有两处地方需要选择python解释器: 一处是调试配置(edit configurations)处,这里选择python解释器是为了运行项目: 另一处是项目设置(settings)处,这里选择python ...

Mon Apr 09 07:41:00 CST 2018 0 14875
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM