Skip to content
This repository was archived by the owner on Dec 11, 2022. It is now read-only.
This repository was archived by the owner on Dec 11, 2022. It is now read-only.

Import Error #473

@ShrutiKaha

Description

@ShrutiKaha

I am using Anaconda on Windows 10. On running the first example code. (base) C:\Users\shrut>coach -p Atari_DQN -lvl breakout
The following error occurs:

Traceback (most recent call last):
File "c:\programdata\anaconda3\lib\runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "c:\programdata\anaconda3\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Users\shrut\AppData\Roaming\Python\Python38\Scripts\coach.exe_main
.py", line 4, in
File "C:\Users\shrut\AppData\Roaming\Python\Python38\site-packages\rl_coach\coach.py", line 39, in
from rl_coach.graph_managers.graph_manager import HumanPlayScheduleParameters, GraphManager
File "C:\Users\shrut\AppData\Roaming\Python\Python38\site-packages\rl_coach\graph_managers\graph_manager.py", line 35, in
from rl_coach.data_stores.data_store_impl import get_data_store as data_store_creator
File "C:\Users\shrut\AppData\Roaming\Python\Python38\site-packages\rl_coach\data_stores\data_store_impl.py", line 19, in
from rl_coach.data_stores.s3_data_store import S3DataStore, S3DataStoreParameters
File "C:\Users\shrut\AppData\Roaming\Python\Python38\site-packages\rl_coach\data_stores\s3_data_store.py", line 20, in
from minio.error import ResponseError
ImportError: cannot import name 'ResponseError' from 'minio.error' (C:\Users\shrut\AppData\Roaming\Python\Python38\site-packages\minio\error.py)

I think its because there is no 'ResponseError' but 'InvalidResponseError' in the python file. What to do?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions