Open juozaspo opened 4 years ago
Ubuntu 20.04 dropped support for python2 in favour of python3. MCEdit still depends on python2 and a python3 port is unlikely to happen.
You could try to get it to work using pyenv
or install the necessary dependencies manually.
Amulet, the work in progress successor to MCEdit will support python3.
Description of Issue:
MCedit-Unified does not run in Ubuntu 20.04 LTS. It requires a gtk module which is no longer available on Ubuntu repositories as it requires python package which is removed from 20.04 LTS. Pip package for python2 is missing too. Packages python2 & python3 are available though.
MCEdit Version:
90abfb170c65b877ac67193e717fa3a3ded635dd (latest available git master)
Minecraft Version the world was last opened in:
N/A
Operating System:
Ubuntu Linux 20.04 LTS
A screenshot or full text of the error from the console:
How to reproduce:
apt-cache search python|grep -i gtk
, find no useful alternatives