小编eme*_*ism的帖子

Heroku:ModuleNotFoundError:没有名为“请求”的模块

我正在尝试将 Django 程序部署到 Heroku。该应用程序在我使用 Anaconda 和 Python 3.5 的本地机器上成功运行。我无法将其推送到 Heroku。根据命令

>git push heroku master

remote: Compressing source files... done.
remote: Building source:
remote: 
remote: -----> Python app detected
remote:  !     Python has released a security update! Please consider upgrading to python-3.6.8
remote:        Learn More: https://devcenter.heroku.com/articles/python-runtimes
remote: -----> Installing python-3.6.2
remote: -----> Installing pip
remote: -----> Installing dependencies with Pipenv 2018.5.18…
remote:        Installing dependencies from Pipfile.lock (958efe)…
remote: -----> Installing SQLite3
remote: -----> $ python manage.py collectstatic --noinput
remote:        Traceback (most …
Run Code Online (Sandbox Code Playgroud)

python django heroku importerror

2
推荐指数
1
解决办法
4174
查看次数

标签 统计

django ×1

heroku ×1

importerror ×1

python ×1