gpt4 book ai didi

python - 在 Aptfile : no python packages installed from requirements. txt 中带有自定义包的 Heroku Python 应用程序

转载 作者:行者123 更新时间:2023-12-05 06:43:12 24 4
gpt4 key购买 nike

我正在尝试安装一个包,我被指向安装 heroku-buildpack-apt 和 heroku-buildpack-multi 的方向。这似乎有效,现在项目建立在远程上,我已经安装了 multi using:

heroku config:set BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi.git

并通过在 .buildpacks 中包含它的引用来安装 apt-get文件 https://github.com/ddollar/heroku-buildpack-apt

现在将包放入Aptfile这是:

libgeoip-dev

Remote 现在已构建,但我收到关于找不到 gunicorn 的提示,我认为这是某种冲突,因为它列在 requirements.txt 中。 Aptfile覆盖要求?

最佳答案

heroku/python 添加到您的构建包运行中

heroku buildpacks:clear # to clear previous configs
heroku buildpacks:add --index 1 heroku-community/apt # to enable heroku build packages in Aptfile
heroku buildpacks:add --index 2 heroku/python # to install python libs in requirement.txt

应该在你的下一次推送中构建两者

关于python - 在 Aptfile : no python packages installed from requirements. txt 中带有自定义包的 Heroku Python 应用程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34104909/

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