0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

scoop 環境下での python 周りの SSL エラー

Posted at

scoop で anaconda や python を入れていたら SSL エラーが出るように。具体的には pip や anaconda (conda コマンド) で https につないだ通信でエラーになる。

certificate verify failed とか

$ conda update anaconda-navigator
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: -

とかが発生する。

解決法

家の環境では↓で直った。

$ scoop install openssl
$ pip install pyopenssl
$ conda update conda

再発したときに忘れてそうなのでメモ。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?