Open mariomeissner opened 7 years ago
It seems that minecraft_py
failed to download Malmo zip in setup.py
. If you can, you could use precompiled version for Ubuntu, either https://github.com/tambetm/minecraft-py34-ubuntu1404 or https://github.com/tambetm/minecraft-py35-ubuntu1604.
Otherwise you would need to debug setup.py
for minecraft_py
, improvements to error handling would be very welcome!
I stumbled upon the same issues and downloaded Malmo from here https://github.com/Microsoft/malmo/releases copied it to minecraft-py/Malmo
and removed all the downloading code from setup.py
.
For me the issue was that I'm on Ubuntu 17.04 for which there is no download available.
Hello there! I tried installing following the instructions.
Up to this point no problem encountered. However now I try to run the provided snippet for building Minecraft:
And the line
minecraft_py.start()
throws an error:It seems that the path to Malmo is wrong.
I would also like to mention that I have a separate Malmo installation going on in a different folder, I hope that is not interfering here.
Performing:
ls /home/mario/miniconda3/envs/pygym2/lib/python2.7/site-packages/minecraft_py-0.0.2-py2.7.egg/minecraft_py/
reveals that there is no Malmo there, as there are only two files inside:__init__.py __init__.pyc
I can confirm that minecraft_py is listed by conda list as a successfully installed package, version 0.0.2
Sorry in advance if this issue is trivial or I'm doing something obvious wrong.