Prun and pyROOT

Hi all,
I’m attempting to run a python script on the grid through PandaRun using the following command:

prun --exec "python KinematicDistributions2018.py %IN" --inDsTxt $INDATASET --mergeOutput --outDS $OUTDATASET

The jobs are failing and I get the following error message:

‘=== stderr ===
Traceback (most recent call last):
File “KinematicDistributions2018.py”, line 11, in
import ROOT
ImportError: No module named ROOT’

I thought pyROOT worked by default on ROOT.

The solution posted here:

is obsolete.
Any suggestion on how to setup pyROOT to run PandaRun is much appreciated!

Hi,
someone on this forum might indeed know, but since prun is ATLAS software you might have better luck on ATLAS help forums or mailing lists.

Cheers,
Enrico

Will do, thanks!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.