Hi all,
I’m trying to set up ROOT in a Google Colab environment, by installing a pre-compiled binary distribution.
First, I’m finding the system information by running !lsb_release -a, which returns the following:
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.5 LTS
Release: 20.04
Codename: focal
Then, I install and unpack the appropriate pre-compiled distribution:
!wget https://root.cern/download/root_v6.28.02.Linux-ubuntu20-x86_64-gcc9.4.tar.gz
!tar -xzvf /content/root_v6.28.02.Linux-ubuntu20-x86_64-gcc9.4.tar.gz
!source /content/root/bin/thisroot.sh
But when I run a cell with import ROOT, I get a module not found error. I’m not sure why this is happening as I thought I could just set up ROOT as I would on an Ubuntu system. Any help or advice would be appreciated!
ROOT Version: 6.28.02
Platform: Google Colab
Compiler: Not Provided