Error: Undefined symbol: Caster in pycaster.py
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
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.
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.
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.