heroku App not deploying error: Could not find a version that satisfies the requirement
heroku App not deploying error: Could not find a version that satisfies the requirement
(这是一个烧瓶 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)
在 requirement.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)
目前 ikp3db
的最新版本是 1.4.1。没有 1.4.5。在 requirement.txt
.
中使用 1.4.1
(这是一个烧瓶 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)
在 requirement.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)
目前 ikp3db
的最新版本是 1.4.1。没有 1.4.5。在 requirement.txt
.
1.4.1