1. 程式人生 > >Python2.6下安裝pip

Python2.6下安裝pip

1 前言

pip 是一個Python包管理工具,主要是用於安裝 PyPI 上的軟體包,可以替代 easy_install 工具。

2 獲取pip

2.1 指令碼安裝pip

下載檔案:

wget https://bootstrap.pypa.io/get-pip.py

執行結果:

[[email protected] python_lib]# wget https://bootstrap.pypa.io/get-pip.py
--2017-11-10 22:43:23--  https://bootstrap.pypa.io/get-pip.py
正在解析主機 bootstrap.pypa.io... 151.101.72.175
正在連線 bootstrap.pypa.io|151.101.72.175|:443... 已連線。
錯誤: 證書通用名 “*.c.ssl.fastly.net” 與所要求的主機名 “bootstrap.pypa.io” 不符。
要以不安全的方式連線至 bootstrap.pypa.io,使用‘--no-check-certificate’。

下載失敗,提示使用‘--no-check-certificate’
wget https://bootstrap.pypa.io/get-pip.py --no-check-certificate
......
......

下載成功了,開始安裝
[[email protected] python_lib]# python get-pip.py 

DEPRECATION: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of pip will drop support for Python 2.6
Collecting pip
/tmp/tmpmjaBRb/pip.zip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.
/tmp/tmpmjaBRb/pip.zip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB)
    100% |████████████████████████████████| 1.3MB 25kB/s 
Collecting wheel
  Downloading wheel-0.30.0-py2.py3-none-any.whl (49kB)
    100% |████████████████████████████████| 51kB 25kB/s 
Installing collected packages: pip, wheel
Successfully installed pip-9.0.1 wheel-0.30.0
/tmp/tmpmjaBRb/pip.zip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.

安裝成功。

[[email protected] python_lib]# python get-pip.py

DEPRECATION: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of pip will drop support for Python 2.6
Collecting pip
/tmp/tmpmjaBRb/pip.zip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:318: SNIMissingWarning: An HTTPS request has been made, but the SNI (Subject Name Indication) extension to TLS is not available on this platform. This may cause the server to present an incorrect TLS certificate, which can cause validation failures. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#snimissingwarning.
/tmp/tmpmjaBRb/pip.zip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.
  Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB)
    100% |████████████████████████████████| 1.3MB 25kB/s
Collecting wheel
  Downloading wheel-0.30.0-py2.py3-none-any.whl (49kB)
    100% |████████████████████████████████| 51kB 25kB/s
Installing collected packages: pip, wheel
Successfully installed pip-9.0.1 wheel-0.30.0
/tmp/tmpmjaBRb/pip.zip/pip/_vendor/requests/packages/urllib3/util/ssl_.py:122: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. You can upgrade to a newer version of Python to solve this. For more information, see https://urllib3.readthedocs.io/en/latest/security.html#insecureplatformwarning.

2.2 檢查安裝結果

[[email protected] python_lib]# pip -version

Usage:   
  pip <command> [options]

no such option: -e
[[email protected] python_lib]# 

執行 pip -version 如果出現了上面的提示,證明安裝成功,這裡雖然看起來是是安裝成功了,但是上面有一個很重要的提示:


DEPRECATION: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of pip will drop support for Python 2.6
翻譯之後就是:
Python核心團隊不再支援Python 2.6,請升級您的Python。 未來版本的pip將會放棄對Python 2.6的支援,看來這個安裝其實是不能用的,因為目前用的是python2.6.6,所以接下來是把python升級到2.7

相關推薦

Python2.6安裝pip

1 前言 pip 是一個Python包管理工具,主要是用於安裝 PyPI 上的軟體包,可以替代 easy_install 工具。 2 獲取pip 2.1 指令碼安裝pip 下載檔案: wget https://bootstrap.pypa.io/get-pip.py 執行結

windows python2.7 安裝 pip

1、首先確認安裝好python檔案,並配置好環境變數 隨處開啟終端,輸入python ,可以執行,則說明ok,如下: 2、安裝easy_install工具 在終端輸入: python ez

Windows 安裝 pipPython2.7)

在Windows下,我先安裝了Python3.6,使用 Python3.6 和 pip 均沒有問題。由於工作需要,後來又安裝了Python2.7,但是安裝後發現...\Python2.7資料夾下沒有\Scripts資料夾,也就無法使用諸如 pip 之類的工具。 本文

CentOS6.8升級Python2.6Python2.7並安裝pip

貌似CentOS 6.X系統預設安裝的Python都是2.6版本的?平時使用以及很多的庫都是要求用到2.7版本或以上,所以新系統要做的第一件事必不可少就是升級Python啦!在這裡做個簡單的升級操作記錄 :)升級Python系統預設安裝的Python是2.6.6的,我們需要升

