Real-Time-Voice-Cloning
Real-Time-Voice-Cloning copied to clipboard
Consistent "Numpy Is Not Available" error
I install numpy version 1.19 or really any version under 1.21, and I get a constant "numpy not available" issue. The program launches but is stuck on this screen:

This is what the CLI looks like

I'm not sure why I'd be getting this error since numpy is installed and it is less than 1.21
pip install numpy==1.21
or try pip3
Your version of pytorch was not compiled with numpy support. Numpy must be installed prior to building/install pytorch for support to be compiled in.