I also found that activating the venv needed a "." at the start so the command was ".\venv\Scripts\activate" - for anyone else getting the error that venv module could not be found etc.
AND just spend 3 hours trying to figure out why pushing to master was failing. My procfile was created in UTF-16 rather than 8. That was fun trying to figure out...
I also found that activating the venv needed a "." at the start so the command was ".\venv\Scripts\activate" - for anyone else getting the error that venv module could not be found etc.
Thank you, the Heroku tutorial only gives you a completed repo with no instructions on what's actually needed.
Was missing gunicorn and the Procfile.
As of now, it seems to be no free plan available on Heroku anymore :/
AND just spend 3 hours trying to figure out why pushing to master was failing. My procfile was created in UTF-16 rather than 8. That was fun trying to figure out...
you are one fine hero :))
Underratted Video🤯
Why do I just see errors in my logs? followed exactly on windows 10
I just get the heroku application error screen
when i type python3 -m venv venv it says python 3 cannot be recognised but i have python 3 installed on my pc i installed it when i installed anaconda
try this : python -m venv venv
thanks ...
thanks !
saved my life