Skip to content
This repository has been archived by the owner on May 28, 2020. It is now read-only.

Latest commit

 

History

History
12 lines (7 loc) · 454 Bytes

known_issues.md

File metadata and controls

12 lines (7 loc) · 454 Bytes

Known issues

ROOT is dynamically linked against glibc. If you experience errors like the following:

root: /lib64/libc.so.6: version `GLIBC_2.{some_old_version}' not found (required by /anaconda/envs/testenv/bin/../lib/libstdc++.so.6)

or

ImportError: anaconda/envs/testenv/lib/libPyROOT.so: ELF file OS ABI invalid

this means that you deployed ROOT on a machine with a very old glibc version, and you need to upgrade your distro.