Great! Thank you for the independent check — the more machines tested the better. 🚀 And (unsurprisingly) things are working as expected on Ubuntu 22.04 Jammy Jellyfish too

$ docker run --rm -ti ubuntu:22.04 /bin/bash
$ apt-get update
$ apt-get -y install python3 python3-dev python3-venv pkg-config cmake uuid-dev libssl-dev libz-dev g++
$ python3 -m venv venv && . venv/bin/activate
(venv) $ python3 -m pip install --upgrade pip setuptools wheel
(venv) $ python3 -m pip install --upgrade --verbose https://github.com/xrootd/xrootd/files/8655963/xrootd-6.0.0.tar.gz
(venv) $ python3 -c 'from XRootD import client; print(client.FileSystem("root://mgm.spacescience.ro:1094"))'
<XRootD.client.filesystem.FileSystem object at 0x7f102ae3fc10>

👍


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <xrootd/xrootd/issues/1668/1122038055@github.com>

[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "https://github.com/xrootd/xrootd/issues/1668#issuecomment-1122038055", "url": "https://github.com/xrootd/xrootd/issues/1668#issuecomment-1122038055", "name": "View Issue" }, "description": "View this Issue 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