gpt4 book ai didi

python - Heroku Local 未将“gunicorn”识别为内部或外部命令

转载 作者:行者123 更新时间:2023-12-04 13:12:51 27 4
gpt4 key购买 nike

按照教程中的 Push Local Changes 部分,我正在尝试运行命令 heroku local: Heroku Python Tutorial

我收到错误:

[OKAY] Loaded ENV .env File as KEY=VALUE Format 18:51:47 web.1 |'gunicorn' is not recognized as an internal or external command,18:51:47 web.1 | operable program or batch file. [DONE] Killing allprocesses with signal SIGINT 18:51:47 web.1 Exited with exit codenull

我尝试在线搜索,但没有找到任何有用的信息。有人知道如何解决此错误吗?

编辑:我已经成功实现了本教程之前的所有步骤,如果我在文件夹 C:\python-getting-started 中运行 CMD 并运行命令 pip list,依赖项是:

Package         Version
--------------- ---------
asgiref 3.2.10
certifi 2020.6.20
chardet 3.0.4
dj-database-url 0.5.0
Django 3.0.8
django-heroku 0.3.1
gunicorn 20.0.4
idna 2.10
pip 20.2
psycopg2 2.8.5
pytz 2020.1
requests 2.24.0
setuptools 41.2.0
sqlparse 0.3.1
urllib3 1.25.10
whitenoise 5.1.0

谢谢

最佳答案

看前一步Run app locally , 我们可以看到如下信息:

If you’re on Microsoft Windows system, run this:

heroku local web -f Procfile.windows
...
Just like Heroku, heroku local examines the Procfile to determine what to run.

意思是,Windows 需要 -f Procfile.windows 标志。
请尝试运行 heroku local -f Procfile.windows

关于python - Heroku Local 未将“gunicorn”识别为内部或外部命令,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63218150/

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