Print

Print


@matthewfeickert : thank you so much for the PR :-)

Few comments:

    yum install --nogpg -y git python3-pip which
    python3 -m pip install --upgrade pip
    python3 -m pip install setuptools wheel --upgrade
    cp packaging/wheel/* .
    ./publish.sh
    python3 -m pip install ./dist/xrootd-*.tar.gz

and then try using xrootd client from within python I get following error:

>>> from XRootD import client
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib64/python3.6/site-packages/XRootD/client/__init__.py", line 3, in <module>
    from .glob_funcs import glob, iglob
  File "/usr/local/lib64/python3.6/site-packages/XRootD/client/glob_funcs.py", line 26, in <module>
    from XRootD.client.filesystem import FileSystem
  File "/usr/local/lib64/python3.6/site-packages/XRootD/client/filesystem.py", line 26, in <module>
    from pyxrootd import client
ImportError: libXrdCl.so.3: cannot open shared object file: No such file or directory


Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.
You are receiving this because you are subscribed to this thread.Message ID: <xrootd/xrootd/pull/1586/c1010956247@github.com>

[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/xrootd/xrootd/pull/1586#issuecomment-1010956247", "url": "https://github.com/xrootd/xrootd/pull/1586#issuecomment-1010956247", "name": "View Pull Request" }, "description": "View this Pull Request on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]

Use REPLY-ALL to reply to list

To unsubscribe from the XROOTD-DEV list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=XROOTD-DEV&A=1