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

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

不支持 Python 3.11 #1039

Open Fightxing opened 1 year ago

Fightxing commented 1 year ago

似乎存在某个依赖项不支持高于 python 3.10 的版本,建议在 Readme 里面加上提示

RVC-Boss commented 1 year ago

求放下是哪个依赖项,我看看能否替换掉

balu100 commented 1 year ago

These are the non-working dependencies for Python 3.11:

llvmlite==0.39.0 numba==0.56.4

If I remove the specified version numbers, it runs into an error:

Cython.Compiler.Errors.CompileError: sklearn\ensemble_hist_gradient_boosting\splitting.pyx

SeraphLayton commented 1 year ago

easiest workaround for now would be a python environment:

python3.9 -m venv myenv
source myenv/bin/activate
Aldair502 commented 10 months ago

These are the non-working dependencies for Python 3.11:

llvmlite==0.39.0 numba==0.56.4

If I remove the specified version numbers, it runs into an error:

Cython.Compiler.Errors.CompileError: sklearn\ensemble_hist_gradient_boosting\splitting.pyx

i fixed that before. check https://github.com/IAHispano/Applio-RVC-Fork/tree/8a5ecb1b78e4d8355abd24756ea4d19c5d197780/assets/requirements in req-applio and normal req

Aldair502 commented 10 months ago

also for fairseq check pip install git+https://github.com/One-sixth/fairseq.git