Python – install pip on 64bit Windows

Yan Cui

I help clients go faster for less using serverless technologies.

To install pip on Windows, you need to first install its predecessor – easy install. However, if you’re using a 64-bit distribution of  Python then the .exe installers here will give you this error when you run it:

image

This is due to a distutils installer compatibility issue, but all’s not lost, you just need to download the ez_setup.py and run it, it will then download the appropriate .egg file and install it for you.

You then need to add the Scripts folder in your Python distribution, e.g. C:\Python27\Scripts to the Windows path, and open up a DOS prompt and run easy_install pip and voila!


Whenever you’re ready, here are 3 ways I can help you:

  1. Production-Ready Serverless: Join 20+ AWS Heroes & Community Builders and 1000+ other students in levelling up your serverless game.
  2. Consulting: If you want to improve feature velocity, reduce costs, and make your systems more scalable, secure, and resilient, then let’s work together and make it happen.
  3. Join my FREE Community on Skool, where you can ask for help, share your success stories and hang out with me and other like-minded people without all the negativity from social media.

 

3 thoughts on “Python – install pip on 64bit Windows”

Leave a Comment

Your email address will not be published. Required fields are marked *