Open Fightxing opened 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
easiest workaround for now would be a python environment:
python3.9 -m venv myenv
source myenv/bin/activate
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
also for fairseq check pip install git+https://github.com/One-sixth/fairseq.git
似乎存在某个依赖项不支持高于 python 3.10 的版本,建议在 Readme 里面加上提示