Hello, I have deploying to the same website
for over a year without any problems. Until just recently I got hit by the error above. I have tried completely updating all my packages. I’ve tried downgrading to Python 3.8,
previously, python 3.10
. Clicked on the update python package. updating pip freeze > requirements.txt.
My current Custom Build is Command 0.1.2
, Procfile v0.04, Pythonv3,235.4
This started to happened after PyCharm
rolled that AI update`. I use Ubuntu 22.04
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Sign up for Infrastructure as a Newsletter.
Working on improving health and education, reducing inequality, and spurring economic growth? We'd like to help.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
I fixed it! I added, trialed and error with the runtime.txt, I added
Python 3.9.18
. Bare mininum toHeroku Stack 22.0
. The website was successfully deployed. This was on myPython 10
interpeter.