Podshot / MCEdit-Unified

Combined MCEdit & Pymclevel repository.
http://podshot.github.io/MCEdit-Unified/
ISC License
479 stars 108 forks source link

MCEdit wants to use Python 2 Packages, but I can't get them. #1031

Closed ghost closed 2 years ago

ghost commented 2 years ago

Basically, tried to install MCEdit-Unified with the script and it tells me that I'm missing all these packages which I already have, then tells me I need to get setuptools, I try getting it with pip install setuptools but it tells me I already have setup tools, I figure out if wants Python 2.7 packages but I don't know how to get them. Should I use a virtualenv? How do I do this?

I am on Linux btw.

I tried without the script, How do I stop my virtualenv from using Python3.8?

ghost commented 2 years ago

Installed MCEDit successfully from source

virtualenv -p /usr/bin/python2 venv