我们正在尝试部署一个相当简单的烧瓶应用程序到蓝色应用服务。部署(使用本地git)失败,输出如下:
remote: Python Version: /tmp/oryx/platforms/python/3.9.12/bin/python3.9
remote: Creating directory for command manifest file if it doesnot exist
remote: /tmp/oryx/platforms/python/3.9.12/bin/python3.9: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /tmp/oryx/platforms/python/3.9.12/lib/libpython3.9.so.1.0)
remote: Removing existing manifest file
remote: /tmp/oryx/platforms/python/3.9.12/bin/python3.9: /lib/x86_64-linux-gnu/libpthread.so.0: version `GLIBC_2.30' not found (required by /tmp/oryx/platforms/python/3.9.12/lib/libpython3.9.so.1.0)
remote: Python Virtual Environment: antenv
remote: Creating virtual environment...
remote: Deployment Failed.有人知道为什么会失败吗?应该这么简单..。(这是一个应用程序服务,不是一个码头容器,不是一个vm.
你好,约翰
发布于 2022-04-07 13:28:46
今早我也收到了同样的错误,并设法通过将应用程序的python版本从3.9更改为3.8来修复它。
我不太清楚为什么现在像以前一样,在python3.9上部署了应用程序。
为了更改应用程序python版本,您需要
Settings
小版本到3.8 (我还没有测试3.7)
希望这能有所帮助!
https://stackoverflow.com/questions/71780463
复制相似问题