Yoda2root error

_ROOT Version: 6.34.02
Platform: Ubuntu
Compiler: g++


Hi, my problem is the following:

I’ve got a data file in .yoda format called Rivet.yoda which I got from a Rivet analysis. When I try to change its format using the Yoda converter called yoda2root I get the error:

yoda2root Rivet.yoda Rivet.root
Could not load ROOT Python module, exiting…

I do not know what the ROOT Python module is… Any help is welcomed. Thanks.

Hi Luis,

I think what the system is demanding is the ROOT python module, the one you can import with import ROOT in your Python code.

Do you have ROOT installed and correctly set up on your system?

Best,
D

I solved it, I sourced the

thisroot.sh

file into my enviroment. Thanks.

1 Like