Open Keylessboi opened 1 year 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.
When running
pip3 install malmo
the command returns an error ofDefaulting 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?