hi doing this through WSL with ubuntu 24.04.1 on windows 11, i've run through the steps and it throws this error when i try to do python3.10 infer-web.py:
Traceback (most recent call last):
File "/mnt/d/ai/rvc-webui-wsl/Retrieval-based-voice-conversion-webui/infer-web.py", line 8, in <module>
from infer.modules.vc.modules import VC
File "/mnt/d/ai/rvc-webui-wsl/Retrieval-based-voice-conversion-webui/infer/modules/vc/modules.py", line 8, in <module>
import torch
File "/mnt/d/ai/rvc-webui-wsl/Retrieval-based-voice-conversion-webui/.venv/lib/python3.10/site-packages/torch/__init__.py", line 229, in <module>
from torch._C import * # noqa: F403
ImportError: /mnt/d/ai/rvc-webui-wsl/Retrieval-based-voice-conversion-webui/.venv/lib/python3.10/site-packages/torch/lib/libtorch_cpu.so: undefined symbol: iJIT_NotifyEvent
im pretty naive when it comes to WSL and python, but i've had issues in the past with that from torch._C import * # noqa: F403 line in other ML-related open source projects outside of wsl, so i wonder if this could be related.
the version of python i compiled in specific is 3.10.14 since 3.10 wasn't available directly from the package manager.