一.
出现问题:无法输入项目name,不能新建项目
解决方式:不知道哪里出了问题,卸载重装后,按照安装流程重新设置了python interpreter,python interpreter 选择conda,即anacondas路径下的python.exe
选择解释器后,按下面步骤新建项目,新建成功。所以问题应该是解释器配置错误导致的。
二:
1.File中点击new project,选择新建项目的路径;选择解释器,但是这里我只能选择new environment using-->python 3.8,不可以选择existing environment,不知道为啥?
2.右键untitled1,点击new-->python file-->输入name,新建项目完成
3.新建后输入print('hello world'),右键test.py-->run,出现如下图3所示,即pycharm安装成功