ekalinin/nodeenv

pkg_resources is deprecated

braindevices opened this issue · 4 comments

site-packages/nodeenv.py:48: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html

it looks like we are still using from pkg_resources import parse_version

please use packaging.version.parse or something similar

This is already fixed in master(see #338). What's missing is a release including the patch.

What's missing is a release including the patch.

Please consider releasing a new version, it's been 8 months since the last release and including this change would be welcome.

@ekalinin, please consider publishing a new release, it's been over a year since the last release.

@ekalinin, please consider publishing a new release, it's been over a year since the last release.

Hey, done: