microsoft / malmo

Project Malmo is a platform for Artificial Intelligence experimentation and research built on top of Minecraft. We aim to inspire a new generation of research into challenging new problems presented by this unique environment. --- For installation instructions, scroll down to *Getting Started* below, or visit the project page for more information:
https://www.microsoft.com/en-us/research/project/project-malmo/
MIT License
4.1k stars 600 forks source link

pip3 install malmo does not work #931

Open Keylessboi opened 1 year ago

Keylessboi commented 1 year ago

When running pip3 install malmo the command returns an error of Defaulting to user installation because normal site-packages is not writeable ERROR: Could not find a version that satisfies the requirement malmo (from versions: none) ERROR: No matching distribution found for malmo. This error is on Pop_os!(Ubuntu based operating system) and windows, I have two drives connected to my computer, so yes it is a real windows installation. Can somebody help?

NateRex commented 6 months ago

@Keylessboi I ran into the same issue using the latest version of Python (currently 3.12 on Windows). Looks like the package is only installable via certain versions of Python. When I use Python version 3.6.X, I get malmo version 0.36.0.0 installed. When I use Python version 3.7.X, I get malmo version 0.37.0.0 installed.