

However, the installation completion message is not displayed after the installation is completed. ** I get some warnings during compilation, but it doesn't seem to have any fatal errors.
PIP IN PYTHON 2.7.9 CODE
Select Downloads → Python 3.4.3 and Python 2.7.9 from the menu to download the compressed source code to any location. Ignoring ensurepip failure: pip 6.0.8 requires SSL/TLS Download the Python source code. When the installation is complete, you will see a nice message.īy the way, if OpenSSL for development is not included, this message will be displayed when installing Python. If a confirmation is displayed on the way, enter "y" and press enter.
PIP IN PYTHON 2.7.9 INSTALL
Since Python will be built and installed on Linux, it is necessary to install the OpenSSL development package on which pip depends in advance. ** ** First, install OpenSSL for development.

Python 2.7.9 and later (on the python2 series), and Python 3.4 and later include pip by default, so you may have pip already. This is an issue with urllib3, see urllib3/urllib3#543, also noted at kennethreitz/requests#2435.īy placing this here the pip project has a place to track status on this and redirect people that encounter the problem.** On the pip homepage, it was stated that pip is included in Pyhon 2.7.9 and later and Python 3.4 and later. ValueError: check_hostname requires server_hostname wrap_socket( sock)įile "/usr/local/lib/python2.7/ssl.py", line 350, in wrap_socket _context = self)įile "/usr/local/lib/python2.7/ssl.py", line 537, in _init_ raise ValueError( "check_hostname requires server_hostname") connect()įile "/usr/local/lib/python2.7/site-packages/pip-6.0.7-py2.7.egg/pip/_vendor/requests/packages/urllib3/connection.py", line 238, in connect ssl_version = resolved_ssl_version)įile "/usr/local/lib/python2.7/site-packages/pip-6.0.7-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/ssl_.py", line 254, in ssl_wrap_socket return context. _validate_conn( conn)įile "/usr/local/lib/python2.7/site-packages/pip-6.0.7-py2.7.egg/pip/_vendor/requests/packages/urllib3/connectionpool.py", line 727, in _validate_conn conn. send( request, ** kw)įile "/usr/local/lib/python2.7/site-packages/pip-6.0.7-py2.7.egg/pip/_vendor/requests/adapters.py", line 370, in send timeout = timeout File "/usr/local/lib/python2.7/site-packages/pip-6.0.7-py2.7.egg/pip/_vendor/requests/packages/urllib3/connectionpool.py", line 518, in urlopen body = body, headers = headers)įile "/usr/local/lib/python2.7/site-packages/pip-6.0.7-py2.7.egg/pip/_vendor/requests/packages/urllib3/connectionpool.py", line 322, in _make_request self. send( request, ** kwargs)įile "/usr/local/lib/python2.7/site-packages/pip-6.0.7-py2.7.egg/pip/_vendor/cachecontrol/adapter.py", line 43, in send resp = super( CacheControlAdapter, self). send( prep, ** send_kwargs)įile "/usr/local/lib/python2.7/site-packages/pip-6.0.7-py2.7.egg/pip/_vendor/requests/sessions.py", line 573, in send r = adapter. request( method, url, * args, ** kwargs)įile "/usr/local/lib/python2.7/site-packages/pip-6.0.7-py2.7.egg/pip/_vendor/requests/sessions.py", line 461, in request resp = self.

request( 'GET', url, ** kwargs)įile "/usr/local/lib/python2.7/site-packages/pip-6.0.7-py2.7.egg/pip/download.py", line 365, in request return super( PipSession, self). session)įile "/usr/local/lib/python2.7/site-packages/pip-6.0.7-py2.7.egg/pip/index.py", line 872, in get_page "Cache-Control": "max-age=600",įile "/usr/local/lib/python2.7/site-packages/pip-6.0.7-py2.7.egg/pip/_vendor/requests/sessions.py", line 473, in get return self. _get_page( main_index_url, req)įile "/usr/local/lib/python2.7/site-packages/pip-6.0.7-py2.7.egg/pip/index.py", line 783, in _get_page return HTMLPage. upgrade,įile "/usr/local/lib/python2.7/site-packages/pip-6.0.7-py2.7.egg/pip/index.py", line 305, in find_requirement page = self.
PIP IN PYTHON 2.7.9 UPGRADE
prepare_files( finder)įile "/usr/local/lib/python2.7/site-packages/pip-6.0.7-py2.7.egg/pip/req/req_set.py", line 333, in prepare_files upgrade = self. run( options, args)įile "/usr/local/lib/python2.7/site-packages/pip-6.0.7-py2.7.egg/pip/commands/install.py", line 339, in run requirement_set. File "/usr/local/lib/python2.7/site-packages/pip-6.0.7-py2.7.egg/pip/basecommand.py", line 232, in main status = self.
