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

  • 可以了
相关推荐
哥布林学者21 小时前
吴恩达深度学习课程二: 改善深层神经网络 第二周:优化算法(一)Mini-batch 梯度下降
深度学习·ai
AI浩1 天前
【Block总结】MEEM,多尺度边缘增强模块|即插即用|ACM 2024
人工智能·深度学习
OpenBayes1 天前
OCR 新范式!DeepSeek 以「视觉压缩」替代传统字符识别;Bald Classification数据集助力高精度人像分类
人工智能·深度学习·分类·数据挖掘·ocr·数据集·deepseek
weixin_421133411 天前
深度强化学习,用神经网络代替 Q-table
人工智能·深度学习·神经网络
菜鸟‍1 天前
【论文学习】基于 Transformer 的图像分割模型
深度学习·学习·transformer
智启七月1 天前
从 token 到向量:微信 CALM 模型颠覆大语言模型范式
人工智能·深度学习
也许是_1 天前
大模型原理之深度学习与神经网络入门
人工智能·深度学习·神经网络
三千院本院1 天前
LlaMA_Factory实战微调Qwen-LLM大模型
人工智能·python·深度学习·llama
love is sour1 天前
理解全连接层:深度学习中的基础构建块
人工智能·深度学习
WGS.1 天前
llama factory 扩充词表训练
深度学习