#can't run Codename-RVC-Fork 3
1 messages · Page 1 of 1 (latest)
outdated gradio lib version, needs 5.23.1 or higher @lunar dagger
also i had to change numpy version from 1.23.5 to 1.24.4 cuz I was getting this error:
"Because numba==0.61.0 depends on numpy>=1.24,<2.2 and you require numpy==1.23.5, we can conclude that your
requirements and numba{sys_platform == 'darwin' or sys_platform == 'win32'}==0.61.0 are incompatible.
And because you require numba{sys_platform == 'darwin' or sys_platform == 'win32'}==0.61.0, we can conclude that
your requirements are unsatisfiable."
numba to 0.61.0, gradio to 5.23.1 and numpy to 1.26.4
install.bat needs a fix for numpy
codename is fixing it
fixed, on repo already
Tho ye, as noobies said, packages need a bump
now it works thx
But now I have another problem
When I start training I get this error:
Traceback (most recent call last):
File "E:\ai voice\codename-rvc-fork-3.1.0\rvc\train\train.py", line 88, in <module>
custom_lr_g = float(sys.argv[18])
ValueError: could not convert string to float: ''
did you enable custom lr
and if yes, what did you type in there?
honestly, very sus, so far 2 issues people reported yet before release I made sure it works by training a model damn
no
hmmm, alright, I'll look into it soon
@runic jungle Alright, fixed
was my mistake to not add a certain safety check
put it in:
wherever the fork is\codename-rvc-fork-3\rvc\train
overwrite the file if asked, yes
Gonna push the fix to github as well
it works thx
Haha, yea, thanks for letting me know of the issue btw.