91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

如何離線安裝python的requests庫

發布時間:2022-02-10 09:18:43 來源:億速云 閱讀:576 作者:小新 欄目:開發技術

這篇文章給大家分享的是有關如何離線安裝python的requests庫的內容。小編覺得挺實用的,因此分享給大家做個參考,一起跟隨小編過來看看吧。

1、下載安裝包

1.1 檢查requests模塊所需依賴包

在可以上網且已經安裝python的機器上檢查requests模塊需要哪些依賴包,如果這些依賴包未安裝,直接安裝requests也不能使用。

使用命令:

pip show requests

如何離線安裝python的requests庫

 發現需要chardet,idna,urllib3,certifi

檢查這幾個包是否已安裝,如果未安裝,則也需要手工安裝。

1.2 下載requests所需依賴包

在網站 https://www.lfd.uci.edu/~gohlke/pythonlibs 上找到相應的程序,下載并傳輸至目標機器。

如何離線安裝python的requests庫

1.3 下載requests包

從github下載requests源碼包并傳輸至目標機器。

https://github.com/kennethreitz/requests

如何離線安裝python的requests庫

將requests-master.zip解壓到python的安裝目錄中

如何離線安裝python的requests庫

2、安裝

2.1 安裝requests所需依賴包

安裝命令為

 pip install xx.whl

下圖中最后一個是正常安裝成功,前面三個有報錯信息,目前暫時忽略,因為經過驗證沒有影響requests安裝。

D:\python-lib>pip install urllib3-1.26.8-py2.py3-none-any.whl
Processing d:\python-lib\urllib3-1.26.8-py2.py3-none-any.whl
Installing collected packages: urllib3
ERROR: After October 2020 you may experience errors when installing or updating packages. 
This is because pip will change the way that it resolves dependency conflicts.
 
We recommend you use --use-feature=2020-resolver to test your packages with the
new resolver before it becomes the default.
 
requests 2.25.1 requires certifi>=2017.4.17, which is not installed.
requests 2.25.1 requires chardet<5,>=3.0.2, which is not installed.
requests 2.25.1 requires idna<3,>=2.5, which is not installed.
Successfully installed urllib3-1.26.8
 
D:\python-lib>pip install chardet-4.0.0-py3-none-any.whl
Processing d:\python-lib\chardet-4.0.0-py3-none-any.whl
Installing collected packages: chardet
ERROR: After October 2020 you may experience errors when installing or updating
packages. This is because pip will change the way that it resolves dependency co
nflicts.
 
We recommend you use --use-feature=2020-resolver to test your packages with the
new resolver before it becomes the default.
 
requests 2.25.1 requires certifi>=2017.4.17, which is not installed.
requests 2.25.1 requires idna<3,>=2.5, which is not installed.
Successfully installed chardet-4.0.0
 
D:\python-lib>pip install certifi-2019.11.28-py2.py3-none-any.whl
Processing d:\python-lib\certifi-2019.11.28-py2.py3-none-any.whl
Installing collected packages: certifi
ERROR: After October 2020 you may experience errors when installing or updating
packages. This is because pip will change the way that it resolves dependency co
nflicts.
 
We recommend you use --use-feature=2020-resolver to test your packages with the
new resolver before it becomes the default.
 
requests 2.25.1 requires idna<3,>=2.5, which is not installed.
Successfully installed certifi-2019.11.28
 
D:\python-lib>pip install idna-2.8-py2.py3-none-any.whl
Processing d:\python-lib\idna-2.8-py2.py3-none-any.whl
Installing collected packages: idna
Successfully installed idna-2.8
 
D:\python-lib>

2.2 安裝requests

在解壓好的equests-master目錄下打開cmd(或者cmd中切換目錄至該路徑)

如何離線安裝python的requests庫

 輸入命令開始安裝

python setup.py install

3、檢查是否安裝成功

在python中使用import requests查看

感謝各位的閱讀!關于“如何離線安裝python的requests庫”這篇文章就分享到這里了,希望以上內容可以對大家有一定的幫助,讓大家可以學到更多知識,如果覺得文章不錯,可以把它分享出去讓更多的人看到吧!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

绵竹市| 临猗县| 宣恩县| 二连浩特市| 兴宁市| 象州县| 吉安县| 上高县| 大丰市| 焉耆| 县级市| 永宁县| 邵阳市| 当涂县| 岐山县| 武宁县| 岫岩| 邹平县| 丽江市| 罗源县| 凯里市| 瓦房店市| 涟源市| 三穗县| 华坪县| 镇原县| 夏津县| 镶黄旗| 朔州市| 柘荣县| 万安县| 宁武县| 洛川县| 祁阳县| 大余县| 扎兰屯市| 景东| 兰州市| 博客| 贵州省| 滨海县|