hpy icon indicating copy to clipboard operation
hpy copied to clipboard

fix deprecated pkg_resources

Open trim21 opened this issue 9 months ago • 15 comments

pkg_resources is deprecated.

Replace pkg_resources with importlib.resources, which available on python>=3.10.

https://setuptools.pypa.io/en/latest/pkg_resources.html

image

trim21 avatar May 22 '24 18:05 trim21