-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
I changes int16 into int32 as discussed in #1 .
Could compile with
python setup.py build
python setup.py install
All this worked well.
While I try to import cyres, I cannot do so.
>>> import cyres
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/local/lib/python2.7/dist-packages/cyres/__init__.py", line 1, in <module>
from cyres import *
ImportError: /usr/local/lib/python2.7/dist-packages/cyres/cyres.so: undefined symbol: dpotrf_
>>> /usr/local/lib/python2.7/dist-packages/cyres/cyres.so
KeyboardInterrupt
Metadata
Metadata
Assignees
Labels
No labels