IntelLabs / coach

Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms
https://intellabs.github.io/coach/
Apache License 2.0
2.32k stars 460 forks source link

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

Open AmetistDrake opened 2 years ago

AmetistDrake commented 2 years ago

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