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

PyGOM and a function no longer within Scipy #39

Closed
MGrunnill opened this issue Mar 24, 2020 · 2 comments
Closed

PyGOM and a function no longer within Scipy #39

MGrunnill opened this issue Mar 24, 2020 · 2 comments

Comments

@MGrunnill
Copy link
Contributor

MGrunnill commented Mar 24, 2020

Just in case you update scipy note that a function seems to be lost in later version. This causes the error below when importing PyGOM. I found that reverting scipy to version 1.3.2 fixed this issue.
scipy.special.cython_special does not export expected C function __pyx_fuse_0pdtr

@twomagpi
Copy link
Collaborator

twomagpi commented Jul 2, 2020

I think this relates to the fact that the C code from Cython is preshipped. Rebuilding the C code against the new version of the library may well work round this issue.

There mighht be a better of supplying the C code. Have to work round not everybody having Cython installed.

@twomagpi
Copy link
Collaborator

twomagpi commented Aug 7, 2024

New build process for #114 should fix this.

@twomagpi twomagpi closed this as completed Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants