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
{{ message }}
This repository was archived by the owner on Jan 1, 2026. It is now read-only.
As there is no pre-built wheel for Python 3.11, when installing on Windows the package is built from source and the compilation fails on a recent compiler (invalid numeric argument '/Werror=incompatible-pointer-types' on VS2022).
Would you consider pushing wheels for Python 3.11 on pypi in order to ease the installation?
As there is no pre-built wheel for Python 3.11, when installing on Windows the package is built from source and the compilation fails on a recent compiler (
invalid numeric argument '/Werror=incompatible-pointer-types'on VS2022).Would you consider pushing wheels for Python 3.11 on pypi in order to ease the installation?