pulp / oci_env

9 stars 33 forks source link

"packaging" lib is needed by the oci-env generate-client command #166

Closed decko closed 6 days ago

decko commented 1 week ago

Without "packaging" installed in the same virtual environment for the oci_env CLI we get this message after trying to run the generate-client command:


Generating python-client for pulpcore.
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  799k  100  799k    0     0   795k      0  0:00:01  0:00:01 --:--:--  795k
::group::BINDINGS
Unnormalized Version: 3.60.0.dev
Traceback (most recent call last):
  File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'packaging'```
lubosmj commented 1 week ago

This was added in https://github.com/pulp/oci_env/pull/161 and https://github.com/pulp/oci_env/pull/165.

lubosmj commented 6 days ago

Closing in accordance with the merging of https://github.com/pulp/oci_env/pull/165.