I think this is actually a bug with the python3.4 package.

* It only appears in Debian Sid, Jessie is fine.
* Inspecting /usr/lib/python3.4/ensurepip/__init__.py it appears to me that
  ensurepip has lost the lines where it copies the wheels into the venv file.

Without the copy line those dependencies are not available to pip inside of a
venv-style virtual environment which causes this error.

---
Donald Stufft
PGP: 7C6B 7C5D 5E2B 6356 A926 F04F 6E3C BCE9 3372 DCFA

_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to