Skip to content

Cannot import #5

@mpkuse

Description

@mpkuse

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions