typewriter icon indicating copy to clipboard operation
typewriter copied to clipboard

ImportError: cannot import name 'ResponseError' from 'minio.error' when rl-coach installed with pip

Open AmetistDrake opened this issue 2 years ago • 0 comments

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

AmetistDrake avatar Feb 22 '22 17:02 AmetistDrake