科学の箱

科学・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

seabornで線形解析を実施する

seabornを使えば線形解析も簡単に実行できる。   import seaborn as sns tips = sns.load_dataset(‘tips’) sns.lmplot(x= …

no image

pandaのチュートリアル

pandaを利用すればdata frameに関連する操作はすべて実行できる。この辺のチュートリアルというか、何かまとめたドキュメントは何か調べてみた。 https://www.dataquest.io …

no image

単回帰でデータフレームの形式を整える

values.reshape(-1, 1)が必要。 Related posts:RoboBrowserで提供しているメソッドget_linksにおけるパラメータの指定方法numpy.arange()を …

no image

jupyterで補完機能をつかう

まずはnbextentionsをインストール conda install -y -c conda-forge jupyter_contrib_nbextensions 次にnbextentionsタブ …

no image

errorbarで誤差棒付きグラフの作成

概要 学習モデルのグラフは誤差を含んでいる。今2軸(xおよびy)をとり、以下のようなモデルに近似したとする。実際のデータは誤差がある。この誤差を表示できるのがerrorbarである。 ドキュメント h …

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

side bar top



アーカイブ

カテゴリー