作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
将 Flask 应用程序推送到 heroku 时出现此错误:
无法为使用 PEP 517 且无法直接安装的 PyGObject 构建轮子
远程:推送被拒绝,无法编译 Python 应用程序。 我试过这个命令 pip3 install --upgrade pip setuptools wheel
正如有人在另一个问题中所建议的那样,然后我尝试安装 PyGObject
使用 pip3 install PyGObject
但我说已满足要求
完整错误
remote: Failed to build dbus-python PyGObject
remote: ERROR: Could not build wheels for PyGObject which use PEP 517 and cannot be installed directly
remote: ! Push rejected, failed to compile Python app.
remote:
remote: ! Push failed
remote: Verifying deploy...
remote:
remote: ! Push rejected to safe-meadow-87431.
remote:
To https://git.heroku.com/safe-meadow-87431.git
任何帮助,将不胜感激。我正在使用
Ubuntu 20.04 "focal-fossa"
和 python
version 3.7.5
最佳答案
将我的应用程序推送到 Heroku 时,我遇到了同样的问题——它卡在了 Pandas 上。对我来说,解决方案是在我的 runtime.txt 中调整 python 版本
来自 python-3.9.2
至 python-3.8.8
关于git - 将 Flask 应用程序推送到 heroku : Could not build wheels for PyGObject which use PEP 517 and cannot be installed directly 时出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63829649/
我是一名优秀的程序员,十分优秀!