Block a user
OSError when running start.sh after fresh install
The way I fixed it was by using python 3.10.11 or earlier. Add the following lines to the end of your requirements.txt:
--extra-index-url https://download.pytorch.org/whl/cu118
torch
torch…