Warning: OpenSSL 3’s legacy provider failed to load. Legacy algorithms will not be available.

Warning: OpenSSL 3‘s legacy provider failed to load. Legacy algorithms will not be available._Ubuntu

一、问题描述

在Ubuntu安装了Miniconda之后,遇到这个警告提示,如果你不在于这个警告提示,影响也不大。

二、解决办法

在用户目录下的.bashrc中增加下面代码,即可解决这个问题,亲测有效。

export CRYPTOGRAPHY_OPENSSL_NO_LEGACY=1