From: Scott Mayhew <smayhew@redhat.com>
To: Jeff Layton <jlayton@kernel.org>
Cc: Chuck Lever <chuck.lever@oracle.com>,
"kdevops@lists.linux.dev" <kdevops@lists.linux.dev>
Subject: Re: xdrlib3 install error on RHEL 8.10
Date: Mon, 18 Aug 2025 12:29:14 -0400 [thread overview]
Message-ID: <aKNU2u8DBsVy1lVE@aion> (raw)
In-Reply-To: <aKMo0seFGa5dTBqU@aion>
Re-sending because my outbound email was broken apparently.
On Mon, 18 Aug 2025, Scott Mayhew wrote:
> On Sun, 17 Aug 2025, Jeff Layton wrote:
>
> > On Sun, 2025-08-17 at 16:42 -0400, Chuck Lever wrote:
> > > Hi Jeff / Scott -
> > >
> > > I'm setting up RHEL 8.10 test runners to test linux-5.4.y, and ran into
> > > this issue with the pynfs playbook:
> > >
> > >
> > > TASK [pynfs : Install xdrlib3]
> > > *****************************************************************************************************************
> > > task path:
> > > /home/cel/src/kdevops/buildbot-configs/playbooks/roles/pynfs/tasks/install-deps/redhat/main.yml:27
> > > fatal: [pynfs-nfsd]: FAILED! => {
> > > "changed": false,
> > > "cmd": [
> > > "/usr/bin/python3",
> > > "-m",
> > > "pip.__main__",
> > > "install",
> > > "xdrlib3"
> > > ]
> > > }
> > >
> > > MSG:
> > >
> > > stdout: Collecting xdrlib3
> > >
> > > :stderr: Could not find a version that satisfies the requirement
> > > xdrlib3 (from versions: )
> > > No matching distribution found for xdrlib3
> > >
> > >
> > > PLAY RECAP
> > > *************************************************************************************************************************************
> > > pynfs-nfsd : ok=26 changed=7 unreachable=0
> > > failed=1 skipped=21 rescued=0 ignored=0
> > >
> >
> >
> > Weird. If you ssh into the box and run 'pip install xdrlib3', does it
> > work?
>
> RHEL 8 uses Python 3.6.3, which still has xdrlib (which was deprecated
> in 3.11 and removed in 3.13).
>
> If you run 'pip --verbose install xdrlib3', you'll see that it requires
> the python version to be between 3.7 and 4.0.
>
> >
> > --
> > Jeff Layton <jlayton@kernel.org>
> >
next prev parent reply other threads:[~2025-08-18 16:29 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-17 20:42 xdrlib3 install error on RHEL 8.10 Chuck Lever
2025-08-18 0:43 ` Jeff Layton
[not found] ` <aKMo0seFGa5dTBqU@aion>
2025-08-18 16:29 ` Scott Mayhew [this message]
2025-08-18 18:05 ` Chuck Lever
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=aKNU2u8DBsVy1lVE@aion \
--to=smayhew@redhat.com \
--cc=chuck.lever@oracle.com \
--cc=jlayton@kernel.org \
--cc=kdevops@lists.linux.dev \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.