我正在尝试在Windows 10中为Anaconda使用python-intel-distribution。 英特尔参考Link。
使用以下命令安装成功
conda create -n idp intelpython3_full python=3
但是当我尝试使用新软件包(intel或其他)时,我遇到了错误-
收集软件包元数据:失败 CondaHTTPError:URL https://conda.anaconda.org/intel/noarch/repodata.json的HTTP 000连接失败 已用:- 尝试检索此URL时发生HTTP错误。 HTTP错误通常是间歇性的,只需重试即可。 SSLError(MaxRetryError('HTTPSConnectionPool(host = \'conda.anaconda.org \',port = 443):URL超过最大重试次数:/intel/noarch/repodata.json(由SSLError(“无法连接到HTTPS URL,因为SSL模块不可用。“)''))
无论如何,conda基本环境没有这样的问题。所有软件包都将安装在基本环境中。
有人可以帮助我在intel-distribution(idp)环境中安装软件包吗?