RVC-Project / RVC-Project/Retrieval-based-Voice-Conversion-WebUI
linux python: infer-web.py runs but not rvc_for_realtime.py
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 38.4k
- Forks
- 5.3k
- PR merge metrics
- No merged PRs in 30d
Description
infer-web.py runs fine(not tested training and gpu accel yet) but not rvc_for_realtime.py.
Traceback (most recent call last):
File "/home/james/bin/rvc-bin/tools/rvc_for_realtime.py", line 6, in <module>
from infer.lib import jit
ModuleNotFoundError: No module named 'infer.lib'
I can't work out if infer.lib is an external dependency or an internal one. Either way I tried both before and after pip install infer but no luck. I am on arch linux and amd gpu.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with tools/rvc_for_realtime.py and compare its import context with infer-web.py, focusing on the reported ModuleNotFoundError for infer.lib. Check whether infer.lib is provided by this repository or an external package, then verify that the realtime script starts successfully on Arch Linux without that import error.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- arch-linux, python
- Domain
- audio-video-rtc, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 28/100