You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
crealf is only a stub in wine, which means it's not implemented. Every code using that function WILL crash. scipy uses that function a lot, so it's only natural it crashes under wine.
I don't consider this container anything that should be able to run every piece of Python software. It's mainly intended as a tool for CI builds (for example with PyInstaller).
You might want to raise this issue with either wine or scipy to "fix" this. In both cases, providing a patch would probably provide the fastest way to getting this fixed. Looking at what the function is supposed to do the implementation might be quite simple...
Hey!
I'm trying to use scipy library in pywine. My host system is Ubuntu 24.04.
I'm doing the following steps:
Then I'm just importing scipy and getting a huge error:
Do you know how to fix it and if it's possible to fix it?
The text was updated successfully, but these errors were encountered: