CondaSSLError: OpenSSL appears to be unavailable on this machine.

conda create -n x1 python=3.7报错

复制代码
PS C:\Users\Richardo.M.Song\Desktop\lele_seg\x1> conda create -n x1 python=3.7
Collecting package metadata (current_repodata.json): failed
CondaSSLError: OpenSSL appears to be unavailable on this machine. OpenSSL is required to
download and install packages.
Exception: HTTPSConnectionPool(host='mirrors.tuna.tsinghua.edu.cn', port=443): Max retries exceeded with url: /anaconda/cloud/pytorch/win-64/current_repodata.json (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available."))

参考【anaconda报错】CondaSSLError: OpenSSL appears to be unavailable on this machine.问题记录与解决方法

复制E:\anaconda\Library\bin的

  • libcrypto-1_1-x64.dll
  • libssl-1_1-x64.dll
    到E:\anaconda\DLLs

  • 可以了
相关推荐
SHIPKING39332 分钟前
【机器学习&深度学习】什么是下游任务模型?
人工智能·深度学习·机器学习
伍哥的传说6 小时前
React 各颜色转换方法、颜色值换算工具HEX、RGB/RGBA、HSL/HSLA、HSV、CMYK
深度学习·神经网络·react.js
要努力啊啊啊8 小时前
YOLOv3-SPP Auto-Anchor 聚类调试指南!
人工智能·深度学习·yolo·目标检测·目标跟踪·数据挖掘
**梯度已爆炸**9 小时前
NLP文本预处理
人工智能·深度学习·nlp
汀沿河10 小时前
2 大模型高效参数微调;prompt tunning
人工智能·深度学习·prompt
Blossom.11812 小时前
机器学习在智能制造业中的应用:质量检测与设备故障预测
人工智能·深度学习·神经网络·机器学习·机器人·tensorflow·sklearn
烟锁池塘柳013 小时前
【深度学习】强化学习(Reinforcement Learning, RL)主流架构解析
人工智能·深度学习·机器学习
Ronin-Lotus14 小时前
深度学习篇---Yolov系列
人工智能·深度学习
爱学习的茄子14 小时前
AI驱动的单词学习应用:从图片识别到语音合成的完整实现
前端·深度学习·react.js
晓131316 小时前
第七章 OpenCV篇——角点检测与特征检测
人工智能·深度学习·计算机视觉