gpt4 book ai didi

python - 模块未找到错误 : No module named 'django' in Heroku

转载 作者:行者123 更新时间:2023-12-02 03:36:05 25 4
gpt4 key购买 nike

我尝试在 Heroku 中部署我的应用程序,但出现此错误:

 2018-05-03T14:35:40.682441+00:00 heroku[web.1]: Starting process with command `python manage.py runserver`
2018-05-03T14:35:41.960741+00:00 app[web.1]: Traceback (most recent call last):
2018-05-03T14:35:41.960765+00:00 app[web.1]: File "manage.py", line 8, in <module>
2018-05-03T14:35:41.960858+00:00 app[web.1]: from django.core.management import execute_from_command_line
2018-05-03T14:35:41.960872+00:00 app[web.1]: ModuleNotFoundError: No module named 'django'
2018-05-03T14:35:41.960873+00:00 app[web.1]:
2018-05-03T14:35:41.960875+00:00 app[web.1]: The above exception was the direct cause of the following exception:
2018-05-03T14:35:41.960876+00:00 app[web.1]:
2018-05-03T14:35:41.960879+00:00 app[web.1]: Traceback (most recent call last):
2018-05-03T14:35:41.960895+00:00 app[web.1]: File "manage.py", line 14, in <module>
2018-05-03T14:35:41.961003+00:00 app[web.1]: ) from exc
2018-05-03T14:35:41.961016+00:00 app[web.1]: 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?
2018-05-03T14:35:42.013265+00:00 heroku[web.1]: State changed from starting to crashed
2018-05-03T14:35:42.008966+00:00 heroku[web.1]: Process exited with status 1

我的要求.txt:

dj-database-url==0.5.0
django-heroku==0.3.1
gunicorn==19.8.1
numpy==1.14.2
psycopg2==2.7.4
python-decouple==3.1
pytz==2018.4
scipy==1.0.1
whitenoise==3.3.1

我的运行时.txt

python-3.6.5

我的 Procfile('myapphere' 是我的应用名称)

web: gunicorn myapphere.wsgi
web: python manage.py runserver

问题是我制作“git push heroku master”并出现错误,我不知道会发生什么......

部署日志:

Counting objects: 13, done.
Delta compression using up to 4 threads.
Compressing objects: 100% (11/11), done.
Writing objects: 100% (13/13), 1.11 KiB | 0 bytes/s, done.
Total 13 (delta 7), reused 0 (delta 0)
remote: Compressing source files... done.
remote: Building source:
remote:
remote: -----> Python app detected
remote: -----> Installing pip
remote: -----> Installing dependencies with Pipenv 11.8.2…
remote: Installing dependencies from Pipfile…
remote: -----> Discovering process types
remote: Procfile declares types -> web
remote:
remote: -----> Compressing...
remote: Done: 53.5M
remote: -----> Launching...
remote: Released v21
remote: https://sbceval.herokuapp.com/ deployed to Heroku
remote:
remote: Verifying deploy... done.
To https://git.heroku.com/sbceval.git
df538a8..a82ea89 master -> master

最佳答案

根据您的日志,您同时拥有Pipfilerequirements.txt。删除其中一个,你应该没问题

关于python - 模块未找到错误 : No module named 'django' in Heroku,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50157862/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com