RVC-Project / RVC-Project/Retrieval-based-Voice-Conversion-WebUI

M1 Mac torch

Open
#2,432 3 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
38.4k
Forks
5.3k
PR merge metrics
No merged PRs in 30d

Description

Activate venv...
working dir is /Users/tony/Desktop/RVC20240604AMD_Intel
downloading requirement aria2 check.
aria2c command found
dir check start.
dir ./assets/pretrained checked.
dir ./assets/pretrained_v2 checked.
dir ./assets/uvr5_weights checked.
dir ./assets/uvr5_weights/onnx_dereverb_By_FoxJoy checked.
dir check finished.
required files check start.
checking D32k.pth
D32k.pth in ./assets/pretrained checked.
checking D40k.pth
D40k.pth in ./assets/pretrained checked.
checking D40k.pth
D40k.pth in ./assets/pretrained_v2 checked.
checking D48k.pth
D48k.pth in ./assets/pretrained checked.
checking G32k.pth
G32k.pth in ./assets/pretrained checked.
checking G40k.pth
G40k.pth in ./assets/pretrained checked.
checking G40k.pth
G40k.pth in ./assets/pretrained_v2 checked.
checking G48k.pth
G48k.pth in ./assets/pretrained checked.
checking f0D32k.pth
f0D32k.pth in ./assets/pretrained checked.
checking f0D40k.pth
f0D40k.pth in ./assets/pretrained checked.
checking f0D40k.pth
f0D40k.pth in ./assets/pretrained_v2 checked.
checking f0D48k.pth
f0D48k.pth in ./assets/pretrained checked.
checking f0G32k.pth
f0G32k.pth in ./assets/pretrained checked.
checking f0G40k.pth
f0G40k.pth in ./assets/pretrained checked.
checking f0G40k.pth
f0G40k.pth in ./assets/pretrained_v2 checked.
checking f0G48k.pth
f0G48k.pth in ./assets/pretrained checked.
checking HP2_all_vocals.pth
HP2_all_vocals.pth in ./assets/uvr5_weights checked.
checking HP3_all_vocals.pth
HP3_all_vocals.pth in ./assets/uvr5_weights checked.
checking HP5_only_main_vocal.pth
HP5_only_main_vocal.pth in ./assets/uvr5_weights checked.
checking VR-DeEchoAggressive.pth
VR-DeEchoAggressive.pth in ./assets/uvr5_weights checked.
checking VR-DeEchoDeReverb.pth
VR-DeEchoDeReverb.pth in ./assets/uvr5_weights checked.
checking VR-DeEchoNormal.pth
VR-DeEchoNormal.pth in ./assets/uvr5_weights checked.
checking vocals.onnx
vocals.onnx in ./assets/uvr5_weights/onnx_dereverb_By_FoxJoy checked.
checking rmvpe.pt
rmvpe.pt in ./assets/rmvpe checked.
checking hubert_base.pt
hubert_base.pt in ./assets/hubert/pretrained checked.
required files check finished.
Traceback (most recent call last):
File "/Users/tony/Desktop/RVC20240604AMD_Intel/infer-web.py", line 8, in
from infer.modules.vc.modules import VC
File "/Users/tony/Desktop/RVC20240604AMD_Intel/infer/modules/vc/modules.py", line 8, in
import torch
ModuleNotFoundError: No module named 'torch'

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with infer-web.py and infer/modules/vc/modules.py, then inspect the activated virtual environment because the failure occurs when importing torch. Reproduce the missing-module error and verify the application gets past that import on an M1 Mac; done means startup no longer stops with ModuleNotFoundError: No module named 'torch'.

Written by the indexing model from the issue text.

Assessment

Tech stack
macos, python, pytorch
Domain
machine-learning
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.