ChileanVirtualObservatory / acalib

Advanced Computing for Astronomy Library
http://acalib.readthedocs.io/en/latest/
GNU General Public License v3.0
7 stars 13 forks source link

Cython's library import error #31

Closed cvalenzu closed 7 years ago

cvalenzu commented 7 years ago

After compiling pycupid and _morph got an error importing the libraries.

ImportError: /home/tronco/Desktop/acalib/acalib/core/_morph/morph.so: undefined symbol: _Py_ZeroStruct

This happens only in Python 3, with Python 2 i got no problem importing the libraries.

maray commented 7 years ago

Is this fixed already @Nesus ? considering #35 seem so, but it depends on _morph working OK

maray commented 7 years ago

Does #38 fix this issue?

cvalenzu commented 7 years ago

I think this is fixed now, but still want to test before closing the issue.

cvalenzu commented 7 years ago

Fixed in 4fc87f882ebf1c27c8fb02e6fcbc2cae6cb28c5e (for python 2) b7bd7c16f6793a9cf8fa375d34bc7f15f9d87b30 (for python 3)