All, I am using PyCharm 2025.1.1.1 as my IDE. And I have VPython 7.6.5 installed.
I admit I'm not sure when the following message started showing up when I run one of the graphic apps I am developing, BUT the " ...removal as early as 2025-11-30." line is scary.
Anyone else seen this? Is this a VPython thing or a PyCharm thing?
<quote>
C:\Users\User\AppData\Local\Programs\Python\Python312\python.exe C:\Users\User\PycharmProjects\Inglenook\main.py
C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\vpython\__init__.py:1: 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.
from pkg_resources import get_distribution, DistributionNotFound
</quote>