You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--single-version-externally-managed is an option used for Python packages
instructing the setuptools module to create a Python package which can be
easily managed by the host's package manager if needed, like Yum or Apt.
If you're seeing this message, you may have an old version of setuptools or
Python. Try using Distribute, which is a newer version of setuptools and is
backwards compatible. These packages may expect that you have it already.
Edit: At this point, distribute has been merged into the main setuptools
project. Just install the latest version of setuptools. As indicated,
you may wish to use the --egg option instead, as it's more appropriate for
those doing manual installations where you're not intending to create a system
package for distribution.
https://travis-ci.org/tarantool/tarantool-python/jobs/205775358#L506
The text was updated successfully, but these errors were encountered: