lordmauve / wasabi2d

Cutting-edge 2D game framework for Python
https://wasabi2d.readthedocs.io/
GNU Lesser General Public License v3.0
154 stars 24 forks source link

Dependency mapbox_earcut does not work on 32bit CPython on windows. #59

Open viblo opened 3 years ago

viblo commented 3 years ago

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.

einarf commented 3 years ago

I made an issue in the right project : https://github.com/skogler/mapbox_earcut_python/issues/3

mentat51 commented 1 year ago

As they build the 32bits version too now, maybe we can close this issue.