dtmf-decoder icon indicating copy to clipboard operation
dtmf-decoder copied to clipboard

Following the installation steps i get this

Open beanboi7 opened this issue 3 years ago • 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

beanboi7 avatar Feb 16 '22 06:02 beanboi7

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

pip3 install matplotlib scipy numpy

robi24 avatar Apr 16 '22 09:04 robi24