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

Cannot import #5

Open
mpkuse opened this issue Apr 10, 2017 · 0 comments
Open

Cannot import #5

mpkuse opened this issue Apr 10, 2017 · 0 comments

Comments

@mpkuse
Copy link

mpkuse commented Apr 10, 2017

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
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

1 participant