Skip to content

Instantly share code, notes, and snippets.

@dckc
Created September 2, 2014 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dckc/cd568dd7635b5c01d926 to your computer and use it in GitHub Desktop.
Save dckc/cd568dd7635b5c01d926 to your computer and use it in GitHub Desktop.
local-install-puzzle
(he2418)dconnolly@bid-bse02:~/projects/heron_extract$ mkdir dl
(he2418)dconnolly@bid-bse02:~/projects/heron_extract$ pip install --allow-all-external --download dl -r requirements.txt
Downloading/unpacking https://bitbucket.org/DanC/blackknightcap/get/284d87390a26.zip (from -r requirements.txt (line 15))
Using download cache from /home/dconnolly/.local/cache/pip-download-cache/https%3A%2F%2Fbitbucket.org%2FDanC%2Fblackknightcap%2Fget%2F284d87390a26.zip
Saved ./dl/284d87390a26.zip
Running setup.py (path:/tmp/pip-8yQPIF-build/setup.py) egg_info for package from https://bitbucket.org/DanC/blackknightcap/get/284d87390a26.zip
Downloading/unpacking https://github.com/dckc/pyCap/archive/master.zip (from -r requirements.txt (line 29))
Using download cache from /home/dconnolly/.local/cache/pip-download-cache/https%3A%2F%2Fgithub.com%2Fdckc%2FpyCap%2Farchive%2Fmaster.zip
Saved ./dl/master.zip
Running setup.py (path:/tmp/pip-8CyXCc-build/setup.py) egg_info for package from https://github.com/dckc/pyCap/archive/master.zip
warning: no files found matching '*.py' under directory 'examples'
Downloading/unpacking argparse==1.2.1 (from -r requirements.txt (line 11))
Using download cache from /home/dconnolly/.local/cache/pip-download-cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fa%2Fargparse%2Fargparse-1.2.1.tar.gz
Saved ./dl/argparse-1.2.1.tar.gz
Running setup.py (path:/home/dconnolly/pyenv/he2418/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 beautifulsoup4==4.3.2 (from -r requirements.txt (line 12))
Using download cache from /home/dconnolly/.local/cache/pip-download-cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fb%2Fbeautifulsoup4%2Fbeautifulsoup4-4.3.2.tar.gz
Saved ./dl/beautifulsoup4-4.3.2.tar.gz
Running setup.py (path:/home/dconnolly/pyenv/he2418/build/beautifulsoup4/setup.py) egg_info for package beautifulsoup4
Downloading/unpacking mechanize==0.2.5 (from -r requirements.txt (line 18))
Using download cache from /home/dconnolly/.local/cache/pip-download-cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fm%2Fmechanize%2Fmechanize-0.2.5.tar.gz
Saved ./dl/mechanize-0.2.5.tar.gz
Running setup.py (path:/home/dconnolly/pyenv/he2418/build/mechanize/setup.py) egg_info for package mechanize
Downloading/unpacking Paste==1.7.5.1 (from -r requirements.txt (line 19))
Using download cache from /home/dconnolly/.local/cache/pip-download-cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FP%2FPaste%2FPaste-1.7.5.1.tar.gz
Saved ./dl/Paste-1.7.5.1.tar.gz
Running setup.py (path:/home/dconnolly/pyenv/he2418/build/Paste/setup.py) egg_info for package Paste
warning: no previously-included files matching '*' found under directory 'docs/_build/_sources'
Downloading/unpacking six==1.7.3 (from -r requirements.txt (line 20))
Using download cache from /home/dconnolly/.local/cache/pip-download-cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2F3.3%2Fs%2Fsix%2Fsix-1.7.3-py2.py3-none-any.whl
Saved ./dl/six-1.7.3-py2.py3-none-any.whl
Downloading/unpacking SQLAlchemy==0.9.7 (from -r requirements.txt (line 21))
Using download cache from /home/dconnolly/.local/cache/pip-download-cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FS%2FSQLAlchemy%2FSQLAlchemy-0.9.7.tar.gz
Saved ./dl/SQLAlchemy-0.9.7.tar.gz
Running setup.py (path:/home/dconnolly/pyenv/he2418/build/SQLAlchemy/setup.py) egg_info for package SQLAlchemy
warning: no files found matching '*.jpg' under directory 'doc'
warning: no files found matching 'distribute_setup.py'
warning: no files found matching 'sa2to3.py'
warning: no files found matching 'ez_setup.py'
no previously-included directories found matching 'doc/build/output'
Downloading/unpacking waitress==0.8.9 (from -r requirements.txt (line 22))
Using download cache from /home/dconnolly/.local/cache/pip-download-cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fw%2Fwaitress%2Fwaitress-0.8.9.tar.gz
Saved ./dl/waitress-0.8.9.tar.gz
Running setup.py (path:/home/dconnolly/pyenv/he2418/build/waitress/setup.py) egg_info for package waitress
Downloading/unpacking WebOb==1.4 (from -r requirements.txt (line 23))
Using download cache from /home/dconnolly/.local/cache/pip-download-cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FW%2FWebOb%2FWebOb-1.4.tar.gz
Saved ./dl/WebOb-1.4.tar.gz
Running setup.py (path:/home/dconnolly/pyenv/he2418/build/WebOb/setup.py) egg_info for package WebOb
no previously-included directories found matching '*.pyc'
no previously-included directories found matching '*.pyo'
Downloading/unpacking WebTest==2.0.15 (from -r requirements.txt (line 24))
Using download cache from /home/dconnolly/.local/cache/pip-download-cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FW%2FWebTest%2FWebTest-2.0.15.zip
Saved ./dl/WebTest-2.0.15.zip
Running setup.py (path:/home/dconnolly/pyenv/he2418/build/WebTest/setup.py) egg_info for package WebTest
no previously-included directories found matching 'docs/_build'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '__pycache__' found anywhere in distribution
Downloading/unpacking wsgiref==0.1.2 (from -r requirements.txt (line 25))
Using download cache from /home/dconnolly/.local/cache/pip-download-cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fw%2Fwsgiref%2Fwsgiref-0.1.2.zip
Saved ./dl/wsgiref-0.1.2.zip
Running setup.py (path:/home/dconnolly/pyenv/he2418/build/wsgiref/setup.py) egg_info for package wsgiref
Downloading/unpacking ordereddict (from -r requirements.txt (line 26))
Using download cache from /home/dconnolly/.local/cache/pip-download-cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fo%2Fordereddict%2Fordereddict-1.1.tar.gz
Saved ./dl/ordereddict-1.1.tar.gz
Running setup.py (path:/home/dconnolly/pyenv/he2418/build/ordereddict/setup.py) egg_info for package ordereddict
Downloading/unpacking argh (from -r requirements.txt (line 27))
Using download cache from /home/dconnolly/.local/cache/pip-download-cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fa%2Fargh%2Fargh-0.25.0.tar.gz
Saved ./dl/argh-0.25.0.tar.gz
Running setup.py (path:/home/dconnolly/pyenv/he2418/build/argh/setup.py) egg_info for package argh
Downloading/unpacking PyCap (from -r requirements.txt (line 31))
Using download cache from /home/dconnolly/.local/cache/pip-download-cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2F2.7%2FP%2FPyCap%2FPyCap-1.0-py2-none-any.whl
Saved ./dl/PyCap-1.0-py2-none-any.whl
Downloading/unpacking requests>=1.0.0 (from PyCap==1.0->-r requirements.txt (line 29))
Using download cache from /home/dconnolly/.local/cache/pip-download-cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2F2.7%2Fr%2Frequests%2Frequests-2.4.0-py2.py3-none-any.whl
Saved ./dl/requests-2.4.0-py2.py3-none-any.whl
Downloading/unpacking setuptools (from waitress==0.8.9->-r requirements.txt (line 22))
Using download cache from /home/dconnolly/.local/cache/pip-download-cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2F3.4%2Fs%2Fsetuptools%2Fsetuptools-5.7-py2.py3-none-any.whl
Saved ./dl/setuptools-5.7-py2.py3-none-any.whl
Downloading/unpacking certifi (from requests>=1.0.0->PyCap==1.0->-r requirements.txt (line 29))
Using download cache from /home/dconnolly/.local/cache/pip-download-cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fc%2Fcertifi%2Fcertifi-14.05.14.tar.gz
Saved ./dl/certifi-14.05.14.tar.gz
Running setup.py (path:/home/dconnolly/pyenv/he2418/build/certifi/setup.py) egg_info for package certifi
Successfully downloaded blacknightcap PyCap argparse beautifulsoup4 mechanize Paste six SQLAlchemy waitress WebOb WebTest wsgiref ordereddict argh PyCap requests setuptools certifi
Cleaning up...
# (c) 2012 University of Kansas Medical Center
# http://informatics.kumc.edu/
#
# Presuming the Oracle Instant Client is installed...
#
# Usage:
# ORACLE_HOME=/opt/oracle/... pip install -r requirements.txt
# Ref:
# https://pip.pypa.io/en/latest/user_guide.html#requirements-files
#
argparse==1.2.1
beautifulsoup4==4.3.2
# We use an RPM package to manage cx-Oracle
# cx-Oracle==5.1.3
https://bitbucket.org/DanC/blackknightcap/get/284d87390a26.zip
#--find-links https://bitbucket.org/DanC/blackknightcap/get/284d87390a26.zip#egg=blackknightcap
#blackknightcap
mechanize==0.2.5
Paste==1.7.5.1
six==1.7.3
SQLAlchemy==0.9.7
waitress==0.8.9
WebOb==1.4
WebTest==2.0.15
wsgiref==0.1.2
ordereddict
argh
# patched for eav rec_type
https://github.com/dckc/pyCap/archive/master.zip
--find-links https://github.com/dckc/pyCap/archive/master.zip#egg=PyCap
PyCap
# Usage:
# ORACLE_HOME=/opt/oracle/... pip install -r requirements.txt
# Ref:
# https://pip.pypa.io/en/latest/user_guide.html#requirements-files
#
argparse==1.2.1
beautifulsoup4==4.3.2
# We use an RPM package to manage cx-Oracle
# cx-Oracle==5.1.3
https://bitbucket.org/DanC/blackknightcap/get/284d87390a26.zip
--find-links https://bitbucket.org/DanC/blackknightcap/get/284d87390a26.zip#egg=blackknightcap
blackknightcap
mechanize==0.2.5
Paste==1.7.5.1
six==1.7.3
SQLAlchemy==0.9.7
waitress==0.8.9
WebOb==1.4
WebTest==2.0.15
wsgiref==0.1.2
ordereddict
argh
# patched for eav rec_type
https://github.com/dckc/pyCap/archive/master.zip
--find-links https://github.com/dckc/pyCap/archive/master.zip#egg=PyCap
PyCap
(he2418)dconnolly@bid-bse02:~/projects/heron_extract$ rm -rf dl(he2418)dconnolly@bid-bse02:~/projects/heron_extract$ mkdir dl
(he2418)dconnolly@bid-bse02:~/projects/heron_extract$ pip install --allow-all-external --download dl -r requirements.txt
Downloading/unpacking https://bitbucket.org/DanC/blackknightcap/get/284d87390a26.zip (from -r requirements.txt (line 15))
Using download cache from /home/dconnolly/.local/cache/pip-download-cache/https%3A%2F%2Fbitbucket.org%2FDanC%2Fblackknightcap%2Fget%2F284d87390a26.zip
Saved ./dl/284d87390a26.zip
Running setup.py (path:/tmp/pip-I6mike-build/setup.py) egg_info for package from https://bitbucket.org/DanC/blackknightcap/get/284d87390a26.zip
Downloading/unpacking https://github.com/dckc/pyCap/archive/master.zip (from -r requirements.txt (line 29))
Using download cache from /home/dconnolly/.local/cache/pip-download-cache/https%3A%2F%2Fgithub.com%2Fdckc%2FpyCap%2Farchive%2Fmaster.zip
Saved ./dl/master.zip
Running setup.py (path:/tmp/pip-jlbror-build/setup.py) egg_info for package from https://github.com/dckc/pyCap/archive/master.zip
warning: no files found matching '*.py' under directory 'examples'
Downloading/unpacking argparse==1.2.1 (from -r requirements.txt (line 11))
Using download cache from /home/dconnolly/.local/cache/pip-download-cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fa%2Fargparse%2Fargparse-1.2.1.tar.gz
Saved ./dl/argparse-1.2.1.tar.gz
Running setup.py (path:/home/dconnolly/pyenv/he2418/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 beautifulsoup4==4.3.2 (from -r requirements.txt (line 12))
Using download cache from /home/dconnolly/.local/cache/pip-download-cache/https%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fb%2Fbeautifulsoup4%2Fbeautifulsoup4-4.3.2.tar.gz
Saved ./dl/beautifulsoup4-4.3.2.tar.gz
Running setup.py (path:/home/dconnolly/pyenv/he2418/build/beautifulsoup4/setup.py) egg_info for package beautifulsoup4
Downloading/unpacking blackknightcap (from -r requirements.txt (line 17))
Could not find any downloads that satisfy the requirement blackknightcap (from -r requirements.txt (line 17))
Cleaning up...
No distributions at all found for blackknightcap (from -r requirements.txt (line 17))
Storing debug log for failure in /home/dconnolly/.pip/pip.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment