【发布时间】:2021-03-31 11:08:09
【问题描述】:
我尝试在 cmd 中运行git push heroku master,但出现以下错误:
ERROR: Could not find a version that satisfies the requirement get (from -r /tmp/build_8801ce40/requirements.txt (line 2)) (from versions: none)
ERROR: No matching distribution found for get (from -r /tmp/build_8801ce40/requirements.txt (line 2))
remote: ! Push rejected, failed to compile Python app.
我已在我的requirements.txt 中列出如下:
Flask==0.11.1
get
gunicorn==19.6.0
post
requests
wikipedia
line-bot-sdk
pandas==0.20.3
googletrans
问题是什么,我该如何解决?
【问题讨论】:
-
你想做什么?
-
谢谢大家,已经修复,我只需要删除get & post :((