srrDB / pyrescene

MIT License
56 stars 11 forks source link

DeprecationWarning: pkg_resources is deprecated as an API #17

Open itzoke opened 3 months ago

itzoke commented 3 months ago

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

When building using python3 setup.py build && python3 setup.py install the resulting installation will emit the following warning.

srr.py:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
  __import__('pkg_resources').run_script('pyReScene==0.7', 'srr.py')