This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: ensurepip "AssertionError: Multiple .dist-info directories"
Type: Stage: resolved
Components: Versions: Python 3.4
process
Status: closed Resolution: third party
Dependencies: Superseder:
Assigned To: Nosy List: demmeln, dstufft, ned.deily, samueljohn
Priority: normal Keywords:

Created on 2014-04-03 10:23 by demmeln, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (3)
msg215438 - (view) Author: Nikolaus Demmel (demmeln) Date: 2014-04-03 10:23
I am installing python 3.4 on OS X 10.9 Mavericks via Homebrew.

The Homebrew formula is: https://github.com/Homebrew/homebrew/blob/4bd9b7538297c2ecbcaba281a6db86e8d8f660c8/Library/Formula/python3.rb

During the installation, `ensurepip` is called, but failes with "AssertionError: Multiple .dist-info directories".

I have reported this downstream with Homebrew, but it is suggested that this is an upstream issue: https://github.com/Homebrew/homebrew/issues/28035

The ensurepip output can be seen here: https://gist.github.com/NikolausDemmel/9952010#file-python3-4-installation-with-homebrew-L685-L709

And the mentioned log file here: https://gist.github.com/NikolausDemmel/9952010#file-python3-4-installation-with-homebrew-L751-L784
msg215769 - (view) Author: Nikolaus Demmel (demmeln) Date: 2014-04-08 16:06
I could resolve this by removing /usr/local/lib/python3.4/site-packages and then retrying. Now I cannot reproduce this issue any more.

Maybe we can close this issue.
msg215776 - (view) Author: Ned Deily (ned.deily) * (Python committer) Date: 2014-04-08 19:26
That error appears to be coming from wheel.py inside of pip.  So, if you do want to pursue it, you should probably be asking on the pip tracker:

https://github.com/pypa/pip/issues
History
Date User Action Args
2022-04-11 14:58:01adminsetgithub: 65343
2014-04-08 19:26:45ned.deilysetstatus: open -> closed

type: crash ->

nosy: + ned.deily
messages: + msg215776
resolution: third party
stage: resolved
2014-04-08 16:06:53demmelnsetmessages: + msg215769
2014-04-06 10:10:21samueljohnsetnosy: + samueljohn
2014-04-03 13:17:07r.david.murraysetnosy: + dstufft
2014-04-03 10:23:47demmelncreate