You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
@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?
The text was updated successfully, but these errors were encountered: