-
-
Notifications
You must be signed in to change notification settings - Fork 854
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
Regression in scipy build #5131
Regression in scipy build #5131
Comments
Maybe we can try capping meson in the build deps? |
Yeah, we can see if that works first, and then we can start finding a root cause. |
I'm also struggling with this issue - where would I bound the meson version? |
Reopening as the root cause is not solved yet. I'll take a look soon. Thanks for the fix @juntyr! |
Related:
Might occur if you import a (new) package you build with Pyodide in the Python REPL, like if your package imports somewhere for instance |
Resolved by #5253 |
Thanks @ryanking13 I also can confirm that this works for me. |
🐛 Bug
It seems like scipy build is partially broken since Oct 19~21.
For some reason,
_unuran
module is built as a static library, breaking scipy tests. This often happens whenSIDE_MODULE
flag is not correctly passed when linking the shared library, but it is mysterious why is happens.Since there was no change in Pyodide side, I am guessing it has something to do with build dependencies of Scipy.
I've noticed that the latest successful scipy build used meson
1.5.2
while the one with error used1.6.0
(released 2 days ago) so it might be related somehow.The text was updated successfully, but these errors were encountered: