Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

运行报错python3 manage.py runserver 0.0.0.0:9000缺少模块 #15

Open
kazihuo opened this issue Jun 19, 2019 · 4 comments
Open

运行报错python3 manage.py runserver 0.0.0.0:9000缺少模块 #15

kazihuo opened this issue Jun 19, 2019 · 4 comments

Comments

@kazihuo
Copy link

kazihuo commented Jun 19, 2019

File "/root/CrazyEye/CrazyEye/init.py", line 6, in
from .celery import app as celery_app
File "/root/CrazyEye/CrazyEye/celery.py", line 4, in
from celery import Celery
ModuleNotFoundError: No module named 'celery'

环境前期的依赖包包括py模块都已经装好了,为啥启动就报那个模块没有··· 很尴尬啊

@kazihuo
Copy link
Author

kazihuo commented Jun 19, 2019

希望大哥看到了给指点下哦~ 谢谢啦

@412495691
Copy link

412495691 commented Jun 19, 2019 via email

@zhengyu1992linux
Copy link

看到Alex老师开发的堡垒机就来了

@strangeryf
Copy link

requirements.txt中缺少了celery的版本。最新版的celery需要django1.11以上,另外django-celery-beat不知道哪个版本合适。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants