Instapy: Installation issue : py get-pip.py

Created on 9 Sep 2017  路  10Comments  路  Source: timgrossmann/InstaPy

Hello Everyone,

I am busy re-installing Instapy on a new system. I have reached the step of py get-pip.py, but when I type it in I get the error: python.exe: can't open file 'get-pip.py': [Errno 2] No such file or directory

I have executed all the steps from the Advance setup steps. One side note, I didn't reboot when having done the P

Could someone assist me in this?

Greetings,
Jeffrey

help wanted wontfix

Most helpful comment

I had the same problem and I just skipped it the first time I installed and everything was OK. However I had to update everything and again had this issue so I looked a bit further. I'm a bit of a novice at these things (I'm more into hardware), but here is how I got around it...

As stated in this thread - https://github.com/timgrossmann/InstaPy/issues/422 you need to find the get-pip.py file download it and save it as "get-pip.py" - here it is again https://bootstrap.pypa.io/get-pip.py. I put it in the python36-32\scripts folder.

Make sure your terminal or powerShell is in the python36-32\scripts folder and type...
py get-pip.py

Hope that helps someone.

All 10 comments

currently having the same issue, did you find a solution?

I had the same problem and I just skipped it the first time I installed and everything was OK. However I had to update everything and again had this issue so I looked a bit further. I'm a bit of a novice at these things (I'm more into hardware), but here is how I got around it...

As stated in this thread - https://github.com/timgrossmann/InstaPy/issues/422 you need to find the get-pip.py file download it and save it as "get-pip.py" - here it is again https://bootstrap.pypa.io/get-pip.py. I put it in the python36-32\scripts folder.

Make sure your terminal or powerShell is in the python36-32\scripts folder and type...
py get-pip.py

Hope that helps someone.

Helped me a lot Deendee! Thanks

Hello I am getting the same problem and a big novice with code...the link above opens into a code...in what format do I put it into the pythonscripts folder...do I copy it and paste onto notepad...?

@deendee ! You rock! for google purposes: I was getting "no such file or directory" when trying to install InstaPy part 3.1 running py get-pip.py and Deendee's solution worked great!

@deendee i'm running python 3.6.3, but can't seem to find the folder python36-32\scripts...where can i find it please??

@deendee nevermind...i found it! and it worked!! thank you!

@yg2dras1 can you tell me how did you save the code from the link ? I don't know what to do with it. i saved it as a py, but the command still can't find it. Thanks

@stoicavali91
I had the error as the OP, so I moved the downloaded 'get-pip.py' file to my Python36/Scripts/directory; then I used cd in command prompt to open the directory Python36/Scripts ; and then 'python get-pip.py' command executed successfully.

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. > If this problem still occurs, please open a new issue

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ghost picture ghost  路  3Comments

wyvers picture wyvers  路  3Comments

v77v picture v77v  路  3Comments

Spyd3r0us picture Spyd3r0us  路  3Comments

deronsizemore picture deronsizemore  路  3Comments