pip install 时报错 ……that require TLS/SSL, however the ssl module in Python is not available……
添加环境变量
D:\Anaconda3;
D:\Anaconda3\Scripts;
D:\Anaconda3\Library\bin
三个都需要添加
博客指出pip install时出现需要TLS/SSL但Python的ssl模块不可用的报错,给出的解决办法是添加环境变量,需添加D:\\Anaconda3、D:\\Anaconda3\\Scripts、D:\\Anaconda3\\Library\\bin这三个路径。
pip install 时报错 ……that require TLS/SSL, however the ssl module in Python is not available……
添加环境变量
D:\Anaconda3;
D:\Anaconda3\Scripts;
D:\Anaconda3\Library\bin
三个都需要添加
您可能感兴趣的与本文相关的镜像
Python3.8
Python 是一种高级、解释型、通用的编程语言,以其简洁易读的语法而闻名,适用于广泛的应用,包括Web开发、数据分析、人工智能和自动化脚本
2917