Is your feature request related to a problem? Please describe.
Replace usage of pkg_resources given the deprecation warning:
DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources
Is your feature request related to a problem? Please describe.
Replace usage of
pkg_resourcesgiven the deprecation warning: