一、Pip 安装报错
(myenv) PS E:\WorkSpace\1v6_code_fs> pip install librosa
ction has been closed (EOF) (_ssl.c:1131)'))': /simple/librosa/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLZeroReturnError(6, 'TLS/SSL conne
ction has been closed (EOF) (_ssl.c:1131)'))': /simple/librosa/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLZeroReturnError(6, 'TLS/SSL conne
ction has been closed (EOF) (_ssl.c:1131)'))': /simple/librosa/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLZeroReturnError(6, 'TLS/SSL conne
ction has been closed (EOF) (_ssl.c:1131)'))': /simple/librosa/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError(SSLZeroReturnError(6, 'TLS/S

文章讲述了在使用pip安装librosa时遇到SSL证书问题的解决过程,通过在命令中添加阿里云镜像源并指定`--trusted-host`选项,成功解决了连接问题并完成了安装。
最低0.47元/天 解锁文章
2279

被折叠的 条评论
为什么被折叠?



