Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (16.4k points)
closed by

I downloaded the get-pip.py from https://pip.pypa.io/en/stable/intstalling/. At that point I changed the path in: framework variable environment into : C:\Python27\ArcGIS10.3\Lib\site-packages after that I attempted to run in from the cmd and this is the outcome:

closed

4 Answers

0 votes
by (19k points)
 
Best answer
Based on the information provided, it appears that you encountered an issue after downloading get-pip.py and modifying the environment variable path to "C:\Python27\ArcGIS10.3\Lib\site-packages". However, you have not mentioned the specific outcome or error message you encountered when running it from the command prompt.

To better assist you, it would be helpful if you could provide the exact error message or describe the outcome you experienced. With that information, I can offer you a more accurate solution to resolve the issue you encountered while running get-pip.py.
0 votes
by (26.4k points)

For new version, Check the below steps

  1. Open Powershell as admin. (win+x then a)
  2. Type python -m pip install <package>.

In python 2.7, mustbe having the pip pre-installed.

Try the below steps:

  1. Open cmd as admin. (win+x then a)
  2. Go to scripts folder: C:\Python27\Scripts
  3. Type pip install "package name" .

Join the python online course fast, to learn python concepts in detail and get certified.

For more details, do check out the below video tutorial...

0 votes
by (25.7k points)
It seems you encountered an issue after downloading get-pip.py and modifying the environment variable path. To better assist you, please provide the specific error message or outcome you received when running get-pip.py from the command prompt. This information will help me understand the problem and provide you with appropriate guidance.
0 votes
by (15.4k points)
After downloading get-pip.py and modifying the environment variable path to "C:\Python27\ArcGIS10.3\Lib\site-packages", you attempted to run it from the command prompt. However, you encountered an issue.

To assist you further, kindly provide the specific error message or outcome you received when running get-pip.py. This information will allow me to understand the problem more accurately and provide you with the necessary guidance.

Related questions

0 votes
4 answers
0 votes
1 answer
0 votes
4 answers
+3 votes
2 answers

Browse Categories

...