Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
358 views
in Technique[技术] by (71.8m points)

用Anaconda安装 Python API时报TLS/SSL错误

Anaconda3.8版本,执行以下代码:

pip install dolphindb

出现错误:pip is configured with locations that require TLS/SS,具体如下图所示:

image


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

很可能是环境变量未配置全,导致pip无法找到ssl相关模块,请将"[Anaconda安装目录]Libraryin"加入PATH试试。https://blog.csdn.net/JerkSpa...


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...