I previously hosted it on Heroku, and now imported it to Replit.
When I run the application as it is, it gives me the following error:
flask db upgrade; gunicorn microblog:flaskapp
sh: /home/runner/denselayersalpha/venv/bin/flask: /Users/amanagarwal/Documents/PROGRAMMING/denselayers_beta/venv/bin/python: bad interpreter: No such file or directory
sh: /home/runner/denselayersalpha/venv/bin/gunicorn: /Users/amanagarwal/Documents/PROGRAMMING/denselayers_beta/venv/bin/python: bad interpreter: No such file or directory
exit status 126
I have no idea what’s going on, could someone explain what’s happening? I’m happy to destroy and re-initialize the venv if that’s what it takes!
I was going to manually scan through your code but then I looked at what an absolute unit it is and decided I need to ask: where the error is, that is, if you could be more specific
The statement above is run from the Procfile. It seems to be looking up some files that have my personal computer’s paths on them, but I don’t know how to update them.