目录

requirement

Read timed out.

安装速度慢,清华园

永久清华园

PIL

cv2  -  openvc

pypinyin


requirement

conda install --yes --file requirements.txt

pip3 install -r requirements.txt 

Read timed out.

pip --default-timeout=100 install -U Pillow

安装速度慢,清华园

pip install torch===1.7.1 -i https://pypi.tuna.tsinghua.edu.cn/simple

pip3 install imblearn -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn pymysql

永久清华园

cd ~ 
mkdir .pip
cd .pip
vim pip.conf
--------------------------
[global]
index-url=https://pypi.tuna.tsinghua.edu.cn/simple
trusted-host = pypi.tuna.tsinghua.edu.cn
--------------------------

把中间这个复制进去 然后esc :wq保存

PIL

Python——第三方模块PIL安装失败_爱吃番茄的西红柿的博客-CSDN博客

pip install Pillow

cv2  -  openvc

pip install opencv-python

pypinyin

ERROR: Cannot unpack file /tmp/pip-unpack-s9bq00nv/simple.html (downloaded from /tmp/pip-req-build-8cec5uyz, content-type: text/html); cannot detect archive format
ERROR: Cannot determine archive format of /tmp/pip-req-build-8cec5uyz

使用命令:pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn pypinyin

 需要用pip3

secrets

pip3 install python-secrets -i https://pypi.tuna.tsinghua.edu.cn/simple

pip3 install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn matplotlib

Logo

汇聚全球AI编程工具,助力开发者即刻编程。

更多推荐