-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incomplet WebUI #9
Comments
UPDATE:Description:I have successfully installed XTTS-RVC using a conda environment and followed the suggestions provided by a user in another issue post (#8 (comment)). However, after launching the application, the UI appears to be different from what is expected. I am missing tabs and only see a few options on the screen. Steps to Reproduce:Created a conda environment for the project. Installed fairseq==0.12.2 separately as it was missing from the above requirements. Launched the application using the modified start.bat file: Expected Behavior:The XTTS-RVC-UI application should launch with the correct UI layout, including all the necessary tabs and options. Output:The following output is observed when launching the application:
I have installed tensorboardX as suggested in the output, but the UI issue persists. The following output is observed when launching the application again:
Additional Information:The conda environment is activated correctly, and the application launches without any errors. Package installed in the venv :
Directory files:
I have followed the installation steps provided by a user in the previous issue post (#8 (comment)). Please advise on how to resolve the UI issue and ensure that the XTTS-RVC-UI application displays the correct layout with all the necessary tabs and options. Let me know if you require any further information or details. |
The provided image of the RVC-UI is a different project, and I am not sure what it is. |
Description:
I encountered an error while installing the packages from requirements.txt. The installation process fails specifically when trying to install the jamo package.
Steps to Reproduce:
Clone the XTTS-RVC-UI repository.
Create a new virtual environment.
Activate the virtual environment.
Run pip install -r requirements.txt.
Expected Behavior:
All packages listed in requirements.txt, including jamo, should be installed successfully without any errors.
Actual Behavior:
The installation process fails with an error when trying to install the jamo package. The error message indicates a UnicodeDecodeError while decoding the long_description in the setup.py file of the jamo package.
Error Message:
Environment:
Operating System: Windows
Python Version: 3.10.14
pip Version: 24.0
Additional Context:
I have created a new virtual environment and activated it before running the pip install -r requirements.txt command. The error occurs specifically with the jamo package, while other packages seem to install without issues.
Please advise on how to resolve this installation error with the jamo package. Let me know if you need any further information or details.
The text was updated successfully, but these errors were encountered: