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.

Author Paul Hammant
Recipients Paul Hammant, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-01-15.03:54:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1452830051.37.0.928414799264.issue26119@psf.upfronthosting.co.za>
In-reply-to
Content
It NEEDS to communicate more as to why it is rolling back the pip install (progress bar goes backwards, install fails).

Reasons can be:

1. older/wrong versions of Python listed in the PATH - eg c:\Python27 encountered when c:\Python34 is being installed. User should redo PATH env-var.

2. PYTHONPATH similarly set to the wrong thing. User should delete PYTHONPATH env-vars.

3. Incompatible Python installed. User should uninstall other Python's first.

The windows install does not have to silently fail on the pip piece. It can do more to inform them end-user, and not drive them off to stackoverflow.
History
Date User Action Args
2016-01-15 03:54:11Paul Hammantsetrecipients: + Paul Hammant, paul.moore, tim.golden, zach.ware, steve.dower
2016-01-15 03:54:11Paul Hammantsetmessageid: <1452830051.37.0.928414799264.issue26119@psf.upfronthosting.co.za>
2016-01-15 03:54:11Paul Hammantlinkissue26119 messages
2016-01-15 03:54:10Paul Hammantcreate