CIを実行するとエラーが起きる
Closed this issue · 0 comments
Mimori256 commented
ForkしてCSVの自動更新を実行すると、download.pyの実行で以下のようなエラーが発生する。
Run python ./tools/python/download.py ./tools/csv
Traceback (most recent call last):
File "./tools/python/download.py", line [1](https://github.com/Mimori256/alternative-tsukuba-kdb/actions/runs/6370782877/job/17292157874#step:5:1)44, in <module>
main()
File "./tools/python/download.py", line [14](https://github.com/Mimori256/alternative-tsukuba-kdb/actions/runs/6370782877/job/17292157874#step:5:15)0, in main
KdbDownloader().download(filename)
File "./tools/python/download.py", line 44, in __init__
requests.packages.urllib3.util.ssl_.DEFAULT_CIPHERS += "HIGH:!DH"
AttributeError: module 'urllib3.util.ssl_' has no attribute 'DEFAULT_CIPHERS'
urllib3が2系に更新されて、botocoreがそれにまだ対応していないため起こるエラーのようです。