Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: Undefined symbol: Caster in pycaster.py #158

Open
deepakraina99 opened this issue Mar 6, 2024 · 3 comments
Open

Error: Undefined symbol: Caster in pycaster.py #158

deepakraina99 opened this issue Mar 6, 2024 · 3 comments

Comments

@deepakraina99
Copy link

deepakraina99 commented Mar 6, 2024

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

@julien-l
Copy link
Contributor

julien-l commented Mar 6, 2024

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.

@deepakraina99
Copy link
Author

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.

@julien-l
Copy link
Contributor

julien-l commented Mar 6, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants