Importing a library to pyroot

Hi,
I am using pyroot and I have a library which when imported makes the root file work efficiently. Basically, it is an analysisTree library.
I try to import the library using
ROOT.gSystem.Load("/path/to/library/libAnalysisTreeBase.so")
but
I get the following error,

cling::DynamicLibraryManager::loadLibrary(): libCore.so.6.20: cannot open shared object file: No such file or directory

It works in normal root but doesn’t in pyroot.
Thanks for your help!
Shahid
__
ROOT Version: 6.22/07
Platform: Linux
Compiler: Not Provided


You seem to be mixing different ROOT versions.
Something (e.g. the “libAnalysisTreeBase.so” or the python / pyroot) requires ROOT 6.20 but you explicitly say that you are using “ROOT Version: 6.22/07

1 Like

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