[Announcement] MineRL version 0.1.14!

@everyone UPPPPPPPPPPPPPPPPPPPPPPDATE TIME! We are now on minerl super alpha version 0.1.14 . We’ve fixed some new bugs that were uncovered by fixing previous race conditions!

Getting closer!

pip3 install --upgrade minerl

Let me know if there’s anything I can do to help! Thank you all

2 Likes

I have upgraded to latest version. But when I run following, i got an error

(minerl-py3.7) MacBook-Pro:~ desin$ python

Python 3.7.3 (default, Mar 27 2019, 16:54:48)

[Clang 4.0.1 (tags/RELEASE_401/final)] :: Anaconda, Inc. on darwin

Type “help”, “copyright”, “credits” or “license” for more information.

import minerl

minerl.data.download(data_dir="/Users/desin/minerl")

Traceback (most recent call last):

File “”, line 1, in

AttributeError: module ‘minerl’ has no attribute ‘data’

Are you still getting this error?

Yes I am. I have uninstalled and installed minerl again but got same error. I will try to create new conda environment from scratch again.