Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add python3-pkg-resources #37

Open
nuqleo opened this issue May 18, 2024 · 0 comments
Open

Add python3-pkg-resources #37

nuqleo opened this issue May 18, 2024 · 0 comments

Comments

@nuqleo
Copy link

nuqleo commented May 18, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant