dessa-oss / fake-voice-detection

Using temporal convolution to detect Audio Deepfakes
http://www.atlas.dessa.com
Apache License 2.0
349 stars 86 forks source link

Error in requirements.txt Packages #7

Open Harrshit opened 4 years ago

Harrshit commented 4 years ago

Hello,

I tried to install the requirements.txt file but shows an error in the line " import numpy as np" saying no module found as "numpy" .

UPDATE: I tried to manually install all the packages. I was not able to install lws and PyYAML. The process got terminated.

Kindly help me resolve this issue.

Regards, Harshit

headcrabz commented 4 years ago

try python -mpip install numpy, that will work. also upgraded lws==1.2.6