Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pip version doesn't support keyword argument (any kwargs) #61

Open
drmeerkat opened this issue Mar 25, 2022 · 1 comment
Open

Pip version doesn't support keyword argument (any kwargs) #61

drmeerkat opened this issue Mar 25, 2022 · 1 comment

Comments

@drmeerkat
Copy link

drmeerkat commented Mar 25, 2022

Pip version gym-Sokoban doesn't support kwargs currently. It took me 1 hour to debug looking at the newest version code on github.
TypeError: __init__() got an unexpected keyword argument 'dim_room'

@drmeerkat
Copy link
Author

drmeerkat commented Mar 25, 2022

So to fix this, you need to install the package from the source code.

git clone [email protected]:mpSchrader/gym-sokoban.git
cd gym-sokoban
pip install -e .

It's kinda stupid but I hope this will save others' time...

@drmeerkat drmeerkat changed the title Pip version doesn't support kwargs Pip version doesn't support keyword argument (any kwargs) Jun 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant