CorentinJ / Real-Time-Voice-Cloning

Clone a voice in 5 seconds to generate arbitrary speech in real-time
Other
51.65k stars 8.66k forks source link

Error #1164

Open chrisjriddle opened 1 year ago

chrisjriddle commented 1 year ago

I am getting the following error. (voice-clone) PS C:\Users\chris\OneDrive\Desktop\Voice> python demo_toolbox.py Arguments: datasets_root: None models_dir: saved_models cpu: False seed: None

Error in sys.excepthook:

Original exception was:

ERROR

I am using Windows 11, Anaconda 22.9.0, Python 3.9.16.

A gui screen will quickly blink up and then disappear.

EnzoMiniuk commented 1 year ago

IF SOMEONE HAD THIS ERROR, THE PROBLEM IS IN WINDOWS, THE ONLY THING THAT SOLVED FOR ME WAS BACK FROM WINDOWS 11 TO WINDOWS 10

Vasanthan-aka-Maari commented 1 year ago

Isn't there any other way?

FatCatRitz commented 1 year ago

I was messing around a little bit and managed to get it working with Windows 11. I installed these:

pip install inflect==5.3.0 pip install librosa==0.9.2 pip install matplotlib==3.5.1 pip install numpy==1.20.3 pip install Pillow==8.4.0 pip install PyQt5==5.15.6 pip install scikit-learn==1.0.2 pip install scipy==1.7.3 pip install sounddevice==0.4.3 pip install SoundFile==0.10.3.post1 pip install tqdm==4.62.3 pip install umap-learn==0.5.2 pip install Unidecode==1.3.2 pip install urllib3==1.26.7 pip install visdom==0.1.8.9 pip install webrtcvad==2.0.10

I'm not sure if that was everything I did, but after continuously getting that error I went ahead and pasted this list in the Anaconda Prompt.

I was also getting "...anaconda3\lib\site-packages\paramiko\transport.py:219: CryptographyDeprecationWarning: Blowfish has been deprecated "class": algorithms.Blowfish,". This seems to not matter anymore since it's up and running?

Alex-Legacy commented 1 year ago

Thanks it worked for windows 11

chrisjriddle commented 1 year ago

I was messing around a little bit and managed to get it working with Windows 11. I installed these:

pip install inflect==5.3.0 pip install librosa==0.9.2 pip install matplotlib==3.5.1 pip install numpy==1.20.3 pip install Pillow==8.4.0 pip install PyQt5==5.15.6 pip install scikit-learn==1.0.2 pip install scipy==1.7.3 pip install sounddevice==0.4.3 pip install SoundFile==0.10.3.post1 pip install tqdm==4.62.3 pip install umap-learn==0.5.2 pip install Unidecode==1.3.2 pip install urllib3==1.26.7 pip install visdom==0.1.8.9 pip install webrtcvad==2.0.10

I'm not sure if that was everything I did, but after continuously getting that error I went ahead and pasted this list in the Anaconda Prompt.

I was also getting "...anaconda3\lib\site-packages\paramiko\transport.py:219: CryptographyDeprecationWarning: Blowfish has been deprecated "class": algorithms.Blowfish,". This seems to not matter anymore since it's up and running?

You rock!!! Thank you!!!!

Aivoice1 commented 1 year ago

IF SOMEONE HAD THIS ERROR, THE PROBLEM IS IN WINDOWS, THE ONLY THING THAT SOLVED FOR ME WAS BACK FROM WINDOWS 11 TO WINDOWS 10

image_2023-04-09_192057723 hey can u please help me with this error?

umangkalavadiya commented 1 year ago

I was messing around a little bit and managed to get it working with Windows 11. I installed these:

pip install inflect==5.3.0 pip install librosa==0.9.2 pip install matplotlib==3.5.1 pip install numpy==1.20.3 pip install Pillow==8.4.0 pip install PyQt5==5.15.6 pip install scikit-learn==1.0.2 pip install scipy==1.7.3 pip install sounddevice==0.4.3 pip install SoundFile==0.10.3.post1 pip install tqdm==4.62.3 pip install umap-learn==0.5.2 pip install Unidecode==1.3.2 pip install urllib3==1.26.7 pip install visdom==0.1.8.9 pip install webrtcvad==2.0.10

I'm not sure if that was everything I did, but after continuously getting that error I went ahead and pasted this list in the Anaconda Prompt.

I was also getting "...anaconda3\lib\site-packages\paramiko\transport.py:219: CryptographyDeprecationWarning: Blowfish has been deprecated "class": algorithms.Blowfish,". This seems to not matter anymore since it's up and running?

it worked

antoineghigny commented 12 months ago

pip install webrtcvad==2.0.10

I was messing around a little bit and managed to get it working with Windows 11. I installed these:

pip install inflect==5.3.0 pip install librosa==0.9.2 pip install matplotlib==3.5.1 pip install numpy==1.20.3 pip install Pillow==8.4.0 pip install PyQt5==5.15.6 pip install scikit-learn==1.0.2 pip install scipy==1.7.3 pip install sounddevice==0.4.3 pip install SoundFile==0.10.3.post1 pip install tqdm==4.62.3 pip install umap-learn==0.5.2 pip install Unidecode==1.3.2 pip install urllib3==1.26.7 pip install visdom==0.1.8.9 pip install webrtcvad==2.0.10

I'm not sure if that was everything I did, but after continuously getting that error I went ahead and pasted this list in the Anaconda Prompt.

I was also getting "...anaconda3\lib\site-packages\paramiko\transport.py:219: CryptographyDeprecationWarning: Blowfish has been deprecated "class": algorithms.Blowfish,". This seems to not matter anymore since it's up and running?

Thanks it worked

ikikiru98 commented 9 months ago

I was messing around a little bit and managed to get it working with Windows 11. I installed these:

pip install inflect==5.3.0 pip install librosa==0.9.2 pip install matplotlib==3.5.1 pip install numpy==1.20.3 pip install Pillow==8.4.0 pip install PyQt5==5.15.6 pip install scikit-learn==1.0.2 pip install scipy==1.7.3 pip install sounddevice==0.4.3 pip install SoundFile==0.10.3.post1 pip install tqdm==4.62.3 pip install umap-learn==0.5.2 pip install Unidecode==1.3.2 pip install urllib3==1.26.7 pip install visdom==0.1.8.9 pip install webrtcvad==2.0.10

I'm not sure if that was everything I did, but after continuously getting that error I went ahead and pasted this list in the Anaconda Prompt.

I was also getting "...anaconda3\lib\site-packages\paramiko\transport.py:219: CryptographyDeprecationWarning: Blowfish has been deprecated "class": algorithms.Blowfish,". This seems to not matter anymore since it's up and running?

Nice work it worked for me... I guess it can only work for windows 11 users

ikikiru98 commented 9 months ago

Great work...