1. Installing pyxrootdΒΆ

If you have xrootd installed and the installation still fails, do XRD_LIBDIR=XYZ; XRD_INCDIR=ZYX; pip install xrootd where XYZ and ZYX are the paths to the XRootD library and include directories on your system.

## How to find the lib and inc directories To find the library directory, search your system for “libXrd*” files. The include directory should contain a file named “XrdVersion.hh”, so search for that.

Previous topic

pyxrootd: Python bindings for XRootD

Next topic

2. Getting Started

This Page