栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > Python

Django启动报错:Couldn‘t import Django. Are you sure it‘s installed and available on your PYTHONPATH...

Python 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

Django启动报错:Couldn‘t import Django. Are you sure it‘s installed and available on your PYTHONPATH...

Django启动报错

错误信息如下:

PS F:mysitemysite> python manage.py runserver
Traceback (most recent call last):
  File "manage.py", line 8, in 
    from django.core.management import execute_from_command_line
ModuleNotFoundError: No module named 'django'

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "manage.py", line 10, in 
    raise importError(
importError: Couldn't import Django. Are you sure it's installed and available on your PYTHonPATH environment variable? Did you forget to activate a virtual environment?
PS F:mysitemysite> 

错误信息翻译:

不能导入Django,您确定PYTHONPATH环境变量已安装并可用吗?您是否忘记激活虚拟环境?


去看看环境变量:

发现系统的环境变量PATH里没有python,然后去用户环境变量,发现PAYH内容如下:

这样先找的就是anaconda里的python


解决方法:

将D:python上移到第一个,然后确定。

重启VSCode。

PS F:mysitemysite> python manage.py runserver
Watching for file changes with StatReloader
Performing system checks...

System check identified no issues (0 silenced).
October 13, 2021 - 11:25:26
Django version 3.0, using settings 'mysite.settings' 
Starting development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.

OK,启动成功!

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/321415.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号