FunAudioLLM / CosyVoice

Multi-lingual large voice generation model, providing inference, training and deployment full-stack ability.
https://funaudiollm.github.io/
Apache License 2.0
5.21k stars 534 forks source link

文档中使用python3.8会导致Windows模块无法安装 #420

Open secrectFG opened 1 week ago

secrectFG commented 1 week ago

平台:Windows10

image

将环境改为python3.10就不会出现此问题 image

如果确实只能在python3.10下配置环境,希望把文档修改一下

aluminumbox commented 1 week ago

ok we will validate the requirements on windows later, we have no windows computer for now

PaulYBChiang commented 6 days ago

I was facing the same problem today. the following steps will fix the issue in my pc running windows 10.

pip uninstall datasets pip install datasets==2.16.0 pip install modelscope==1.14.0

pip install onnxruntime

secrectFG commented 5 days ago

I was facing the same problem today. the following steps will fix the issue in my pc running windows 10.

pip uninstall datasets pip install datasets==2.16.0 pip install modelscope==1.14.0 #pip install onnxruntime

I tried, but failed.With python3.8 on windows10. (cosyvoice) PS E:\AIWorkspace\CosyVoice> pip uninstall datasets WARNING: Skipping datasets as it is not installed. (cosyvoice) PS E:\AIWorkspace\CosyVoice> pip install datasets==2.16.0 Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple /simple/datasets/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1135)'))': /simple/datasets/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1135)'))': /simple/datasets/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1135)'))': /simple/datasets/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1135)'))': /simple/datasets/ Could not fetch URL https://pypi.tuna.tsinghua.edu.cn/simple/datasets/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.tuna.tsinghua.edu.cn', port=443): Max retries exceeded with url: /simple/datasets/ (Caused by SSLError(SSLZeroReturnError(6, 'TLS/SSL connection has been closed (EOF) (_ssl.c:1135)'))) - skipping ERROR: Could not find a version that satisfies the requirement datasets==2.16.0 (from versions: none) ERROR: No matching distribution found for datasets==2.16.0