Skip to content

Add python3-pkg-resources #37

@nuqleo

Description

@nuqleo

Hi,

vpp-base docker image includes python3-vpp-api but it depends on python3-pkg-resources which is not installed

/vpp # python3
Python 3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from vpp_papi import VPPApiCLient
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/lib/python3/dist-packages/vpp_papi/__init__.py", line 13, in <module>
    import pkg_resources  # part of setuptools
ModuleNotFoundError: No module named 'pkg_resources'

Package python3-pkg-resources is relatively small, can you please add it to docker image?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions