Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cannot run demo_cli.py #163

Closed
rdrlima opened this issue Oct 12, 2019 · 2 comments
Closed

cannot run demo_cli.py #163

rdrlima opened this issue Oct 12, 2019 · 2 comments

Comments

@rdrlima
Copy link

rdrlima commented Oct 12, 2019

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

@Stellarize
Copy link

Stellarize commented Oct 13, 2019

have you launch it in virtual environnement?

@ghost
Copy link

ghost commented Jul 5, 2020

@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.

Very similar issue described here: pytorch/pytorch#27693

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants