前提・実現したいこと
昨日まで起動できていたjupyter notebookが起動できなくなったので、起動したいです。
発生している問題・エラーメッセージ
OS: MacOS Mojave 10.14.6
python 3.7.1
venvで仮装環境を作成し、pipでjupyterをインストールして、問題なく使えていましたが、
おそらく、Xcodeやbrewを更新した後から、jupyter notebookが起動しなくなりました。
$ jupyter notebook Traceback (most recent call last): File "/Users.../projects/pylearn/bin/jupyter-notebook", line 5, in <module> from notebook.notebookapp import main File "/Users.../projects/pylearn/lib/python3.7/site-packages/notebook/notebookapp.py", line 64, in <module> from tornado import httpserver File "/Users.../projects/pylearn/lib/python3.7/site-packages/tornado/httpserver.py", line 29, in <module> import ssl File "/Users.../.pyenv/versions/3.7.1/lib/python3.7/ssl.py", line 98, in <module> import _ssl # if we can't import it, let the error propagate ImportError: dlopen(/Users.../.pyenv/versions/3.7.1/lib/python3.7/lib-dynload/_ssl.cpython-37m-darwin.so, 2): Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib Referenced from: /Users.../.pyenv/versions/3.7.1/lib/python3.7/lib-dynload/_ssl.cpython-37m-darwin.so Reason: image not found
試したこと
他の似た質問を確認したのですが、Reason: image not foundの部分が異なっており、いまいち解決に繋がるのかわかりませんでした。
ググったところ、pipのバージョンアップを行えば良いという記載があり、実行したところ、pip installでもエラーが発生していました。
$ pip install --upgrade pip WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available. WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/pip/ WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/pip/ WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/pip/ WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/pip/ WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'SSLError("Can't connect to HTTPS URL because the SSL module is not available.")': /simple/pip/ Could not fetch URL https://pypi.org/simple/pip/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host='pypi.org', port=443): Max retries exceeded with url: /simple/pip/ (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available.")) - skipping Requirement already up-to-date: pip in ./pylearn/lib/python3.7/site-packages (19.3.1)
brew doctorでエラーを確認してみる方法も見つけましたが、こちらでは特に問題は発生していません。
どちらのエラー文でも、ssl接続で何かしらのエラーが起きていると思っているのですが、具体的に何を確認すべきなのか読み取れず詰まっています。
回答2件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。