Linux安裝pip

ons cal named nts md5 https alt source module 1、先說一下什麽是pippip 是“A tool for installing and managing Python packages.”,也就是說pip是python的軟件安裝工

mac 安裝pip

homebrew targe orm searching number ati str 管理 erro pip是常用的Python包管理工具,類似於Java的maven。用python的同學,都離不開pip。 在新mac中想用home-brew安裝pip時,遇到了一些小問題

windows安裝pip

.com alt es2017 sta blog python ges min setup.py windows下,想要通過pip自動安裝一些python庫,就必須先安裝正確版本的pip。安裝pip前必須安裝easy_install,別問我為什麽,因為這樣可以很方便(支持p

Windows Python 3.6 安裝 TensorFlow (屢敗屢戰)

plot global install sim can 版本 結果 codec error: 事情是這樣的,好不容易找到了【含代碼而不止代碼】的教程:  (知乎回答)  但是我用的是windows,還是win7,怎麽辦?有代碼就好說,代碼裏不是有“from keras……”

centos安裝pip時失敗

release linux epel擴展源 解決 package tps www. post 社區 No package pip available.Error: Nothing to do 解決方法:需要先安裝擴展源EPEL。EPEL(http://fedoraproje

CentOS7安裝pip和pip3

usr -s local OS 檢查 命令 直接 安裝 inux 1、首先檢查linux有沒有安裝python-pip包,直接執行 yum install python-pip 2、沒有python-pip包就執行命令 yum -y install epel-release

centos自帶python2.6無法使用pip命令

yum安裝軟件 info entos 圖片 yum 執行 軟件 pytho ins 1.首先檢查linux有沒有安裝python-pip包,直接執行 yum install python-pip,或者 which pip 我的已經安裝了 2.沒有可用軟件包 pytho

ubantu安裝pip,python,pycharm,numpy,scipy,matplotlibm,pandas 以及sklearn

root orm jetbrains das current direct bee lan ase ubuntu 安裝 pip 及 pip 常用命令: https://blog.csdn.net/danielpei1222/article/details/62969815

windows7安裝pip(python3)

轉載:https://blog.csdn.net/JimGordonXu/article/details/78696374 1.下載get-pip.py檔案: 訪問https://bootstrap.pypa.io/get-pip.py。如果出現對話方塊,請選擇儲存檔案;如果get-pip.

python3.6安裝wingIDE破解方法

1.wingIDE的下載: 在電腦配置好的python環境情況下,去官網下載wingIDE6,按照一般方式安裝好。安裝好它會自動提示你是否啟用,你點選啟用。然後到下一步。 2.指令碼的製作: 1 import string 2 import random 3 import hashlib

PHP 7.0 5.6 安裝 phpLDAPadmin 發生錯誤的修正方法

在稍具規模的網路環境中, 網管時常選用 LDAP 來進行帳號的統整管理, 一方面提供管理便利度, 另一方面使用者也不必因為不同系統而記憶不同帳號, phpLDAPadmin 是一套常見的 LDAP 管理介面, 但 phpLDAPadmin 已經很久沒有更新了, 若想要安裝在 PHP 5.6 以上, 甚至是最新

Python3.6安裝tensorflow,提示ImportError:沒有名為'_pywrap_tensorflow_internal'的模組

python3.6下,使用pip 安裝tensorflow。 1. pip search tensorflow,查詢tensorflow的相應模組。 2. pip install tensorflow,自動安裝tensorflow 3. 裝好之後,cmd輸入python,

Windows作業系統安裝pip and 安裝pygame

1.在Windows系統中檢查是否安裝了pip 開啟一個終端埠,並執行如下命令(檢視自己的電腦是否存在pip): 第一種方法: C:\Users\admin>python -m pip --version pip 18.1 from C:\Users\admin\

CentOS 6安裝配置JDK+Tomcat環境

1.安裝OpenJDK 注意,安裝OpenJDK簡單迅速,只需一條命令,且無需配置環境變數 ①檢視是否已經安裝了JDK java -version rpm -qa |grep java rpm -qa |grep jdk ②若有如何解除安裝 解除安裝JDK相關檔案輸入:

python2 和 python3 安裝pip區分

首先安裝python3和python2 在一個系統只需要更改安裝路徑中的檔案 找到安裝目錄將安裝目錄下的python.exe  pythonw更改為python2.exe pythonw2 即可 設定好之後安裝pip 1.python2 安裝 python2 -m pi

Linux 安裝pip

使用指令碼安裝和升級pip 要安裝或升級pip,需要下載 get-pip.py. 地址:https://bootstrap.pypa.io/get-pip.py 然後執行以下命令 (需要管理員許可權): $ wget https://bootstrap.pypa.io/get-pip.py $