-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Failure with PyPy 7.3.12 #176
Comments
Could you give a little more syntax? Where did you see this failure? I am still working according to this game plan but I am seeing a different failure, something around DateTimeIndex, when I try to "turn on" pypy testing in upstream pandas in a PR to my fork, here is the error I am seeing. I know what is happening: somehow the creation of a
I need to whittle that failure down to a smaller reproducer so I can figure out why it happens. |
Sorry for the lack of info. I'm getting this failure when I import pandas. Maybe this is something conda-forge specific since it doesn't happen in your testing? (You are also compiling with Cython 3.0 there, I'll give that a shot here) |
This can be reproduced with the
We're encountering this downstream in conda-forge/mlpack-feedstock#48; would be happy to put some workaround in place, but I'm not quite sure what to do. Thanks! |
To give an update, this looks like a PyPy bug |
It is not pypy specific. Also gappend with CPython. See the log in #180. |
I see a PyPy log. It shows as PyPy 3.9 for me. |
Do I need Cython 3 for this to work?
(pandas is currently pinned to 0.29.36 since we have some perf regressions on Cython 3)
cc @mattip
The text was updated successfully, but these errors were encountered: