ROOT Version: 6.24/06 and 6.28/0 Platform: Ubuntu 20.04 Compiler:
Hi,
I was trying to install ROOT with Python support. I already have one installation that works fine.
First I tried to rebuild the same version (v6.24/06) with Python3. That compiled fine without any error but when I was trying to import ROOT from Python it gives an error.
The commands I used for the installation are as follows
Thank you so much @bellenot for your response and referral.
@vpadulan and @eguiraud, would you be able to kindly guide me to successfully install the ROOT with Python3 support? That would be really helpful for me. Let me know if I need to provide any additional info.
in the first screenshot it looks like ROOT is simply not available in the environment. Maybe you didn’t run source /path/to/root/bin/thisroot.sh before starting the python interpreter?
About the second error, with the conda environment, it looks like you have a ROOT installation at system level that is interfering with the ROOT installation in the conda environment (note how the error messages refer to /usr/local/lib/libRIO.so while from the conda environment you should be picking up the ROOT that resides in the conda prefix).
Removing the system installation should fix this.