-
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
Error in modulemap.overlay #8157
Labels
Comments
vgvassilev
added a commit
to vgvassilev/root
that referenced
this issue
Oct 1, 2021
Likely will improve root-project#8157
vgvassilev
added a commit
to vgvassilev/root
that referenced
this issue
Oct 3, 2021
Likely will improve root-project#8157
FonsRademakers
pushed a commit
to root-project/cling
that referenced
this issue
Oct 4, 2021
Likely will improve root-project/root#8157
Had a similar problem. Resolved it by installing |
@etejedor I am really sorry to come back to this after all this time. I cannot reproduce any more the issue, and we did not get any report about it at least during the last 10 months. I am closing the issue, inviting you to re-open another one in case you encounter the problem again. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I booted a CERN Openstack VM with the CentOS7 image.
I sourced dev3 on CVMFS, i.e. the LCG stack with ROOT master. In particular:
source /cvmfs/sft.cern.ch/lcg/views/dev3/latest/x86_64-centos7-gcc8-opt/setup.sh
and I tried to import ROOT from Python.
When doing so, I observed the following error:
Installing the ROOT dependencies in the system fixed the error. I ran the following command:
sudo yum install git make cmake3 gcc-c++ gcc binutils libX11-devel libXpm-devel libXft-devel libXext-devel python openssl-devel
but I don't know exactly what dependency fixed it.
The text was updated successfully, but these errors were encountered: