-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
MicroRTS-Py installation failing #90
Comments
@vwxyzjn Setuptools updated which broke gym v0.21, do you know if it is possible to change microRTS to specify the setuptools? |
Was facing same issue, As a workaround pre installed gym 0.26.2 and updated pyproject.toml and poetry.lock. Would love to know if there is a fix available. |
@rahuldwivedi1112 would you mind going into more detail on what you changed in pyproject.toml and poerty.lock to get the workaround to work? Thanks in advance |
It’s probably related to setup tools. See vwxyzjn/invalid-action-masking#9 (comment) |
Seems like they pushed a fix. but this is what i did before Poetry.lock line 592: version = "0.21.0" ---> version = "0.26.2" pyproject.toml: |
Be aware that there are significant API changes between 0.21 and 0.26, and will probably not work out of the box |
Hi all could you give the latest master a try? |
Try pulling the master branch. You might be running an earlier version of the master. |
https://asciinema.org/a/586754 shows my installation end-to-end |
Hi,
I've encountered an issue when trying to install MicroRTS-Py in the last few days.
When running
poetry install
, I get the following exception:Seems like it might be related to this other issue openai/gym#3176 but I wasn't able to fix it.
Any ideas about what I can do to solve this problem?
The text was updated successfully, but these errors were encountered: