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
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
The text was updated successfully, but these errors were encountered:
When I try to do "import El" I get an error:
The text was updated successfully, but these errors were encountered: