pip 安装豆瓣云和超时

豆瓣云

```
pip install python-ldap -i https://pypi.doubanio.com/simple/ --trusted-host pypi.doubanio.com
```

超时

```
pip --default-timeout=100 install -U python-ldap
```

\#[2]更换镜像节点

```
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple python-ldap
```

指定版本安装

```

pip install 软件名==版本号

```

pip install django==1.11 -i https://pypi.doubanio.com/simple/ --trusted-host pypi.doubanio.com

相关文章:

  • 2021-08-12
  • 2022-01-17
  • 2022-01-13
  • 2022-12-23
  • 2022-12-23
  • 2021-10-20
  • 2022-12-23
  • 2021-10-18
猜你喜欢
  • 2022-12-23
  • 2021-06-30
  • 2022-12-23
  • 2021-05-18
  • 2021-12-10
  • 2022-12-23
  • 2021-09-22
相关资源
相似解决方案