Closed ghost closed 8 years ago
@potholiday launchClient.sh takes a long time the first time you run it since it needs to download lots of things. It should be faster the next time. If the Minecraft window appears then your JDK installation is good.
The libale.so problem is because you've downloaded a _withALE
version of Malmo. ALE is the Arcade Learning Environment which I'm guessing you don't want to use. So either install ALE or just download the other version of Malmo for your platform.
Let me know if this helps,
Tim
@potholiday To answer your other question: Minecraft has to be running in order for (e.g.) tutorial_1.py
to work. You can leave it running but yes, if it is not already running then you need to launch it first with launchClient.sh
.
@timhutton Thanks I will try to add ALE or else use the second version :+1:
Closing this issue since probably fixed.
While installing dependence's I have trouble installing these packages
When continue it returns a 404 error . I also tried to install openjdk using this `sudo apt-get install openjdk-7-jre' which also returns the same error.
I already installed openjdk from a previous software dependency
So I installed the cliend
./lauchClient.sh
which succefully installed necessary software and at the end opened minecraftBut when I went to python_example folder and ran
python tutorial_1.py
it returned this errorThis is a doubt; Do we have to run
./localClient.sh
every time and initialize minecraft client before running python script such as tutorial_1.py?