URL because the SSL module is not available

Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTT

PS URL because the SSL module is not available.")) - skipping

conda找错了openssl的地址,conda在Anaconda\DLLs目录下寻找openssl的dll文件,但实际上需要的dll在Anaconda3\library\bin目录下。因此只需要将这两个文件复制到 Anaconda\DLLs下即可。

如果有安装conda环境,将文件拷贝到相应的环境dlls目录下

例如 D:\conda\envs\py37\DLLs

D:\Anaconda\Library\bin -> D:\Anaconda\DLLs

相关推荐
tryCbest6 天前
Windows环境下配置pip镜像源
windows·pip
百锦再6 天前
Django实现接口token检测的实现方案
数据库·python·django·sqlite·flask·fastapi·pip
赤月奇7 天前
https改为http
数据挖掘·https·ssl
k7Cx7e7 天前
宝塔域名强制SSL和带www的方法
网络·网络协议·ssl
qq_316837758 天前
使用 certbot docker镜像生成阿里云域名ssl证书
阿里云·docker·ssl
文静小土豆8 天前
CentOS 7 升级 OpenSSL 3.5.4 详细指南
linux·运维·centos·ssl
biubiubiu07068 天前
Certbot 申请SSL证书的三种方式详解(Ubuntu 22.04环境)
网络·网络协议·ssl
coding者在努力8 天前
LangChain之解析器核心组件.2026年新版讲解,超详细
windows·python·机器学习·langchain·pip
wumingxiaoyao8 天前
从 requirements.txt 到 uv:多模块 Monorepo 的依赖管理升级指南(用法、特点、区别与最佳实践 + 例子)
pip·uv·pip tool
宇宙核9 天前
FreeSSL实现域名证书免费无限自动续签续期流程
linux·服务器·ssl·持续部署