RVC-Project / Retrieval-based-Voice-Conversion-WebUI

Easily train a good VC model with voice data <= 10 mins!
MIT License
24.69k stars 3.63k forks source link

No known documentation group for module 'gradio.mix' #2128

Open Amazon90 opened 5 months ago

Amazon90 commented 5 months ago
D:\Git\Retrieval-based-Voice-Conversion-WebUI\runtime\lib\site-packages\threadpoolctl.py:1214: RuntimeWarning:
Found Intel OpenMP ('libiomp') and LLVM OpenMP ('libomp') loaded at
the same time. Both libraries are known to be incompatible and this
can cause random crashes or deadlocks on Linux when loaded in the
same Python program.
Using threadpoolctl may cause crashes or deadlocks. For more
information and possible workarounds, please see
    https://github.com/joblib/threadpoolctl/blob/master/multiple_openmp.md

  warnings.warn(msg, RuntimeWarning)
2024-06-13 15:49:12 | INFO | configs.config | Found GPU NVIDIA GeForce RTX 4070 Ti
2024-06-13 15:49:12 | INFO | configs.config | Half-precision floating-point: True, device: cuda:0
D:\Git\Retrieval-based-Voice-Conversion-WebUI\runtime\lib\site-packages\gradio_client\documentation.py:104: UserWarning: Could not get documentation group for <class 'gradio.mix.Parallel'>: No known documentation group for module 'gradio.mix'
  warnings.warn(f"Could not get documentation group for {cls}: {exc}")
D:\Git\Retrieval-based-Voice-Conversion-WebUI\runtime\lib\site-packages\gradio_client\documentation.py:104: UserWarning: Could not get documentation group for <class 'gradio.mix.Series'>: No known documentation group for module 'gradio.mix'
  warnings.warn(f"Could not get documentation group for {cls}: {exc}")
2024-06-13 15:49:13 | INFO | __main__ | Use Language: zh_TW
Running on local URL:  http://0.0.0.0:7865
enticipate commented 2 months ago

pip install gradio==3.26.0
可能有用

reefor commented 1 month ago

pip install gradio==3.26.0 可能有用

Thanks, this is the easiest fix to a problem with installing RVC I've run into yet. You're awesome