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

Broken with pari-2.13.0: Undefined symbol "isirreducible" #98

Closed
yurivict opened this issue Oct 27, 2020 · 3 comments
Closed

Broken with pari-2.13.0: Undefined symbol "isirreducible" #98

yurivict opened this issue Oct 27, 2020 · 3 comments

Comments

@yurivict
Copy link

Traceback (most recent call last):
  File "x.py", line 1, in <module>
    import cypari2
  File "/usr/local/lib/python3.7/site-packages/cypari2/__init__.py", line 1, in <module>
    from .pari_instance import Pari
  File "cypari2/pari_instance.pyx", line 1, in init cypari2.pari_instance
ImportError: /usr/local/lib/python3.7/site-packages/cypari2/gen.so: Undefined symbol "isirreducible"

cypari2-2.1.1

FreeBSD 12.2

@yurivict
Copy link
Author

The function has been renamed:

COMPAT|19| - rename libpari function isirreducible -> polisirreducible

and it was deprecated in 2.13.0.

@videlec videlec mentioned this issue Oct 30, 2020
3 tasks
@antonio-rojas
Copy link

This is already fixed with 1a4be24 (but not yet released)

@videlec
Copy link
Collaborator

videlec commented Oct 30, 2020

Indeed

@videlec videlec closed this as completed Oct 30, 2020
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

3 participants