概要
本日コマンドプロンプトでanaconda3においてcondaコマンドを使用すると、HTTPエラーが出てしまいます。anacondaプロンプトではproxyerrorとなります。ちなみに最初はパッケージのインストールにおいて発生していた問題と思いきやconda自体のアップデートを行おうとしても発生していたので、condaコマンド全体で発生している問題のようです。
ちなみにanaconda プロンプトにおいてconda update anaconda-navigatorは既に実行しています
バージョンなど
名称 | バージョン |
---|---|
python | 3.7.6 |
anaconda | 4.10.3 |
### 試したこと | |
プロキシの設定ですが、使用PCは私用の物であり、プロキシの設定としては、ユーザーフォルダ内のanaconda3直下の.condarにおいて | |
``` | |
proxy_servers: |
http: http://localhost:ポート番号 https: http://localhost:ポート番号
で設定しています。この設定の有無にかかわらず、HTTPErrorは発生していました。ということはプロキシの設定エラーではないのでしょうか。 ### コマンドプロンプトにおける HTTPエラー
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.
### anaconda プロンプトにおける Proxyエラー
ProxyError: Conda cannot proceed due to an error in your proxy configuration.
Check for typos and other configuration errors in any '.netrc' file in your home directory,
any environment variables ending in '_PROXY', and any other system-wide proxy
configuration settings.