requirements.txt installs Cython only on CPython, but setup.py tries to use it on anything that is not PyPy
Closed this issue · 4 comments
timfel commented
Baekalfen commented
Thanks for pointing this out. Would you want to use Cython with GraalPy?
timfel commented
Preferably not, we have a similar C API emulation layer as PyPy and like PyPy it is generally better for us to JIT the Python code instead of trying to emulate CPython's API.
Baekalfen commented
Understood. If it's simply changing those two statements, could you make a PR of how it works for you? I don't have a lot of spare time to test it out with GraalPy myself.
timfel commented
Thank you!