エラー
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