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!
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:
Do you guys have any ideas what may be causing this problem, or how it could be fixed? Thanks!