aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-01-24 09:38:37 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-01-24 09:38:37 -0500
commit992807c6797e5125d2bb9f20aa0f8fe0cc84fdcf (patch)
treef1514bb8811f966db8f804d8bbbb78f1acdfb757
parent6d89f362c9657e12fe2500c061e77747305b76e4 (diff)
downloadexternal_python_setuptools-992807c6797e5125d2bb9f20aa0f8fe0cc84fdcf.tar.gz
external_python_setuptools-992807c6797e5125d2bb9f20aa0f8fe0cc84fdcf.tar.bz2
external_python_setuptools-992807c6797e5125d2bb9f20aa0f8fe0cc84fdcf.zip
Update changelog to give some direction when pip is too old. Fixes #940.
-rw-r--r--CHANGES.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 0fc87ea7..407995d2 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -25,6 +25,13 @@ v34.0.0
or a bespoke bootstrap tool, but such usage is not
recommended and is not supported.
+ As discovered in #940, not all versions of pip will
+ successfully install Setuptools from its pre-built
+ wheel. If you encounter issues with "No module named
+ six" or "No module named packaging", especially
+ following a line "Running setup.py egg_info for package
+ setuptools", then your pip is not new enough.
+
v33.1.1
-------