Python Pythonでrequests実行すると「OSError: Could not find a suitable TLS CA certificate bundle, invalid path:」
久々にrequestsを使ったAPI実行するスクリプトを作成して実行したところ、以下のエラー。 r = requests.get(API_URL, params=params) ↓ OSError: Could not find a sui...
Python
技術的なこと
技術的なこと
小技・無駄技