[PYTHON] The story that fits in with pip installation

phenomenon

-Cannot install easy_install with python distribute_setup.py -Easy_install pip cannot install pip

Flow to resolution

You need to install easy_install first to install pip.

http://python-distribute.org/distribute_setup.py Right-click and save directly under C.

Then, at the command prompt, go directly under C and install with python distribute_setup.py.

Downloading http://pypi.python.org/packages/source/d/distribute/distri9.tar.gz
Traceback (most recent call last):
File "distribute_setup.py", line 556, in <module>
sys.exit(main())
File "distribute_setup.py", line 552, in main
tarball = download_setuptools(download_base=options.download_base)
File "distribute_setup.py", line 215, in download_setuptools
dst = open(saveto, "wb")
OSError: [Errno 22] Invalid argument: 'C:\\distribute-0.6.49.tar.gz'

Will be. So https://pypi.python.org/packages/source/d/distribute/ Fly to and download distribute-0.6.49.tar.gz directly under C.

When I run python distribute_setup.py again, the installation is successful.

And you can install it by running easy_install pip ... you can't.

Apparently the PATH doesn't go through.

SET PATH=%PATH%;C:\Python34\Scripts

The PATH passed successfully, and the pip installation was successful.

Recommended Posts

The story that fits in with pip installation
PIL installation with pip
A story that struggled with the common set HTTP_PROXY = ~
The story that Japanese output was confused with Django
The story that yapf did not work in vscode
The story that sendmail that can be executed in the terminal did not work with cron
A story that stumbled when using pip in a proxy environment
The story that `while queue` did not work in python
The story that Python stopped working with VS Code (Windows 10)
The story that the private key is set to 600 with chmod
The story of participating in AtCoder
Command installation destination with pip, easy_install
The story of outputting the planetarium master in pdf format with Pycairo
The story that inheritance behavior is quite different in each language
The story that 2D list replacement did not work in python
The story of making a module that skips mail with python
If you think that the person you put in with pip doesn't work → Maybe you are using python3?
A story that didn't work when I tried to log in with the Python requests module
The story of creating a bot that displays active members in a specific channel of slack with python
Results that did not get caught in the search with this word
Pip doesn't work with PyDev in Pleiades
A story that visualizes the present of Qiita with Qiita API + Elasticsearch + Kibana
The story of a Parking Sensor in 10 minutes with GrovePi + Starter Kit
Behavior when returning in the with block
The story of an error in PyOCR
Put TensorFlow in P2 instance with pip3
Python installation and package management with pip
pip installation
Install by specifying the version with pip
The story that FastAPI may take supremacy
The story that scipy suddenly stopped loading
The module that should have been installed with pip does not run
The story that XGBoost was finally installed
The story that Apache dealt with because it was down at AH00144
pip installation
I can't install the package with pip.
A story that turned light blue in 4 months after starting AtCoder with python
I tried to predict the horses that will be in the top 3 with LightGBM
The story of making a web application that records extensive reading with Django
Introducing the magical "jsii" that runs programs written in TypeScript with Python etc.
The story of the learning method that acquired LinuC Level 1 with only ping -t
A model that identifies the guitar with fast.ai
Log in to the remote server with SSH
The story of doing deep learning with TPU
Delete vertices that meet the conditions in networkx
[Python] Get the files in a folder with Python
Load the network modeled with Rhinoceros in Python ③
Use the latest pip in a virtualenv environment
mod_wsgi talks about putting it in with pip
[Automation] Extract the table in PDF with Python
Determine the numbers in the image taken with the webcam
Detect folders with the same image in ImageHash
Load the network modeled with Rhinoceros in Python ②
List packages that can be updated with pip
The story of reading HSPICE data in Python
A story packed with absolute values in numpy.ndarray
The story of viewing media files in Django
The one that displays the progress bar in Python
Formulas that appear in Doing Math with Python
Load the network modeled with Rhinoceros in Python ①
A story that failed when trying to remove the suffix from the string with rstrip