Replies: 6 comments
-
Same case. Details:
|
Beta Was this translation helpful? Give feedback.
-
glad i'm not the only one having this problem |
Beta Was this translation helpful? Give feedback.
-
nobody answerin this 💔 |
Beta Was this translation helpful? Give feedback.
-
this is what happens when i did what it suggests me to C:\Program Files\Python310\python.exe: can't open file 'C:\Users\hp\setup.py': [Errno 2] No such file or directory |
Beta Was this translation helpful? Give feedback.
-
also i have an intel(r) uhd graphics 600 gpu |
Beta Was this translation helpful? Give feedback.
-
nevermind i found out i had to skip |
Beta Was this translation helpful? Give feedback.
-
(venv) C:\Users\hp>svcg
Traceback (most recent call last):
File "C:\Program Files\Python310\lib\runpy.py", line 196, in _run_module_as_main
return run_code(code, main_globals, None,
File "C:\Program Files\Python310\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "C:\Users\hp\venv\Scripts\svcg.exe_main.py", line 4, in
File "C:\Users\hp\venv\lib\site-packages\so_vits_svc_fork\gui.py", line 12, in
import torch
File "C:\Users\hp\venv\lib\site-packages\torch_init.py", line 443, in
raise ImportError(textwrap.dedent('''
ImportError: Failed to load PyTorch C extensions:
It appears that PyTorch has loaded the
torch/_C
folderof the PyTorch repository rather than the C extensions which
are expected in the
torch._C
namespace. This can occur whenusing the
install
workflow. e.g.$ python setup.py install && python -c "import torch"
Beta Was this translation helpful? Give feedback.
All reactions