I’m trying to install root 6.18 on ubuntu 20.04, because we are using Python3 and ubuntu 20.04 can install root on Python3 automatically. We’ve tried to install root 6.18 on ubuntu 18.04 and linked the root to the library of Python3 but we failed.
The matter is no suitable version released to install root 6.18 on ubuntu 20.04, so what can I do?
Besides compiling ROOT from source, you might also be able to install your desired ROOT version as a conda package, e.g. with mamba create -c conda-forge --name my-root-env root=6.18, see also Installing ROOT - ROOT