ググるとPython入れ直せとある.
で,
インストール時にsslのオプション付けろとある.
でも,Homebrew環境だったので,そのまま再インスコしてみたら直った.
以下,手順コマンド
$ brew remove python
$ brew doctor
$ brew install python
$ brew doctor
$ python
>>> import _ssl
エラー出てないのを確認して >>> exit()
Go to list of users who liked
More than 5 years have passed since last update.
ググるとPython入れ直せとある.
で,
インストール時にsslのオプション付けろとある.
でも,Homebrew環境だったので,そのまま再インスコしてみたら直った.
以下,手順コマンド
$ brew remove python
$ brew doctor
$ brew install python
$ brew doctor
$ python
>>> import _ssl
エラー出てないのを確認して >>> exit()
Register as a new user and use Qiita more conveniently
Go to list of users who liked