ribt/dtmf-decoder

Following the installation steps i get this

Opened this issue · 1 comments

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

got the same issue, solved by installing all the libs separately

pip3 install matplotlib scipy numpy