#No module named 'rvc.f0'
59 messages · Page 1 of 1 (latest)
Your rvc is either corrupted or on click training is bugged.
Don't use it anyways.
Simply do each step on your own.
Configuration > dataset processing > pitch/features extraction > train index -> train model
Thank you, trying now.
and if you need modern take on rvc with much better annotation, feature and interface:
Codename's rvc fork version 4, based on Applio. Contribute to codename0og/codename-rvc-fork-4 development by creating an account on GitHub.
Weird, now I'm getting
No such file or directory: '/mnt/large_storage/repos/Retrieval-based-Voice-Conversion-WebUI/logs/GC-Gabe/2a_f0
@night cypress has reached level 1. GG!
that means no pitch was extracted
yeah, always some problems with rvc's code lol
Suggest switching to my fork for more easier work
or if you still wanna stick to rvc get precompiled package
Does yours run on linux?
oh, good point
I believe not since some dependencies, iirc, are windows only atm
in that case we'll get you precomp packages
I'm using fumiama's fork
ah
well rip then
can you show me the full log
search for any part that's about f0 extraction
apparently fumiama's fork is jammed
I checked imports
it attempts importing generator from gen script in f0 folder but there's no Gen script
ah okay no, there is
I was gonna say it is there
so most likely it's access issues
or permission?
hard to say how Linux would interact with it
perms are fine. I can run python and manually import
hmmmmm
@iron mirage has reached level 11. GG!
wierd weird
perhaps you can try my fork then, since you seem knowledgeable that saves me time
you'd just need to edit requirements
namely, Triton, PESQ and ring attention
Just ensure ring attention is 0.5.17
okay, so do I just need to change the sys_platform? Sorry I've never seen requirements like this before
@night cypress has reached level 2. GG!
there you go
and then I believe it should all work fine, if not? we'll figure it out
Requirements are downloading now
Oh what version of python do I need?
ERROR: Ignored the following versions that require a different python version: 0.52.0 Requires-Python >=3.6,<3.9; 0.52.0rc3 Requires-Python >=3.6,<3.9; 0.53.0 Requires-Python >=3.6,<3.10; 0.53.0rc1.post1 Requires-Python >=3.6,<3.10; 0.53.0rc2 Requires-Python >=3.6,<3.10; 0.53.0rc3 Requires-Python >=3.6,<3.10; 0.53.1 Requires-Python >=3.6,<3.10; 0.54.0 Requires-Python >=3.7,<3.10; 0.54.0rc2 Requires-Python >=3.7,<3.10; 0.54.0rc3 Requires-Python >=3.7,<3.10; 0.54.1 Requires-Python >=3.7,<3.10; 0.55.0 Requires-Python >=3.7,<3.11; 0.55.0rc1 Requires-Python >=3.7,<3.11; 0.55.1 Requires-Python >=3.7,<3.11; 0.55.2 Requires-Python >=3.7,<3.11; 1.21.2 Requires-Python >=3.7,<3.11; 1.21.3 Requires-Python >=3.7,<3.11; 1.21.4 Requires-Python >=3.7,<3.11; 1.21.5 Requires-Python >=3.7,<3.11; 1.21.6 Requires-Python >=3.7,<3.11; 1.6.2 Requires-Python >=3.7,<3.10; 1.6.3 Requires-Python >=3.7,<3.10; 1.7.0 Requires-Python >=3.7,<3.10; 1.7.1 Requires-Python >=3.7,<3.10; 1.7.2 Requires-Python >=3.7,<3.11; 1.7.3 Requires-Python >=3.7,<3.11; 1.8.0 Requires-Python >=3.8,<3.11; 1.8.0rc1 Requires-Python >=3.8,<3.11; 1.8.0rc2 Requires-Python >=3.8,<3.11; 1.8.0rc3 Requires-Python >=3.8,<3.11; 1.8.0rc4 Requires-Python >=3.8,<3.11; 1.8.1 Requires-Python >=3.8,<3.11
ERROR: Could not find a version that satisfies the requirement ring-attention==0.5.17 (from versions: none)
ERROR: No matching distribution found for ring-attention==0.5.17
I'm rocking 3.11.0
try 3.10
huh
well, I'll try to figure it out later then ( Need to check ring attention related stuff),
seems like I gotta go for now @night cypress
( Alternatively try Applio for now )
Thank you
LOL
ERROR: Could not find a version that satisfies the requirement ring-attention==0.5.17 (from versions: none)
ERROR: No matching distribution found for ring-attention==0.5.17
needed to be 3.10.0 and numpy and typing_extensions had to be installed
Training is under way
oh, you didn't use conda?
that'd make sense then ( unless Linux package management is so specific
and yeah, 3.10.0 will do just fine too
Yeah I don’t use conda