Closed S1SYPHOS closed 2 years ago
That would be because the other versions of python have manylinux wheels hosted on PyPI. If you wanted to build it yourself you would need to install the build dependencies for libavif (e.g. on debian or ubuntu, this script) and then build and install libavif (see install_libavif.sh). But I wouldn't recommend going to the trouble...I'll add python 3.11 to the build matrix and push up the wheels to PyPI.
Thanks for your thorough and quick reply!
I've just uploaded python 3.11 wheels to PyPI. Could you try it out and see if it's working now for you?
@fdintino .. working as expected now, thank you very much!
Hey there, when building its wheels using Python 3.11 (installed via
pyenv
), I get this:All other python versions succeed just fine. Thanks so much for this package anyway! :+1: