其他分享
首页 > 其他分享> > Error: Django is not importable in this environment

Error: Django is not importable in this environment

作者:互联网

1 问题: 显示没有django模块 >下载一个,提示已经安装 > 启动后提示django模块不可导入

 

 

2 解决:

查看该项目的解释器发现是python37

而默认的pip是加入环境变量的python36的pip

所以需要把python37解释器的pip路径加入环境变量, 重启Pycharm后

用pip3.7 install django==x.x.x 安装django.

标签:解释器,importable,django,environment,python37,模块,pip,Django,环境变量
来源: https://www.cnblogs.com/tslam/p/16485709.html