-
Notifications
You must be signed in to change notification settings - Fork 35
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
proposal error (undefined symbol) #569
Comments
Perhaps unsurprisingly, considering the issue occurs in a compiled .so object, but no NuRadioMC dependencies nor the Python version have changed between the last successful run and first occurrence of this error. On the other hand, the proposal wheel took much longer to build and has a different size, so my guess would be the issue is caused by some updated proposal dependency. |
Opened an issue on the proposal github: tudo-astroparticlephysics/PROPOSAL#377 |
Which one is the action where proposal has been re-built and stopped working? |
I believe something has changed about the boost package provided by conan. I've just realized that our CI isn't working anymore as well. |
The tests currently fail because of an issue with proposal 7.5.1. The installation of proposal does not raise an error, but subsequently importing anything relying on proposal fails with and
undefined symbol
error. Example below:It's not clear to me if this is a python 3.7 exclusive issue or due to some updated dependency of proposal, I can't reproduce this on Ubuntu 22.04 and python 3.10.12. I also do not know of a workaround.
The text was updated successfully, but these errors were encountered: