PetterS / quickjs

Thin Python wrapper of https://bellard.org/quickjs/
https://github.com/bellard/QuickJS
MIT License
175 stars 19 forks source link

Support for Python 3.11 #125

Closed HexPandaa closed 9 months ago

HexPandaa commented 1 year ago

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?

UchihaYuki commented 11 months ago

Is there a way to install this package on Linux? I got the following error:

ERROR: Could not build wheels for quickjs, which is required to install pyproject.toml-based projects

qwenger commented 9 months ago

An official wheel is now provided. Sorry for the delay.