Open natea opened 1 year ago
Looks like you're using python3.11
. We use python3.9
or python3.10
. I suggest trying something like:
# Remove the existing .venv
rm -rf .venv
# After installing python3.10
python3.10 -m venv .venv
source .venv/bin/activate
# --ignore-installed: Ignore any site-packages that have been installed
pip install --ignore-installed -r requirements.txt
I'm seeing these PIL errors: