FlorianRhiem / pyGLFW

Python bindings for GLFW
MIT License
232 stars 36 forks source link

Missing Linux AArch64 wheel on PyPI #55

Closed odidev closed 3 years ago

odidev commented 3 years ago

Installing glfw on Linux AArch64 machine using command python -m pip install glfw, downloads the source distribution and build/install it. This installation results in missing X11 and Wayland libraries.

@FlorianRhiem and team, can you please let me know your thoughts on release Linux AArch64 wheels on PyPI?