cast icon indicating copy to clipboard operation
cast copied to clipboard

Error: Undefined symbol: Caster in pycaster.py

Open deepakraina99 opened this issue 1 year ago • 3 comments

This script used to work seamlessly for me, but it is now giving me an error: "./pyclariuscast.so: undefined symbol: Caster" on this line of code: cast = pyclariuscast.Caster(newProcessedImage, newRawImage, newSpectrumImage, newImuData, freezeFn, buttonsFn) Please check. My operating system is Ubuntu 22 with Python 3.10

deepakraina99 avatar Mar 06 '24 18:03 deepakraina99

Ensure you have Cast lib version 11.2.0. To avoid compatibility errors, checkout the repository's tag version corresponding to your binaries version. Thanks.

julien-l avatar Mar 06 '24 18:03 julien-l

Yes, I am using the updated repository for 11.2.0. The latest binaries are only available for 11.1.0, so I am using them.

deepakraina99 avatar Mar 06 '24 18:03 deepakraina99

Binaries version 11.2.0: https://github.com/clariusdev/cast/releases/tag/v11.2.0

If you want to use binaries version 11.1.0, ensure you checkout the respository tag v11.1.0, not v11.2.0.

julien-l avatar Mar 06 '24 18:03 julien-l