can't open gui ModuleNotFoundError: No module named 'torch' #897
Unanswered
acewins727
asked this question in
Q&A
Replies: 2 comments
-
Try installing torch into the anaconda environment. Use the Anaconda prompt and activate your environment, then, use the command, 'conda install torch'. |
Beta Was this translation helpful? Give feedback.
0 replies
-
that's what i did |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
when I type in svcg it doesn't work, I am using an anaconda environment because otherwise my gpu wasn't detected but now it's just not starting
To Reproduce
no idea, type in svcg on my machine
Additional context
(so-vits-svc-fork) C:\Users\maelt>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\maelt\AppData\Roaming\Python\Python310\Scripts\svcg.exe_main.py", line 4, in
File "C:\Users\maelt\AppData\Roaming\Python\Python310\site-packages\so_vits_svc_fork\gui.py", line 13, in
import torch
ModuleNotFoundError: No module named 'torch'
Version
4.1.1
Platform
windows 10
Code of Conduct
No Duplicate
Beta Was this translation helpful? Give feedback.
All reactions