推送代码时出现有线错误。 我已经将我在Github上的项目与Heroku相关联。当我将代码推送到Github时,它将自动更新Heroku上的代码。
我遇到的问题是此错误:
ERROR: Could not find a version that satisfies the requirement get==2019.4.13 (from -r /tmp/build_501b7310_/requirements.txt (line 12)) (from versions: none) ERROR: No matching distribution found for get==2019.4.13 (from -r /tmp/build_501b7310_/requirements.txt (line 12)) ! Push rejected, failed to compile Python app. ! Push failed
问题出在get
软件包版本上。这是有线的,因为我在以前的上传中使用了此软件包版本。
不能理解为什么现在它给了我这个错误。
我该怎么解决?