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
cmake -DPYTHON_EXECUTABLE=/usr/bin/python3 ../root_src
sudo cmake --build . --target install -- -j5
I tried both the Python, the one at /usr/bin and the one in the conda environment. Both gave the same error.
Then I tried the conda installation to keep things simple. It also got installed without any error. The commands I used are the following:
conda deactivate
conda config --set channel_priority strict
conda create -c conda-forge --name icts_root root
But again when I tried to run the ROOT by the command root or through Python importing root via import ROOT, I got the following error.
Could you help me install it successfully so that I am able to use pyROOT using a Jupyter notebook.
I thank you for any possible help in this regard.
With regards,
Saumyen
