Advertisement
kellykamay

Untitled

Jan 22nd, 2014
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.26 KB | None | 0 0
  1. (djangoko1.4)[kelly@localhost iglike]$ pip install -r requirements.txt
  2. Requirement already satisfied (use --upgrade to upgrade): django==1.4 in /home/kelly/djangoko1.4/lib/python2.7/site-packages (from -r requirements.txt (line 1))
  3. Downloading/unpacking MySQL-python (from -r requirements.txt (line 2))
  4.   Downloading MySQL-python-1.2.5.zip (108kB): 108kB downloaded
  5.   Running setup.py egg_info for package MySQL-python
  6.    
  7. Downloading/unpacking django-admin-tools (from -r requirements.txt (line 3))
  8.   You are installing an externally hosted file. Future versions of pip will default to disallowing externally hosted files.
  9.   You are installing a potentially insecure and unverifiable file. Future versions of pip will default to disallowing insecure files.
  10.   Error <urlopen error [Errno -2] Name or service not known> while getting http://bitbucket.org/izi/django-admin-tools/downloads/django-admin-tools-0.5.1.tar.gz (from https://pypi.python.org/simple/django-admin-tools/)
  11. Cleaning up...
  12. Exception:
  13. Traceback (most recent call last):
  14.   File "/home/kelly/djangoko1.4/lib/python2.7/site-packages/pip/basecommand.py", line 134, in main
  15.     status = self.run(options, args)
  16.   File "/home/kelly/djangoko1.4/lib/python2.7/site-packages/pip/commands/install.py", line 236, in run
  17.     requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  18.   File "/home/kelly/djangoko1.4/lib/python2.7/site-packages/pip/req.py", line 1092, in prepare_files
  19.     self.unpack_url(url, location, self.is_download)
  20.   File "/home/kelly/djangoko1.4/lib/python2.7/site-packages/pip/req.py", line 1238, in unpack_url
  21.     retval = unpack_http_url(link, location, self.download_cache, self.download_dir)
  22.   File "/home/kelly/djangoko1.4/lib/python2.7/site-packages/pip/download.py", line 602, in unpack_http_url
  23.     resp = _get_response_from_url(target_url, link)
  24.   File "/home/kelly/djangoko1.4/lib/python2.7/site-packages/pip/download.py", line 638, in _get_response_from_url
  25.     resp = urlopen(target_url)
  26.   File "/home/kelly/djangoko1.4/lib/python2.7/site-packages/pip/download.py", line 176, in __call__
  27.     response = self.get_opener(scheme=scheme).open(url)
  28.   File "/usr/lib64/python2.7/urllib2.py", line 410, in open
  29.     response = meth(req, response)
  30.   File "/usr/lib64/python2.7/urllib2.py", line 523, in http_response
  31.     'http', request, response, code, msg, hdrs)
  32.   File "/usr/lib64/python2.7/urllib2.py", line 442, in error
  33.     result = self._call_chain(*args)
  34.   File "/usr/lib64/python2.7/urllib2.py", line 382, in _call_chain
  35.     result = func(*args)
  36.   File "/usr/lib64/python2.7/urllib2.py", line 629, in http_error_302
  37.     return self.parent.open(new, timeout=req.timeout)
  38.   File "/usr/lib64/python2.7/urllib2.py", line 404, in open
  39.     response = self._open(req, data)
  40.   File "/usr/lib64/python2.7/urllib2.py", line 422, in _open
  41.     '_open', req)
  42.   File "/usr/lib64/python2.7/urllib2.py", line 382, in _call_chain
  43.     result = func(*args)
  44.   File "/usr/lib64/python2.7/urllib2.py", line 1224, in https_open
  45.     return self.do_open(httplib.HTTPSConnection, req)
  46.   File "/usr/lib64/python2.7/urllib2.py", line 1186, in do_open
  47.     raise URLError(err)
  48. URLError: <urlopen error [Errno -2] Name or service not known>
  49.  
  50. Storing complete log in /home/kelly/.pip/pip.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement