Skip to content

Instantly share code, notes, and snippets.

@carols10cents
Created November 15, 2014 17:20
Show Gist options
  • Select an option

  • Save carols10cents/92f5953b3c18cff8b84f to your computer and use it in GitHub Desktop.

Select an option

Save carols10cents/92f5953b3c18cff8b84f to your computer and use it in GitHub Desktop.
output of pip install -r requirements.txt
$ pip install -r requirements.txt
Downloading/unpacking git+git://github.com/hansjorg/travis-python-client.git (from -r requirements.txt (line 21))
Cloning git://github.com/hansjorg/travis-python-client.git to /var/folders/6k/16k80dds0ddd6mhvs5zryh3r0000gn/T/pip-IPDbrD-build
Running setup.py (path:/var/folders/6k/16k80dds0ddd6mhvs5zryh3r0000gn/T/pip-IPDbrD-build/setup.py) egg_info for package from git+git://github.com/hansjorg/travis-python-client.git
Downloading/unpacking Django==1.5.4 (from -r requirements.txt (line 1))
Downloading Django-1.5.4.tar.gz (8.1MB): 8.1MB downloaded
Running setup.py (path:/Users/carolnichols/Python/rust-ci/env/build/Django/setup.py) egg_info for package Django
warning: no previously-included files matching '__pycache__' found under directory '*'
warning: no previously-included files matching '*.py[co]' found under directory '*'
Downloading/unpacking argparse==1.2.1 (from -r requirements.txt (line 2))
Downloading argparse-1.2.1.tar.gz (69kB): 69kB downloaded
Running setup.py (path:/Users/carolnichols/Python/rust-ci/env/build/argparse/setup.py) egg_info for package argparse
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.orig' found anywhere in distribution
warning: no previously-included files matching '*.rej' found anywhere in distribution
no previously-included directories found matching 'doc/_build'
no previously-included directories found matching 'env24'
no previously-included directories found matching 'env25'
no previously-included directories found matching 'env26'
no previously-included directories found matching 'env27'
Downloading/unpacking boto==2.23.0 (from -r requirements.txt (line 3))
Downloading boto-2.23.0-py2.py3-none-any.whl (1.1MB): 1.1MB downloaded
Downloading/unpacking httplib2==0.8 (from -r requirements.txt (line 4))
Downloading httplib2-0.8.tar.gz (110kB): 110kB downloaded
Running setup.py (path:/Users/carolnichols/Python/rust-ci/env/build/httplib2/setup.py) egg_info for package httplib2
Downloading/unpacking keyring==3.0.5 (from -r requirements.txt (line 5))
Downloading keyring-3.0.5.zip (84kB): 84kB downloaded
Running setup.py (path:/Users/carolnichols/Python/rust-ci/env/build/keyring/setup.py) egg_info for package keyring
warning: no previously-included files found matching '.hg/last-message.txt'
Downloading/unpacking launchpadlib==1.10.2 (from -r requirements.txt (line 6))
Could not find a version that satisfies the requirement launchpadlib==1.10.2 (from -r requirements.txt (line 6)) (from versions: 1.0.1, 1.0.2, 1.0, 1.6.0)
Some externally hosted files were ignored (use --allow-external to allow).
Cleaning up...
No distributions matching the version for launchpadlib==1.10.2 (from -r requirements.txt (line 6))
Storing debug log for failure in /Users/carolnichols/.pip/pip.log
(env)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment