Retrieval-based-Voice-Conversion-WebUI icon indicating copy to clipboard operation
Retrieval-based-Voice-Conversion-WebUI copied to clipboard

i18n.i18n and dotenv issues

Open SeranaZ opened this issue 1 year ago • 0 comments

Potential issue with i18n. Not sure since I'm not a python programmer, but it always throws

"ModuleNotFoundError: No module named 'i18n.i18n'; 'i18n' is not a package"

I have installed python3-i18n numerous times through linux, it it only when removing .i18n that it starts to function, however, due to what was trying to be done not working, the GUI will not open up. There may be an error with packaging. Perhaps linux exclusive? I have had nothing but problems trying to get this to work, as it only recognized dotenv through linux but NOT through the batch file go-web.

I have environments active on linux, not sure about windows but I have never had an issue with RVC before this new update 2 weeks ago.

Here is one example of running the batch: Screenshot 2024-03-16 133815

and here is the example when .i18n is implemented: Screenshot 2024-03-16 134057

and here is what happens when I remove .i18n:

Screenshot 2024-03-16 134245 It will sit on this screen then report "operation not supported" as I am sure that my linux doesnt have a gui, since I use ubuntu, which is most likely the issue.

I would like to know when a less buggy version will be released, as it needs some clean up. A lot of new features have been added since, so they could need work but I wouldn't know because I am not a dev for this open source project.

Just thought I would let you all know

SeranaZ avatar Mar 16 '24 17:03 SeranaZ