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

Python problem with 0.87.7 #234

Open
haimav opened this issue Jun 23, 2017 · 0 comments
Open

Python problem with 0.87.7 #234

haimav opened this issue Jun 23, 2017 · 0 comments
Assignees

Comments

@haimav
Copy link
Contributor

haimav commented Jun 23, 2017

When I try to do "import El" I get an error:

import El
Traceback (most recent call last):
File "", line 1, in
File "/usr/lib/python2.7/dist-packages/El/init.py", line 33, in
from lapack_like import *
File "/usr/lib/python2.7/dist-packages/El/lapack_like/init.py", line 11, in
from perm import *
File "/usr/lib/python2.7/dist-packages/El/lapack_like/perm.py", line 52, in
class Permutation(object):
File "/usr/lib/python2.7/dist-packages/El/lapack_like/perm.py", line 78, in Permutation
lib.ElPermutationRowSwap.argtypes = [c_void_p,iType,iType]
File "/usr/lib/python2.7/ctypes/init.py", line 378, in getattr
func = self.getitem(name)
File "/usr/lib/python2.7/ctypes/init.py", line 383, in getitem
func = self._FuncPtr((name_or_ordinal, self))
AttributeError: /usr/local/lib/libEl.so: undefined symbol: ElPermutationRowSwap

@poulson poulson self-assigned this Jun 24, 2017
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