You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "D:\Real-Time-Voice-Cloning-master\demo_cli.py", line 2, in
from utils.argutils import print_args
File "D:\Real-Time-Voice-Cloning-master\utils\argutils.py", line 2, in
import numpy as np
File "C:\Users\Rodrigo\AppData\Roaming\Python\Python37\site-packages\numpy_init_.py", line 140, in
from . import distributor_init
File "C:\Users\Rodrigo\AppData\Roaming\Python\Python37\site-packages\numpy_distributor_init.py", line 26, in
WinDLL(os.path.abspath(filename))
File "C:\Users\Rodrigo\AppData\Local\Programs\Python\Python37\lib\ctypes_init.py", line 364, in init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 193] %1 is not a valid Win32 application
The text was updated successfully, but these errors were encountered:
@rdrlima It looks like you have 2 environments and they're causing a conflict with each other: C:\Users\Rodrigo\AppData\Roaming\Python\Python37\ C:\Users\Rodrigo\AppData\Local\Programs\Python\Python37\
Please check your PATH and remove one of the environments. Of course the environment you keep still needs to have all of the requirements.
Traceback (most recent call last):
File "D:\Real-Time-Voice-Cloning-master\demo_cli.py", line 2, in
from utils.argutils import print_args
File "D:\Real-Time-Voice-Cloning-master\utils\argutils.py", line 2, in
import numpy as np
File "C:\Users\Rodrigo\AppData\Roaming\Python\Python37\site-packages\numpy_init_.py", line 140, in
from . import distributor_init
File "C:\Users\Rodrigo\AppData\Roaming\Python\Python37\site-packages\numpy_distributor_init.py", line 26, in
WinDLL(os.path.abspath(filename))
File "C:\Users\Rodrigo\AppData\Local\Programs\Python\Python37\lib\ctypes_init.py", line 364, in init
self._handle = _dlopen(self._name, mode)
OSError: [WinError 193] %1 is not a valid Win32 application
The text was updated successfully, but these errors were encountered: