Open DrovakSobral opened 3 days ago
Hi there!
Thanks for bringing this up! We are currently having issues with publishing new packages to pypi, that's the reason we don't have prebuild packages for python 3.12 and higher on there.
I will start fixing this issue and provide newer prebuild packages on pypi.
In the meantime you can use python 3.11 and install one of the packages from pypi.org, or install Cython to compile the missing c file in your python 3.12 environment yourself.
Let me know how this turns out!
Edit: Can you let me know what platform you are installing the package on? E.g. pasting the output of python3 -c "import platform; print(platform.uname());"
.
When I try to install pybison through pip using
pip install pybison
It returns the following error