Ubuntu Pastebin

Paste from ubuntu at Mon, 30 Nov 2015 18:43:40 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
------------------------------------------------------------
/home/ubuntu/trunk/.tox/py34/bin/pip run on Mon Nov 30 18:43:33 2015
Downloading/unpacking nose
  Getting page https://pypi.python.org/simple/nose/
  Could not fetch URL https://pypi.python.org/simple/nose/: connection error: hostname 'squid.internal' doesn't match either of 'www.python.org', 'python.org', 'pypi.python.org', 'docs.python.org', 'testpypi.python.org', 'bugs.python.org', 'wiki.python.org', 'hg.python.org', 'mail.python.org', 'packaging.python.org', 'pythonhosted.org', 'www.pythonhosted.org', 'test.pythonhosted.org', 'us.pycon.org', 'id.python.org'
  Will skip URL https://pypi.python.org/simple/nose/ when looking for download links for nose
  Getting page https://pypi.python.org/simple/
  Could not fetch URL https://pypi.python.org/simple/: connection error: hostname 'squid.internal' doesn't match either of 'www.python.org', 'python.org', 'pypi.python.org', 'docs.python.org', 'testpypi.python.org', 'bugs.python.org', 'wiki.python.org', 'hg.python.org', 'mail.python.org', 'packaging.python.org', 'pythonhosted.org', 'www.pythonhosted.org', 'test.pythonhosted.org', 'us.pycon.org', 'id.python.org'
  Will skip URL https://pypi.python.org/simple/ when looking for download links for nose
  Cannot fetch index base URL https://pypi.python.org/simple/
  URLs to search for versions for nose:
  * https://pypi.python.org/simple/nose/
  Getting page https://pypi.python.org/simple/nose/
  Could not fetch URL https://pypi.python.org/simple/nose/: connection error: hostname 'squid.internal' doesn't match either of 'www.python.org', 'python.org', 'pypi.python.org', 'docs.python.org', 'testpypi.python.org', 'bugs.python.org', 'wiki.python.org', 'hg.python.org', 'mail.python.org', 'packaging.python.org', 'pythonhosted.org', 'www.pythonhosted.org', 'test.pythonhosted.org', 'us.pycon.org', 'id.python.org'
  Will skip URL https://pypi.python.org/simple/nose/ when looking for download links for nose
  Could not find any downloads that satisfy the requirement nose
Cleaning up...
  Removing temporary dir /home/ubuntu/trunk/.tox/py34/build...
No distributions at all found for nose
Exception information:
Traceback (most recent call last):
  File "/home/ubuntu/trunk/.tox/py34/lib/python3.4/site-packages/pip/basecommand.py", line 122, in main
    status = self.run(options, args)
  File "/home/ubuntu/trunk/.tox/py34/lib/python3.4/site-packages/pip/commands/install.py", line 278, in run
    requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  File "/home/ubuntu/trunk/.tox/py34/lib/python3.4/site-packages/pip/req.py", line 1177, in prepare_files
    url = finder.find_requirement(req_to_install, upgrade=self.upgrade)
  File "/home/ubuntu/trunk/.tox/py34/lib/python3.4/site-packages/pip/index.py", line 277, in find_requirement
    raise DistributionNotFound('No distributions at all found for %s' % req)
pip.exceptions.DistributionNotFound: No distributions at all found for nose
Download as text