#No module named 'rvc.f0'

59 messages · Page 1 of 1 (latest)

night cypress
#

When using the one click training, I get the error, No module named 'rvc.f0'

iron mirage
iron mirage
night cypress
#

Weird, now I'm getting
No such file or directory: '/mnt/large_storage/repos/Retrieval-based-Voice-Conversion-WebUI/logs/GC-Gabe/2a_f0

honest rapidsBOT
#

@night cypress has reached level 1. GG!

iron mirage
#

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

night cypress
#

Does yours run on linux?

iron mirage
#

oh, good point

#

I believe not since some dependencies, iirc, are windows only atm

#

in that case we'll get you precomp packages

night cypress
#

I'm using fumiama's fork

iron mirage
#

ah

#

well rip then

can you show me the full log

#

search for any part that's about f0 extraction

night cypress
#

Oh, that is stil giving me No module named rvc.f0

iron mirage
#

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

night cypress
#

I was gonna say it is there

iron mirage
#

so most likely it's access issues

#

or permission?

#

hard to say how Linux would interact with it

night cypress
#

perms are fine. I can run python and manually import

iron mirage
#

hmmmmm

honest rapidsBOT
#

@iron mirage has reached level 11. GG!

night cypress
iron mirage
#

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

night cypress
#

okay, so do I just need to change the sys_platform? Sorry I've never seen requirements like this before

honest rapidsBOT
#

@night cypress has reached level 2. GG!

iron mirage
#

there you go

#

and then I believe it should all work fine, if not? we'll figure it out

night cypress
#

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

iron mirage
#

try 3.10

night cypress
#

will 3.10.16 be okay or just plain 3.10

#

same error lol

iron mirage
#

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 )

night cypress
#

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

iron mirage
#

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

night cypress
#

Yeah I don’t use conda