- 积分
- 4
- 威望
-
- 金钱
-
- 注册时间
- 2016-12-4
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|

楼主 |
发表于 2017-6-27 22:49:05
|
显示全部楼层
使用lnmp ssl add选择Letsencrypt方式,然后报如下pip 版本低的错误:
You are using pip version 8.0.3, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
=====================================================
Certbot has problem setting up the virtual environment.
Based on your pip output, the problem can likely be fixed by
increasing the available memory.
Consult https://certbot.eff.org/docs/install.html#problems-with-python-virtual-environment
for possible solutions.
You may also find some support resources at https://certbot.eff.org/support/ .
Let's Encrypt SSL Certificate create failed!
之后按照里面写的运行
pip install --upgrade pip
升级好后,使用 pip -V查看信息如下:
pip 9.0.1 from /usr/lib/python2.7/site-packages (python 2.7)
但是一重新运行lnmp ssl add就又爆开始时的版本低的错误了。。
之后按网上一个说运行 python -m pip install --upgrade pip 试下,结果爆出另一个错误:
Requirement already up-to-date: pip in /usr/lib/python2.7/site-packages
 |
|