(這是一個flask python應用程式)錯誤是:
ERROR: Could not find a version that satisfies the requirement ikp3db==1.4.5 (from versions: 1.0, 1.1, 1.1.2, 1.1.3, 1.1.4, 1.4.1)
在requirements.txt檔案中,我將其改寫為,ikp3db==1.4 但錯誤仍然存??在,我使用了以下命令:
heroku login
heroku create
heroku git:remote app-name
git add .
git commit -am "make it better"
git push heroku master(i also tried using main)
uj5u.com熱心網友回復:
目前最新版本ikp3db是1.4.1。沒有 1.4.5。用1.4.1你的requirement.txt。
轉載請註明出處,本文鏈接:https://www.uj5u.com/gongcheng/397993.html
