前提・実現したいこと
conda installを実行すると以下のエラーが出ます。
このサイト(https://qiita.com/skperfarming/items/34b18d7cdce20982aa03)を参考に、conda update --all した後に、このエラーが出るようになりました。
Pathやプロキシの設定は確認しましたが、問題ないようでした。.pyスクリプトは今まで通り動きます。
conda installを実行できるようになるにはどうしたらいいか教えてください。
直前に似たような質問がある中ですみません。困っています。
発生している問題・エラーメッセージ
Collecting package metadata (current_repodata.json): failed CondaHTTPError: HTTP 000 CONNECTION FAILED for url <https://conda.anaconda.org/conda-forge/linux-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. 'https://conda.anaconda.org/conda-forge/linux-64'
該当のソースコード
conda install -c conda-forge gdal
試したこと
Anacondaインストール時のPathやプロキシの設定は確認しましたが、問題ないようでした。.pyスクリプトは今まで通り動きます。
補足情報(FW/ツールのバージョンなど)
Ubuntu 20.04.1 LTS (GNU/Linux 5.4.0-37-generic x86_64)
Python 3.8.5
conda 4.9.2
回答1件
あなたの回答
tips
プレビュー