科学の箱

科学・IT・登山の話題

Python

requests.exceptions.SSLError: HTTPSConnectionPoolの対応方法

投稿日:

エラー

raise SSLError(e, request=request)
requests.exceptions.SSLError: HTTPSConnectionPool(host=’api.flickr.com’, port=443): Max retries exceeded with url: /services/rest/ (Caused by SSLError(“Can’t connect to HTTPS URL because the SSL module is not available.”))

調べた結果

https://stackoverflow.com/questions/54135206/requests-caused-by-sslerrorcant-connect-to-https-url-because-the-ssl-module

ProcessMonitor

対応方法

C:\Users\USER_NAME\.conda\envs\tf140\Library\binからC:\Users\USER_NAME\.conda\envs\tf140\DLLsへ下記2つのファイルをコピーしたら解消

  • libcrypto-1_1-x64.dll
  • libssl-1_1-x64.dll

 

メタ情報

inarticle



メタ情報

inarticle



-Python

執筆者:


comment

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

関連記事

no image

python virtualenvの使い方

pip3 install virtualenv virtualenv myenv myenv/Scripts/activate Related posts:pandaのチュートリアルdjango in …

no image

matplotlibでfigureを利用する

matplotlibでfigureオブジェクトを利用するとグラフを表示する位置を細かく指定できる。 まずはfigureを使ってグラフを一つ表示してみる。 >>> import mat …

no image

pythonでpostgresqlを使うときに必要なモジュール

pip install psycopg2-binary Related posts:automated the boring – day9python virtualenvの使い方pipインストールで …

no image

kaggle Titanic Tutorial – 3

DecitionTreeのパラメータを調整する。 まずはMaxDepthから from sklearn.model_selection import LeaveOneOut from sklearn. …

no image

scikit-learnで適切なアルゴリズムを選択するためのチートシート

  http://scikit-learn.org/stable/tutorial/machine_learning_map/index.html Related posts:automat …

2020年5月
« 4月   7月 »
 123
45678910
11121314151617
18192021222324
25262728293031

side bar top



アーカイブ

カテゴリー