- 积分
- 24
- 威望
-
- 金钱
-
- 注册时间
- 2014-1-23
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
- Creating virtual environment...
- Installing Python packages...
- Traceback (most recent call last):
- File "/tmp/tmp.yKVXVBQBnR/pipstrap.py", line 165, in
- exit(main())
- File "/tmp/tmp.yKVXVBQBnR/pipstrap.py", line 146, in main
- for url, digest in PACKAGES]
- File "/tmp/tmp.yKVXVBQBnR/pipstrap.py", line 121, in hashed_download
- response = opener().open(url)
- File "/usr/lib/python2.6/urllib2.py", line 397, in open
- response = meth(req, response)
- File "/usr/lib/python2.6/urllib2.py", line 510, in http_response
- 'http', request, response, code, msg, hdrs)
- File "/usr/lib/python2.6/urllib2.py", line 429, in error
- result = self._call_chain(*args)
- File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain
- result = func(*args)
- File "/usr/lib/python2.6/urllib2.py", line 616, in http_error_302
- return self.parent.open(new, timeout=req.timeout)
- File "/usr/lib/python2.6/urllib2.py", line 397, in open
- response = meth(req, response)
- File "/usr/lib/python2.6/urllib2.py", line 510, in http_response
- 'http', request, response, code, msg, hdrs)
- File "/usr/lib/python2.6/urllib2.py", line 435, in error
- return self._call_chain(*args)
- File "/usr/lib/python2.6/urllib2.py", line 369, in _call_chain
- result = func(*args)
- File "/usr/lib/python2.6/urllib2.py", line 518, in http_error_default
- raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
- urllib2.HTTPError: HTTP Error 403: Forbidden
- Let's Encrypt SSL Certificate create failed!
复制代码 |
|