电脑新安装了anaconda和pycharm,并且在anaconda中配置了python2.7
在配置python解释器时报错:anaconda\envs\py27\python.exe: can't open file 'create': [Errno 2] No such file or directory
按照网上的教程设置python.exe一直改不好,后发现是需要配置conda.exe
按照如下路径操作: 将Conda executable改为conda.exe的路径
使用之前创建的python2.7的虚拟环境的话,把版本改为2.7,或者是修改下面Existing environment的Interpreter内容,选择你想使用的python中的python.exe文件路径。这里使用的是自己新建的py2虚拟环境中的python2.7的python.exe文件。
参考链接:
D:\anaconda3\envs\py2\python.exe: can‘t open file ‘create‘: [Errno 2] No such file or directory_HQXQ2874760112的博客-CSDN博客 https://blog.csdn.net/hqxq2874760112/article/details/120821169