DanceMonkey276

Results 5 comments of DanceMonkey276

Are you using a virtual environment? I had the same issue and that helped. I deleted everything, reinstalled it, set up the virtual environment and ran the startup.sh file again.

The problem is, when it doesn‘t have Flask installed, there was a error installing the requirements, so none of them are installed. You would have to manually install every requirement...

If you haven't done so yet, you could try installing the requirements: `pip install -r requirements.txt` I would reccomend using a virtual environment for this project. You can do so...

Are you using Linux?

Have you tried rerunning the startup.sh script? Worst case, you would have to delete the entire thing and get a new, clean byob install. Then, you can set up the...