Come on people, is there an actual way to install this and Malmo via pip?? The instructions are a mess and don't work, e.g. the following line presupposes that malmo has been installed via pip, but the step to install via pip comes way later and in turn presupposes that this step has been made:
python3 -c 'import malmo.minecraftbootstrap; malmo.minecraftbootstrap.download()'
There is absolutely no issue getting Minecraft to run but every import fails although everything has been installed as described (if at all possible). Will this ever be fixed or are we just going to rely on anaconda and keep wrecking peoples' system python?
Come on people, is there an actual way to install this and Malmo via pip?? The instructions are a mess and don't work, e.g. the following line presupposes that
malmohas been installed via pip, but the step to install via pip comes way later and in turn presupposes that this step has been made:There is absolutely no issue getting Minecraft to run but every import fails although everything has been installed as described (if at all possible). Will this ever be fixed or are we just going to rely on anaconda and keep wrecking peoples' system python?