Anssi

Results 485 comments of Anssi

Yeap @yhs0602 is right. On top of this the MineRL maintainers have moved on and these repos are only on "fixing critical errors" maintanance level, so major changes are not...

Hey. This seems to be the root issue: ``` patch_mcp.sh: line 5: cd: too many arguments ``` But interestingly the code in question does put quotation marks around the path...

Try using Python 3.10 or older. Looks like 3.12 does not play nice with Numpy version that is required by the MineRL.

@CalTumminello Not sure I am not looking at to be honest. It looks like there is bunch of compilation-related output, but there should be no compilation happening during MineRL install....

Heya! Thanks for the PR. Generally looks good, just need to ensure the installation works right still on Windows and Linux as well. Should this now work out of the...

Hey! Sorry for dropping the ball on this (feel free to nudge me). Is adding the extra step something you'd like to add to the PR so I can test...

Is this the full error log? There are no obvious error, but some weird parts like at the beginning: ``` × Getting requirements to build wheel did not run successfully....

I have not tried installing MineRL in a while, but you should not need to install gradle or anything; the scripts install/fetch you the right versions. All you need to...

Hard to say without the log. downloadAssets phase flakes out randomly at times, and repeating the process few times usually helps. However there have been cases where people have not...

Hey, two things stand out: 1) There are bunch of warnings about Malmo and setuptools. What is the Python version you are using? Try using versions e.g., 3.8 - 3.10....