Could not find module (libtorchaudio.pyd) #34
Labels
No Label
bug
duplicate
enhancement
help wanted
insufficient info
invalid
news
not a bug
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: mrq/ai-voice-cloning#34
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Cloned another instance on a Windows 10 PC w/ 3060 ti. Ran
setup_cuda.bat
andstart.bat
and ended up with the following error:Not sure what the issue is since
libtorchaudio.pyd
is located in the path.Strange, I'll try and replicate it with a fresh install on Windows when I get a chance.
Strange, did a clean install and can't replicate it.
I'll assume you're using Python3.9, as problems from users having a different version hasn't happened in a long while. I'll suggest running in a command prompt:
to uninstall and reinstall Torch. From the handful of users mentioning they have weird PyTorch install quirks or whatever, I'll just go on a limb and say to just try and reinstall it.
If that won't work, then I can just zip up my
venv
again and put it on catbox if you need it.Your script put me on the right track. I had to reinstall pytorch for cuda 11.7
python -m pip install torch torchvision torchaudio --extra-index-url https://download.pytorch.org/whl/cu117
Honestly, I only figured that was the case by comparing the libraries to my working version of stable diffusion.