We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I changes int16 into int32 as discussed in #1 .
Could compile with
All this worked well.
While I try to import cyres, I cannot do so.
The text was updated successfully, but these errors were encountered: