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

AttributeError: 'EntryPoints' object has no attribute 'get' #32

Open
gpantaz opened this issue Oct 20, 2022 · 1 comment
Open

AttributeError: 'EntryPoints' object has no attribute 'get' #32

gpantaz opened this issue Oct 20, 2022 · 1 comment

Comments

@gpantaz
Copy link

gpantaz commented Oct 20, 2022

Hello!

Many thanks for releasing this repo :)

I recently started looking into the IGLU - NLP task and I am currently trying to parse the data containing the agent's position into images using the Visualizer.

I have created a fresh environment using conda create -f env.yml but when I try ti import the Visualizer I get this:
image

Looking into the competition's channel, bumping the python version to 3.8 actually solves the problem. Could you also update the python version in main? Thanks!

@Tviskaron
Copy link
Collaborator

Hi! Thank you for your interests!

This is a known problem with gym version. Please try:
pip install gym>=0.22.0,<0.23

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

2 participants