首次安装Pycharm出现Error:Python interpreter is not selected. Please setup Python interpreter first解决办法

一般原因是:
1、本地环境中没有安装Python,或者远程设置也没有;
2、安装的pycharm的版本和你当前Python的版本不匹配也会出现这个问题;
首次安装Pycharm出现Error:Python interpreter is not selected. Please setup Python interpreter first解决办法_第1张图片
然后在那个设置符号那加上下载好的python3.exe就行了
(一般情况下安装包中带的是python.exe,我这个是为了配环境变量好识别自己改成的python3,因为我同时还下了一个python2)

你可能感兴趣的:(网络安全基础知识,python,pip)