Как решить проблему с развертыванием в heroku?

#python #heroku #deployment #heroku-api

Вопрос:

Я новый пользователь Heroku. Когда я пытаюсь развернуть модель на Heroku, при нажатии появляются некоторые ошибки requirements.txt через git в репозиторий приложений.

Другой вопрос: версия python, которую я создал для своего приложения, — 3.8.10, и установленные пакеты python относятся к этой версии. Хотя эта версия недоступна в heroku. Это может быть проблемой?

См. Ниже фрагмент файла журнала Heroku, в котором возникает проблема:

При необходимости я могу поделиться полным файлом журнала.

Спасибо!

 remote:          Stored in directory: /tmp/pip-ephem-wheel-cache-1v5kte33/wheels/88/21/07/12b17bd52e2030a53d9757e9d65610e73d4075ee2d7c456d70
remote:          Building wheel for pandas (setup.py): started
remote:          Building wheel for pandas (setup.py): still running...
remote:          Building wheel for pandas (setup.py): still running...
remote:          Building wheel for pandas (setup.py): still running...
remote:          Building wheel for pandas (setup.py): still running...
remote:          Building wheel for pandas (setup.py): still running...
remote:          Building wheel for pandas (setup.py): still running...
remote:          Building wheel for pandas (setup.py): still running...
remote: -----> Timed out running buildpack Python
remote: 
remote:  !     Push failed
remote: Verifying deploy...
remote: 
remote: !   Push rejected to rossmann-model-test-fds.
remote: 
To https://git.heroku.com/rossmann-model-test-fds.git
 ! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'https://git.heroku.com/rossmann-model-test-fds.git'