Не получаеться задеплоить код на heroku

При деплои кода на heroku вылезает ошибка и она связана с webkitservice. Возможно ли вообще ее решить или надо отказаться в пользу другой? Ошибка:

remote: Running setup.py install for webkit-server: started remote: Running setup.py install for webkit-server: finished with status 'error' remote: error: subprocess-exited-with-error remote:
remote: × Running setup.py install for webkit-server did not run successfully. remote: │ exit code: 1 remote: ╰─> [6 lines of output] remote: running install remote: /app/.heroku/python/lib/python3.10/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. remote: warnings.warn( remote: running build remote: sh: 1: qmake: not found remote: error: [Errno 2] No such file or directory: 'src/webkit_server' remote: [end of output] remote:
remote: note: This error originates from a subprocess, and is likely not a problem with pip. remote: error: legacy-install-failure remote:
remote: × Encountered error while trying to install package. remote: ╰─> webkit-server remote:
remote: note: This is an issue with the package mentioned above, not pip. remote: hint: See above for output from the failure. remote: ! Push rejected, failed to compile Python app. remote: remote: ! Push failed remote: Verifying deploy.... remote:


Ответы (0 шт):