我在Python中import了zhconv模块,每次导入时都会显示警告Warning(针对zhconv.py的Line 33):
from pkg_resources import resource_stream
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.
2025年11月30日马上要到了。该问题如何解决?