我正在尝试通过 GitHub 在 Heroku 上部署我的机器人。在 requirements.txt 中,我有 'os'。我尝试部署机器人,以便 Heroku 能够识别 Procfile。它给了我这个错误。Collecting os (from -r /tmp/build_e656b8b6627c307b02ef77c47e6bb725/requirements.txt (line 3)) Could not find a version that satisfies the requirement os (from -r /tmp/build_e656b8b6627c307b02ef77c47e6bb725/requirements.txt (line 3)) (from versions: ) No matching distribution found for os (from -r /tmp/build_e656b8b6627c307b02ef77c47e6bb725/requirements.txt (line 3)) ! Push rejected, failed to compile Python app. ! Push failed如何解决?
添加回答
举报
0/150
提交
取消
