You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2022. It is now read-only.
I saw this issue was closed earlier, but I still receiving it with the version coming from pip.
ImportError: cannot import name 'ResponseError' from 'minio.error'
It can be solved manually after install by replacing all "ResponseError" to "InvalidResponseError" in /rl_coach/data_stores/s3_data_store.py
The text was updated successfully, but these errors were encountered:
AmetistDrake
changed the title
ImportError: cannot import name 'ResponseError' from 'minio.error'
ImportError: cannot import name 'ResponseError' from 'minio.error' when rl-coach installed with pip
Feb 22, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I saw this issue was closed earlier, but I still receiving it with the version coming from
pip
.ImportError: cannot import name 'ResponseError' from 'minio.error'
It can be solved manually after install by replacing all "ResponseError" to "InvalidResponseError" in
/rl_coach/data_stores/s3_data_store.py
The text was updated successfully, but these errors were encountered: