Following the installation steps i get this
Opened this issue · 1 comments
beanboi7 commented
Ran this command sudo python3 -m pip install -r requirements.txt --upgrade
and I get a long list of ERRORS.
The final one being:
ERROR: Could not find a version that satisfies the requirement scipy~=1.5.4 ERROR: No matching distribution found for scipy~=1.5.4
Current python version = 3.10.2
robi24 commented
got the same issue, solved by installing all the libs separately
pip3 install matplotlib scipy numpy