radiocosmology / caput

Cluster Astronomical Python Utilities
GNU General Public License v2.0
12 stars 21 forks source link

Trouble with bit_truncate_max_complex #196

Closed JohnPodczerwinski closed 2 years ago

JohnPodczerwinski commented 2 years ago

Hi,

I installed caput today using the instruction given on the readthedocs page. I was able to get the installation to work, I think, but I've run into an issue when trying to import bit_truncate_max_complex. I get the following error message:

from caput.truncate import bit_truncate_max_complex Traceback (most recent call last): File "", line 1, in ImportError: /home/aphan/.local/lib/python3.8/site-packages/caput/truncate.cpython-38-x86_64-linux-gnu.so: undefined symbol: bit_truncate_float

Do you guys have any ideas what may be causing this problem, or how it could be fixed? Thanks!