前提・実現したいこと
機械学習をしようと思い、Anaconda 3をインストールしました。そしてAnaconda promptでconda をアップデートしようと「conda update conda」と入力したら、エラーが発生してしまいます。
発生している問題・エラーメッセージ
Collecting package metadata (current_repodata.json): failed CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://repo.anaconda.com/pkgs/main/win-64/current_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. 'https://repo.anaconda.com/pkgs/main/win-64'
該当のソースコード
conda update conda
試したこと
Anacondaの再インストール
conda config --set ssl_verify noの入力
C:\Users\Anaconda3
C:\Users\Anaconda3\Library\mingw-w64\bin
C:\Users\Anaconda3\Library\usr\bin
C:\Users\Anaconda3\Library\bin
のPathはもとから通ってました。
補足情報(FW/ツールのバージョンなど)
パソコンの環境
・windows10(64bit)
・python3.7.6
プロキシサーバーは使ってないです。
あなたの回答
tips
プレビュー