Created
July 8, 2016 05:58
-
-
Save zopyx/f3e58b9d5da6eadc0c016f72fbff59f8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/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