#can't run Codename-RVC-Fork 3

1 messages · Page 1 of 1 (latest)

runic jungle
#

I keep getting this error:
ERROR: Exception in ASGI application
(Big traceback)
TypeError: argument of type 'bool' is not iterable
An error occurred launching Gradio: When localhost is not accessible, a shareable link must be created. Please set share=True or check your proxy settings to allow access to localhost.

lapis escarp
#

outdated gradio lib version, needs 5.23.1 or higher @lunar dagger

runic jungle
#

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."

lapis escarp
#

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

lunar dagger
#

Tho ye, as noobies said, packages need a bump

runic jungle
#

now it works thx

runic jungle
#

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: ''

lunar dagger
#

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

runic jungle
lunar dagger
lunar dagger
#

@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

runic jungle
#

it works thx

lunar dagger
#

Haha, yea, thanks for letting me know of the issue btw.