Closed JyloPen closed 1 year ago
Hello! when running
pip3 install -r requirements.txt
I had the attached output. Is there something I'm doing wrong?
What is your Python version? I encountered the same error when using a higher version of Python. When I downgraded Python to 3.8.4, everything was fine.
Don't use python 3.12. 3.11.6 works fine @JyloPen
Downgrading worked perfectly, thank you!
Thank you! Be sure to uninstall 3.12 (if you already have it installed) before using 3.11.6. Enjoy!! :)
Hello! when running
pip3 install -r requirements.txt
I had the attached output. Is there something I'm doing wrong?