You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: