Skip to content

Instantly share code, notes, and snippets.

@zopyx
Created July 8, 2016 05:58
Show Gist options
  • Save zopyx/f3e58b9d5da6eadc0c016f72fbff59f8 to your computer and use it in GitHub Desktop.
Save zopyx/f3e58b9d5da6eadc0c016f72fbff59f8 to your computer and use it in GitHub Desktop.
/home/ajung/.buildout/eggs/setuptools-21.0.0-py2.7.egg/pkg_resources/__init__.py:187: RuntimeWarning:
You have iterated over the result of pkg_resources.parse_version.
This is a legacy behavior which is inconsistent with the new version class introduced in setuptools 8.0.
In most cases, conversion to a tuple is unnecessary. For comparison of versions, sort the Version instances directly. If you have another use case requiring the tuple, please file a bug with the setuptools project describing that need.
stacklevel=1,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment