Skip to content

Instantly share code, notes, and snippets.

@jitendravyas
Created April 19, 2015 08:25
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 jitendravyas/9b78aea96e917703e8c7 to your computer and use it in GitHub Desktop.
Save jitendravyas/9b78aea96e917703e8c7 to your computer and use it in GitHub Desktop.
installing hasjob on osx
~/o/hasjob git:master ❯❯❯ pip install -r requirements.txt
/Library/Python/2.7/site-packages/pip-6.1.1-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/ssl_.py:79: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
Collecting git+https://github.com/hasgeek/coaster (from -r requirements.txt (line 29))
Cloning https://github.com/hasgeek/coaster to /var/folders/gm/ym4zhb594zvd4yvbp5wdsyc40000gp/T/pip-FhUdWI-build
Collecting git+https://github.com/hasgeek/flask-lastuser (from -r requirements.txt (line 30))
Cloning https://github.com/hasgeek/flask-lastuser to /var/folders/gm/ym4zhb594zvd4yvbp5wdsyc40000gp/T/pip-w1lHmd-build
Collecting git+https://github.com/hasgeek/baseframe (from -r requirements.txt (line 31))
Cloning https://github.com/hasgeek/baseframe to /var/folders/gm/ym4zhb594zvd4yvbp5wdsyc40000gp/T/pip-DZ74AJ-build
Collecting git+https://github.com/jace/flask-alembic (from -r requirements.txt (line 32))
Cloning https://github.com/jace/flask-alembic to /var/folders/gm/ym4zhb594zvd4yvbp5wdsyc40000gp/T/pip-c8NSlv-build
Collecting Flask (from -r requirements.txt (line 1))
/Library/Python/2.7/site-packages/pip-6.1.1-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/ssl_.py:79: InsecurePlatformWarning: A true SSLContext object is not available. This prevents urllib3 from configuring SSL appropriately and may cause certain SSL connections to fail. For more information, see https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning.
InsecurePlatformWarning
Downloading Flask-0.10.1.tar.gz (544kB)
100% |████████████████████████████████| 544kB 361kB/s
Collecting Flask-SQLAlchemy (from -r requirements.txt (line 2))
Downloading Flask-SQLAlchemy-2.0.tar.gz (93kB)
100% |████████████████████████████████| 94kB 187kB/s
Collecting Flask-WTF (from -r requirements.txt (line 3))
Downloading Flask_WTF-0.11-py2.py3-none-any.whl
Collecting Flask-Mail (from -r requirements.txt (line 4))
Downloading Flask-Mail-0.9.1.tar.gz (45kB)
100% |████████████████████████████████| 49kB 227kB/s
Collecting Flask-Assets (from -r requirements.txt (line 5))
Downloading Flask-Assets-0.10.tar.gz
Collecting Flask-Uploads (from -r requirements.txt (line 6))
Downloading Flask-Uploads-0.1.3.tar.gz
Collecting Flask-RQ (from -r requirements.txt (line 7))
Downloading Flask-RQ-0.2.tar.gz
Collecting Flask-Testing (from -r requirements.txt (line 8))
Downloading Flask-Testing-0.4.2.tar.gz (40kB)
100% |████████████████████████████████| 45kB 233kB/s
Collecting Flask-Redis (from -r requirements.txt (line 9))
Downloading Flask_Redis-0.1.0-py2-none-any.whl
Collecting Pillow (from -r requirements.txt (line 10))
Downloading Pillow-2.8.1-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (2.8MB)
100% |████████████████████████████████| 2.8MB 142kB/s
Collecting SQLAlchemy (from -r requirements.txt (line 11))
Downloading SQLAlchemy-1.0.0.tar.gz (4.5MB)
100% |████████████████████████████████| 4.5MB 95kB/s
Requirement already satisfied (use --upgrade to upgrade): pytz in /System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python (from -r requirements.txt (line 12))
Collecting markdown (from -r requirements.txt (line 13))
Downloading Markdown-2.6.1.tar.gz (298kB)
100% |████████████████████████████████| 299kB 586kB/s
Collecting tweepy (from -r requirements.txt (line 14))
Downloading tweepy-3.3.0-py2.py3-none-any.whl
Collecting bitlyapi (from -r requirements.txt (line 15))
Downloading bitlyapi-0.1.1.tar.gz
Collecting coverage (from -r requirements.txt (line 16))
Downloading coverage-3.7.1.tar.gz (284kB)
100% |████████████████████████████████| 286kB 642kB/s
Collecting bleach (from -r requirements.txt (line 17))
Downloading bleach-1.4.1.tar.gz
Collecting ordereddict (from -r requirements.txt (line 18))
Downloading ordereddict-1.1.tar.gz
Collecting jsmin (from -r requirements.txt (line 19))
Downloading jsmin-2.1.1.tar.gz
Collecting psycopg2 (from -r requirements.txt (line 20))
Downloading psycopg2-2.6.tar.gz (367kB)
100% |████████████████████████████████| 368kB 394kB/s
Complete output from command python setup.py egg_info:
running egg_info
creating pip-egg-info/psycopg2.egg-info
writing pip-egg-info/psycopg2.egg-info/PKG-INFO
writing top-level names to pip-egg-info/psycopg2.egg-info/top_level.txt
writing dependency_links to pip-egg-info/psycopg2.egg-info/dependency_links.txt
writing manifest file 'pip-egg-info/psycopg2.egg-info/SOURCES.txt'
warning: manifest_maker: standard file '-c' not found
Error: pg_config executable not found.
Please add the directory containing pg_config to the PATH
or specify the full executable path with the option:
python setup.py build_ext --pg-config /path/to/pg_config build ...
or with the pg_config option in 'setup.cfg'.
----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/gm/ym4zhb594zvd4yvbp5wdsyc40000gp/T/pip-build-xhbf5a/psycopg2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment