Pycharm 报错 Environment location directory is not empty
重新安装pycharm导入项目
重新安装pycharm后导入项目,发现提示“Environment location directory is not empty”或“环境位置目录非空”。
可以按照以下思路解决
找到设置–python 解释器–点击添加解释器–Virtualenv 环境–新环境–位置(盘符:*\venv)
保证上述目录(盘符:*\venv)下venv文件夹内为空。
问题最终解决。
来源地址:https://blog.csdn.net/weixin_45177967/article/details/129492167