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
Despite fixing the compile errors I mentioned before, I am still not having success using the Cython API (previous issue: #18)
Since I successfully compiled a .so module, I tried to run the cython_example.py script. This results in a simple but completely uninformative error message:
Segmentation fault (core dumped)
It seems that this error occurs while importing the module (and not when making calls to it after a successful import). As of now, I have no idea what is causing this error or how to fix it. Any input on that would be appreciated.
Thanks
Edit: For more information, I am trying to use the Cython API on Linux (Ubuntu)
The text was updated successfully, but these errors were encountered:
Despite fixing the compile errors I mentioned before, I am still not having success using the Cython API (previous issue: #18)
Since I successfully compiled a
.so
module, I tried to run thecython_example.py
script. This results in a simple but completely uninformative error message:Segmentation fault (core dumped)
It seems that this error occurs while importing the module (and not when making calls to it after a successful import). As of now, I have no idea what is causing this error or how to fix it. Any input on that would be appreciated.
Thanks
Edit: For more information, I am trying to use the Cython API on Linux (Ubuntu)
The text was updated successfully, but these errors were encountered: