我正在嘗試通過 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
提交
取消