Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialTristan Gaebler
6,204 PointsPip is not working
I'm on a windows 8 computer. I have tried pip3, pip, and says it's not recognized. What do I do?
2 Answers
Robert Richey
Courses Plus Student 16,352 PointsHi Tristan,
What version of Python are you using? 3.4 comes with pip. What's New in Python 3.4
Peter Drew
91 PointsTristan if you are still having this issue after you have un-intstalled/reinstalled python please write in to support: help@teamtreehouse.com
Tristan Gaebler
6,204 PointsTristan Gaebler
6,204 PointsI'm using 3.4.3
Tristan Gaebler
6,204 PointsTristan Gaebler
6,204 PointsIt says pip is not recognized
Robert Richey
Courses Plus Student 16,352 PointsRobert Richey
Courses Plus Student 16,352 PointsYou'll need to either add the directory with pip.exe to your environment path, or run the command console from that directory. My pip.exe is located in this path - yours should be the same or similar:
Tristan Gaebler
6,204 PointsTristan Gaebler
6,204 PointsI'm sorry, I don't know what your talking about
Robert Richey
Courses Plus Student 16,352 PointsRobert Richey
Courses Plus Student 16,352 PointsI think the easiest way to fix this for you will be to re-install Python. During install, you'll be able to customize the installation. Make sure to scroll down this list and enable Add python.exe to Path as show in this image.
After this, you should be able to use your command line from any directory with python and pip - I just did this on my machine.
Please let me know if this works or not.
Kind Regards
Tristan Gaebler
6,204 PointsTristan Gaebler
6,204 PointsI did that and i did not work
Robert Richey
Courses Plus Student 16,352 PointsRobert Richey
Courses Plus Student 16,352 PointsCan you find this folder?
Robert Richey
Courses Plus Student 16,352 PointsRobert Richey
Courses Plus Student 16,352 PointsAlso, by re-installing I mean to first un-install python and then install it by launching
python-3.4.3.msi
. Doing this and then selecting the option to add python to the path, has worked every time for me. I'm using Windows 8 also.