前提・実現したいこと
Windows10でAnacondaを利用しています。
conda update --allを実行してアップデートしたいのです。
発生している問題・エラーメッセージ
conda update --allを実行しても以下のようなメッセージが返ってきます。
Collecting package metadata (repodata.json): failed
CondaHTTPError: HTTP 000 CONNECTION FAILED for url https://repo.anaconda.com/pkgs/main/win-64/repodata.json
Elapsed: -
An HTTP error occurred when trying to retrieve this URL.
HTTP errors are often intermittent, and a simple retry will get you on your way.
If your current network has https://www.anaconda.com blocked, please file
a support request with your network engineering team.
SSLError(MaxRetryError('HTTPSConnectionPool(host='repo.anaconda.com', port=443): Max retries exceeded with url: /pkgs/main/win-64/repodata.json (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available."))'))
試したこと
https://github.com/conda/conda/issues/6064#issuecomment-453147166
に載っているのと同じような症状かと思い、
..\anaconda3\Library\bin
..\anaconda3
..\anaconda3\Scripts
をpathに追加しましたが、症状が変わらず・・・
なお、ファイアウォールを無効化して試しても同様のメッセージが返ってきます。
すいませんが、どう対応すればよいか、ご教示いただけないでしょうか。
どうぞ、よろしくお願いいたします。
補足情報(FW/ツールのバージョンなど)
ここにより詳細な情報を記載してください。
あなたの回答
tips
プレビュー