-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Describe the bug
The following warning is received when importing create_vsphere_client:
>>> from vmware.vapi.vsphere.client import create_vsphere_client
/usr/local/lib/python3.13/site-packages/vmware/vapi/l10n/bundle.py:59: UserWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html. The pkg_resources package is slated for removal as early as 2025-11-30. Refrain from using this package or pin to Setuptools<81.
To Reproduce
Steps to reproduce the behaviour:
$ docker run -it python:3.13.1-slim-bullseye /bin/bash
# pip install vcf-sdk
# python3
>>> from vmware.vapi.vsphere.client import create_vsphere_client
Expected behaviour
The module is imported without this warning.
Metadata
Metadata
Assignees
Labels
No labels