(mpf57) C:\VENV\mpf57>mpf --version
C:\VENV\mpf57\lib\site-packages\mpf\commands\__init__.py:6: 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 iter_entry_points
Mission Pinball Framework v0.57.3
Any idea how to avoid this or suppress this warning?
Issue #2: When running "mpf both" for my test game, I get the following run-time errors:
(mpf57) C:\Pinball\testgame>mpf both
C:\VENV\mpf57\lib\site-packages\mpf\commands\__init__.py:6: 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 iter_entry_points
C:\VENV\mpf57\lib\site-packages\mpf\commands\__init__.py:6: 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 iter_entry_points
Verify Chip ID took too long to receive data
(python.exe:8208): GStreamer-WARNING **: 16:39:16.381: Failed to load plugin 'C:\VENV\mpf57\share\gstreamer\bin\gioopenssl.dll': 'C:\VENV\mpf57\share\gstreamer\bin\gioopenssl.dll': The specified module could not be found.
(python.exe:8208): GStreamer-WARNING **: 16:39:22.592: Failed to load plugin 'C:\VENV\mpf57\share\gstreamer\bin\gstrtmp.dll': 'C:\VENV\mpf57\share\gstreamer\bin\gstrtmp.dll': The specified module could not be found.
(python.exe:8208): GStreamer-WARNING **: 16:39:25.631: Failed to load plugin 'C:\VENV\mpf57\share\gstreamer\bin\librtmp-1.dll': 'C:\VENV\mpf57\share\gstreamer\bin\librtmp-1.dll': The specified module could not be found.
(python.exe:8208): GStreamer-WARNING **: 16:39:25.921: Failed to load plugin 'C:\VENV\mpf57\share\gstreamer\bin\gioopenssl.dll': 'C:\VENV\mpf57\share\gstreamer\bin\gioopenssl.dll': The specified module could not be found.
(python.exe:8208): GStreamer-WARNING **: 16:39:25.937: Failed to load plugin 'C:\VENV\mpf57\share\gstreamer\bin\gstrtmp.dll': 'C:\VENV\mpf57\share\gstreamer\bin\gstrtmp.dll': The specified module could not be found.
(python.exe:8208): GStreamer-WARNING **: 16:39:25.951: Failed to load plugin 'C:\VENV\mpf57\share\gstreamer\bin\librtmp-1.dll': 'C:\VENV\mpf57\share\gstreamer\bin\librtmp-1.dll': The specified module could not be found.
Shutdown reason: SIGINT or keyboard interrupt
(mpf57) C:\Pinball\testgame>
Please help.
Steve