It seems like the mapbox_earcut library requires 64bit CPython on Windows, at least when using pip install. This is a bit limiting for windows users, when downloading Python from python.org the default installer is for 32bit Python, so its very easy that you end up using that, and then mapbox-earcut and therefor wasabi2d cant be installed.
It seems like the
mapbox_earcut
library requires 64bit CPython on Windows, at least when using pip install. This is a bit limiting for windows users, when downloading Python from python.org the default installer is for 32bit Python, so its very easy that you end up using that, and then mapbox-earcut and therefor wasabi2d cant be installed.