Hi all,
My code:
import ROOT
df = ROOT.RDF.MakeCsvDataFrame("myfile.csv")
Outputs:
Traceback (most recent call last):
File "/usr/lib64/python3.6/site-packages/ROOT/_facade.py", line 294, in RDF
ns.Experimental = _create_rdf_experimental_distributed_module(ns)
File "/usr/lib64/python3.6/site-packages/ROOT/_facade.py", line 61, in _create_rdf_experimental_distributed_module
import DistRDF
File "/usr/lib64/python3.6/site-packages/ROOT/_facade.py", line 150, in _importhook
return _orig_ihook(name, *args, **kwds)
ModuleNotFoundError: No module named 'DistRDF'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "myPlotter.py", line 6, in <module>
df = ROOT.RDF.MakeCsvDataFrame("../output/Lotse1/Lotse0_record.csv")
File "/usr/lib64/python3.6/site-packages/ROOT/_facade.py", line 296, in RDF
raise Exception('Failed to pythonize the namespace RDF')
Exception: Failed to pythonize the namespace RDF
Am I doing something wrong?
python: 3.6.8
ROOT: 6.24/06