Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
secrectFG opened this issue Sep 23, 2024 · 4 comments
Open

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

secrectFG opened this issue Sep 23, 2024 · 4 comments
Labels

Comments

@secrectFG
Copy link

平台:Windows10

image

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

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

@aluminumbox
Copy link
Collaborator

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

@PaulYBChiang
Copy link

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
Copy link
Author

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

Copy link

This issue is stale because it has been open for 30 days with no activity.

@github-actions github-actions bot added the stale label Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants