Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PyPy support #5766

Open
hameerabbasi opened this issue May 28, 2020 · 3 comments
Open

PyPy support #5766

hameerabbasi opened this issue May 28, 2020 · 3 comments

Comments

@hameerabbasi
Copy link
Contributor

Feature request

As title. According to scikit-learn/scikit-learn#17364, scikit-learn (and PyData/Sparse) cannot support PyPy because Numba doesn't support it. Are there plans to support PyPy, and if not, are there reasons behind it?

I realize this may be a big undertaking as Numba operates on Python bytecode and I assume that bytecode is different with PyPy.

@gmarkall
Copy link
Member

I've made this work once, but I never upstreamed it because getting it into an upstreamable state would have been quite a lot of work (it was a project I did in my free time) and without CI for PyPy I expected it to bitrot quite fast: https://www.embecosm.com/2017/01/19/running-numba-on-pypy/

@stuartarchibald
Copy link
Contributor

xref numba/llvmlite#525

@gmarkall
Copy link
Member

gmarkall commented Jun 4, 2020

xref: #2319

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants