pip安裝庫 國內的一些映象

2021-10-02 23:43:29 字數 416 閱讀 9276

pip命令直接安裝庫,出現錯誤 readtimeouterror: httpsconnectionpool(host='files.pythonhosted.org', port=443): read

解決辦法:

pip安裝庫——使用國內的一些映象

1、阿里雲           

2、中國科技大學

3、豆瓣(douban)

安裝flask相關包的命令

# flask_spyne

pip install -i flask_spyne

# flask_sqlalchemy

pip install -i flask_sqlalchemy

4、清華大學        

5、中國科學技術大學

pip安裝國內映象

清華 阿里雲 中國科技大學 華中理工大學 山東理工大學 豆瓣 note 新版ubuntu要求使用https源,要注意。例如 pip install i 包名 可以在使用pip的時候加引數 i 例如 pip install i pyspider,這樣就會從清華這邊的映象去安裝pyspider庫。lin...

PIP使用國內映象安裝各種庫

pip install i trusted host mirrors.aliyun.com r requirements.txt 這裡是用了阿里雲,當然可以指定其他的 pip install i trusted host mirrors.aliyun.com flask 新版ubuntu要求使用ht...

學習筆記 使用國內映象安裝pip庫

window pip install i gevent trusted host mirrors.aliyun.com 其中 pip install gevent 是基礎的安裝語法。i 是國內映象 trusted host mirrors.aliyun.com 是表示信任映象 清華 中國科技大學 阿...