Print

Print


Great! Thank you for the independent check — the more machines tested the better. :rocket: 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>
```

:+1: 

-- 
Reply to this email directly or view it on GitHub:
https://github.com/xrootd/xrootd/issues/1668#issuecomment-1122038055
You are receiving this because you are subscribed to this thread.

Message ID: <[log in to unmask]>

########################################################################
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