Pycharm can't change interpreter from python 2.7 to 3.4

ⅰ亾dé卋堺 提交于 2019-12-19 21:44:29

问题


Im currently working on an open source Python project on Xubuntu Linux 3.19.0-51-generic x86_64 using Pycharm. Even though I my project requires Python 3.4 or greater, the IDE seems to force the project to use Python 2.7. I've tried to change the interpreter from the Project Interpreter menu (see screenshot), and went so far as to remove the Python 2.7 entry from the Project Interpreter menu..All to no avail. I have attached a screenshot of Project Interpreter menu and here is the first line of my debugger session to illustrate the problem:

/usr/bin/python2.7 /home/bluejay/pycharm/pycharm-community-2016.2.1/helpers/pydev/pydevd.py --cmd-line --multiproc --qt-support --client 127.0.0.1 --port 45167 --file /root/PycharmProjects/anki/runanki

Any help is vastly appreciated!


回答1:


Try to setup different interpreter in run/debug configuration in the same manner as suggested in this answer.

Main Menu -> Run -> Edit Configurations...



来源:https://stackoverflow.com/questions/38938830/pycharm-cant-change-interpreter-from-python-2-7-to-3-4

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!