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

No known documentation group for module 'gradio.mix'

Open Amazon90 opened this issue 1 year ago • 3 comments

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

Amazon90 avatar Jun 13 '24 07:06 Amazon90

pip install gradio==3.26.0
可能有用

enticipate avatar Sep 18 '24 18:09 enticipate

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

reefor avatar Oct 06 '24 00:10 reefor

pip install gradio==3.26.0 可能有用

thx

squarebridge avatar Aug 06 '25 13:08 squarebridge