I’m trying to install ROOT through google colab as in this post : https://stackoverflow.com/questions/55544013/installing-cern-root-on-google-jupyter-notebook
However, it gives me the following error on running:
/content/APPS/root/lib/cppyy.py in ()
59 sys.setdlopenflags( 0x100 | 0x2 ) # RTLD_GLOBAL | RTLD_NOW
60
—> 61 import libPyROOT as _backend
62
63 # reset dl flags if needed
ImportError: dynamic module does not define module export function (PyInit_libPyROOT)
Since that is an older post, I’m not sure if using ROOT through colab is no longer possible or if I’m just doing it wrong. Help would be appreciated.