Re: [Pulp-dev] Issues with Python Plugin in Pulp 3 Container

2021-04-19 Thread Bob Fahr
David that was the problem, when I ran with the latest image from 16 hours ago it works: $ pulp python content list [] Thanks very much for your help. On Mon, Apr 19, 2021 at 9:48 AM David Davis wrote: > Are you running the pulp/pulp:latest image? If so, it should be: > > { > "compon

Re: [Pulp-dev] Issues with Python Plugin in Pulp 3 Container

2021-04-19 Thread David Davis
Are you running the pulp/pulp:latest image? If so, it should be: { "component": "python", "version": "3.2.0" }, Check "podman images --digests pulp/pulp:latest" and make sure it matches: https://hub.docker.com/layers/pulp/pulp/latest/images/sha256-04e5cc0fe8418a6d836733f7e0c5

Re: [Pulp-dev] Issues with Python Plugin in Pulp 3 Container

2021-04-19 Thread Matthias Dellweg
This sounds like you are trying to access a feature with the cli that is only implemented (server side) starting with pulp_python>=3.1.0. We know that the error message is kind of misleading, and hope we have fixed it in: https://github.com/pulp/pulp-cli/pull/188 On Mon, Apr 19, 2021 at 3:09 PM B

[Pulp-dev] Issues with Python Plugin in Pulp 3 Container

2021-04-19 Thread Bob Fahr
I've following the instructions [1] to install the pulp3 container with podman and it appears to be running given that I'm able to get a status via the api. The status report shows the following info about the python plugin: { "component": "pulp_python", "version": "3.0.0" },