-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Cannot import tensorflow first and then ROOT with 6.32 #15970
Comments
This is the same problem as described in #15309: if the BLAS version that is shipped by ROOT is different from the one that is shipped by other python packages, there will be a collision of different BLAS libraries. For this case of using ROOT with Conda, the solution would be either to make sure the Conda build uses the same BLAS library as NumPy, using the |
Well this arised particularly by trying to have a conda environment with both |
Also, I'd like to mention that I'm getting this on x86 Linux and I used lxplus to reproduce. If I do |
@guitargeek thanks, so as it seems to be a conda-specific dependency issue then, we can take it there: conda-forge/root-feedstock#253 |
Closing as a dupe of the issue on conda-force. Thanks a lot. |
Check duplicate issues.
Description
Importing
tensorflow
and thenROOT
results in a segmentation fault with ROOT 6.32. The other way around works fine.Reproducer
ROOT version
6.32/0
Installation method
Conda:
mamba create -n root-bug root=6.32 tensorflow
Operating system
Linux
Additional context
Full seg fault trace:
The text was updated successfully, but these errors were encountered: