CondaSSLError: OpenSSL appears to be unavailable on this machine. OpenSSL is required to download and install packages.
Exception: HTTPSConnectionPool(host='repo.anaconda.com', port=443): Max retries exceeded with url: /pkgs/main/win-64/current_repodata.json (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available."))
아나콘다를 설치한 path로 간다.
그곳에서 anaconda3>Library>bin
에서 아래 2개 파일을 찾는다.
위 두 파일을 anaconda3>DLLs
로 복사한다.
이후 conda install
을 시도해보고, 해결되지 않으면 재시작 후 시도해본다.
링크
https://github.com/conda/conda/issues/11982#issuecomment-1285929629