conda create -n 创建虚拟环境报错

Collecting package metadata (current_repodata.json): failed

CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/main/win-64/current_repodata.json>
Elapsed: -

An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.

If your current network has https://www.anaconda.com blocked, please file
a support request with your network engineering team.

'https://repo.anaconda.com/pkgs/main/win-64'

可能原因 缺少OpenSSL

解决办法
windows下载OpenSSL MSI 进行安装。
下载地址: https://slproweb.com/products/Win32OpenSSL.html
安装选择 OpenSSL binaries(/bin) directory 模式

将安装目录中的bin目录放入到环境变量PATH中
D:\Dev\Dev-Plugins\OpenSSL-Win64\bin

然后再次安装就可以了。

Logo

魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。

更多推荐