Closed ahanson closed 11 years ago
Install python-dev?
On Mon, Jun 3, 2013 at 1:50 PM, Alex Hanson notifications@github.comwrote:
Output of mkvirtualenv tarbell:
New python executable in tarbell/bin/python Installing distribute........................................................................................................................ .....................................................................done. Installing pip...............done.
Output of pip install -r requirements.txt:
Downloading/unpacking BeautifulSoup==3.2.1 (from -r requirements.txt (line 1)) Downloading BeautifulSoup-3.2.1.tar.gz Running setup.py egg_info for package BeautifulSoup
Downloading/unpacking Fabric==1.5.1 (from -r requirements.txt (line 2)) Running setup.py egg_info for package Fabric
warning: no previously-included files matching '*' found under directory 'docs/_build' warning: no previously-included files matching '*.pyc' found under directory 'tests' warning: no previously-included files matching '*.pyo' found under directory 'tests'
Downloading/unpacking Flask==0.9 (from -r requirements.txt (line 3)) Running setup.py egg_info for package Flask
warning: no files found matching '*' under directory 'tests' warning: no previously-included files matching '*.pyc' found under directory 'docs' warning: no previously-included files matching '*.pyo' found under directory 'docs' warning: no previously-included files matching '*.pyc' found under directory 'tests' warning: no previously-included files matching '*.pyo' found under directory 'tests' warning: no previously-included files matching '*.pyc' found under directory 'examples' warning: no previously-included files matching '*.pyo' found under directory 'examples' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'docs/_themes/.git'
Downloading/unpacking Jinja2==2.6 (from -r requirements.txt (line 4)) Running setup.py egg_info for package Jinja2
warning: no previously-included files matching '*' found under directory 'docs/_build' warning: no previously-included files matching '*.pyc' found under directory 'jinja2' warning: no previously-included files matching '*.pyc' found under directory 'docs' warning: no previously-included files matching '*.pyo' found under directory 'jinja2' warning: no previously-included files matching '*.pyo' found under directory 'docs'
Downloading/unpacking Markdown==2.3.1 (from -r requirements.txt (line 5)) Running setup.py egg_info for package Markdown
Downloading/unpacking Werkzeug==0.8.3 (from -r requirements.txt (line 6)) Running setup.py egg_info for package Werkzeug
warning: no files found matching '*' under directory 'werkzeug/debug/templates' warning: no files found matching '*' under directory 'tests' warning: no previously-included files matching '*.pyc' found under directory 'docs' warning: no previously-included files matching '*.pyo' found under directory 'docs' warning: no previously-included files matching '*.pyc' found under directory 'tests' warning: no previously-included files matching '*.pyo' found under directory 'tests' warning: no previously-included files matching '*.pyc' fpip install -r requirements.txtound under directory 'examples' warning: no previously-included files matching '*.pyo' found under directory 'examples' no previously-included directories found matching 'docs/_build'
Requirement already satisfied (use --upgrade to upgrade): argparse==1.2.1 in /usr/lib/python2.7 (from -r requirements.txt (line 7)) Downloading/unpacking boto==2.6.0 (from -r requirements.txt (line 8)) Running setup.py egg_info for package boto
warning: no files found matching 'boto/mturk/test/*.doctest' warning: no files found matching 'boto/mturk/test/.gitignore'
Downloading/unpacking gdata==2.0.17 (from -r requirements.txt (line 9)) Running setup.py egg_info for package gdata
Downloading/unpacking google-api-python-client==1.1 (from -r requirements.txt (line 10)) Running setup.py egg_info for package google-api-python-client
warning: no files found matching '*.json' under directory 'apiclient'
Downloading/unpacking httplib2==0.8 (from -r requirements.txt (line 11)) Running setup.py egg_info for package httplib2
Downloading/unpacking keyring==1.2 (from -r requirements.txt (line 12)) Running setup.py egg_info for package keyring zip_safe flag not set; analyzing archive contents...
Installed /tmp/easy_install-rr4gbq/pytest-runner-2.0/hgtools-3.0.2-py2.7.egg Installed /home/alexh67/.virtualenvs/tarbell/build/keyring/pytest_runner-2.0-py2.7.egg warning: no previously-included files found matching '.hg/last-message.txt'
Downloading/unpacking ordereddict==1.1 (from -r requirements.txt (line 13)) Downloading ordereddict-1.1.tar.gz Running setup.py egg_info for package ordereddict
Downloading/unpacking paramiko==1.9.0 (from -r requirements.txt (line 14)) Running setup.py egg_info for package paramiko
Downloading/unpacking pycrypto==2.6 (from -r requirements.txt (line 15)) Running setup.py egg_info forNew python executable in tarbell/bin/python Installing distribute.............................................................................................................................................................................................done. Installing pip...............done. package pycrypto
Downloading/unpacking python-dateutil==2.1 (from -r requirements.txt (line 16)) Running setup.py egg_info for package python-dateutil
Downloading/unpacking python-gflags==2.0 (from -r requirements.txt (line 17)) Running setup.py egg_info for package python-gflags
Obtaining requests from git+git://github.com/newsapps/requests.git@f325b77e51e0c4db94d1f33ec54fa536c49d9bcd#egg=requests-dev (from -r requirements.txt (line 18)) Cloning git://github.com/newsapps/requests.git (to f325b77e51e0c4db94d1f33ec54fa536c49d9bcd) to /home/alexh67/.virtualenvs/tarbell/src/requests Could not find a tag or branch 'f325b77e51e0c4db94d1f33ec54fa536c49d9bcd', assuming commit. Running setup.py egg_info for package requests
Downloading/unpacking scrubber==1.6.1 (from -r requirements.txt (line 19)) Downloading scrubber-1.6.1.tar.gz Running setup.py egg_info for package scrubber
Downloading/unpacking six==1.3.0 (from -r requirements.txt (line 20)) Downloading six-1.3.0.tar.gz Running setup.py egg_info for package six
Obtaining flask-tarbell from git+git://github.com/newsapps/flask-tarbell.git@41b8d8c582c7c9dede68fe82d39ebb3f61dca932#egg=flask-tarbell-dev (from -r requirements.txt (line 21)) Cloning git://github.com/newsapps/flask-tarbell.git (to 41b8d8c582c7c9dede68fe82d39ebb3f61dca932) to /home/alexh67/.virtualenvs/tarbell/src/flask-tarbell Could not find a tag or branch '41b8d8c582c7c9dede68fe82d39ebb3f61dca932', assuming commit. Running setup.py egg_info for package flask-tarbell
Requirement already satisfied (use --upgrade to upgrade): wsgiref==0.1.2 in /usr/lib/python2.7 (from -r requirements.txt (line 22)) Installing collected packages: BeautifulSoup, Fabric, Flask, Jinja2, Markdown, Werkzeug, boto, gdata, google-api-python-client, httplib2, keyring, ordereddict, paramiko, pycrypto, python-dateutil, python-gflags, requests, scrubber, six, flask-tarbell Running setup.py install for BeautifulSoup
Running setup.py install for Fabric
warning: no previously-included files matching '*' found under directory 'docs/_build' warning: no previously-included files matching '*.pyc' found under directory 'tests' warning: no previously-included files matching '*.pyo' found under directory 'tests' Installing fab script to /home/alexh67/.virtualenvs/tarbell/bin
Running setup.py install for Flask
warning: no files found matching '*' under directory 'tests' warning: no previously-included files matching '*.pyc' found under directory 'docs' warning: no previously-included files matching '*.pyo' found under directory 'docs' warning: no previously-included files matching '*.pyc' found under directory 'tests' warning: no previously-included files matching '*.pyo' found under directory 'tests' warning: no previously-included files matching '*.pyc' found under directory 'examples' warning: no previously-included files matching '*.pyo' found under directory 'examples' no previously-included directories found matching 'docs/_build' no previously-included directories found matching 'docs/_themes/.git'
Running setup.py install for Jinja2
warning: no previously-included files matching '*' found under directory 'docs/_build' warning: no previously-included files matching '*.pyc' found under directory 'jinja2' warning: no previously-included files matching '*.pyc' found under directory 'docs' warning: no previously-included files matching '*.pyo' found under directory 'jinja2' warning: no previously-included files matching '*.pyo' found under directory 'docs'
Running setup.py install for Markdown changing mode of build/scripts-2.7/markdown_py from 644 to 755 Converting docs/release-2.0.2.txt -> build/docs/release-2.0.2.html Converting docs/release-2.0.1.txt -> build/docs/release-2.0.1.html Converting docs/test_suite.txt -> build/docs/test_suite.html Converting docs/release-2.2.1.txt -> build/docs/release-2.2.1.html Converting docs/change_log.txt -> build/docs/change_log.html Converting docs/release-2.1.1.txt -> build/docs/release-2.1.1.html Converting docs/install.txt -> build/docs/install.html Converting docs/release-2.2.0.txt -> build/docs/release-2.2.0.html Converting docs/cli.txt -> build/docs/cli.html Converting docs/reference.txt -> build/docs/reference.html Converting docs/index.txt -> build/docs/index.html Converting docs/release-2.0.txt -> build/docs/release-2.0.html Converting docs/release-2.3.txt -> build/docs/release-2.3.html Converting docs/release-2.1.0.txt -> build/docs/release-2.1.0.html Converting docs/authors.txt -> build/docs/authors.html Converting docs/siteindex.txt -> build/docs/siteindex.html Converting docs/extensions/nl2br.txt -> build/docs/extensions/nl2br.html Converting docs/extensions/tables.txt -> build/docs/extensions/tables.html Converting docs/extensions/meta_data.txt -> build/docs/extensions/meta_data.html Converting docs/extensions/smart_strong.txt -> build/docs/extensions/smart_strong.html Converting docs/extensions/fenced_code_blocks.txt -> build/docs/extensions/fenced_code_blocks.html Converting docs/extensions/attr_list.txt -> build/docs/extensions/attr_list.html Converting docs/extensions/definition_lists.txt -> build/docs/extensions/definition_lists.html Converting docs/extensions/sane_lists.txt -> build/docs/extensions/sane_lists.html Converting docs/extensions/footnotes.txt -> build/docs/extensions/footnotes.html Converting docs/extensions/code_hilite.txt -> build/docs/extensions/code_hilite.html Converting docs/extensions/toc.txt -> build/docs/extensions/toc.html Converting docs/extensions/header_id.txt -> build/docs/extensions/header_id.html Converting docs/extensions/wikilinks.txt -> build/docs/extensions/wikilinks.html Converting docs/extensions/index.txt -> build/docs/extensions/index.html Converting docs/extensions/api.txt -> build/docs/extensions/api.html Converting docs/extensions/admonition.txt -> build/docs/extensions/admonition.html Converting docs/extensions/abbreviations.txt -> build/docs/extensions/abbreviations.html Converting docs/extensions/extra.txt -> build/docs/extensions/extra.html
changing mode of /home/alexh67/.virtualenvs/tarbell/bin/markdown_py to 755
Running setup.py install for Werkzeug
warning: no files found matching '*' under directory 'werkzeug/debug/templates' warning: no files found matching '*' under directory 'tests' warning: no previously-included files matching '*.pyc' found under directory 'docs' warning: no previously-included files matching '*.pyo' found under directory 'docs' warning: no previously-included files matching '*.pyc' found under directory 'tests' warning: no previously-included files matching '*.pyo' found under directory 'tests' warning: no previously-included files matching '*.pyc' found under directory 'examples' warning: no previously-included files matching '*.pyo' found under directory 'examples' no previously-included directories found matching 'docs/_build'
Running setup.py install for boto
warning: no files found matching 'boto/mturk/test/*.doctest' warning: no files found matching 'boto/mturk/test/.gitignore' changing mode of build/scripts-2.7/sdbadmin from 644 to 755 changing mode of build/scripts-2.7/elbadmin from 644 to 755 changing mode of build/scripts-2.7/cfadmin from 644 to 755 changing mode of build/scripts-2.7/s3put from 644 to 755 changing mode of build/scripts-2.7/fetch_file from 644 to 755 changing mode of build/scripts-2.7/launch_instance from 644 to 755 changing mode of build/scripts-2.7/list_instances from 644 to 755 changing mode of build/scripts-2.7/taskadmin from 644 to 755 changing mode of build/scripts-2.7/kill_instance from 644 to 755 changing mode of build/scripts-2.7/bundle_image from 644 to 755 changing mode of build/scripts-2.7/pyami_sendmail from 644 to 755 changing mode of build/scripts-2.7/lss3 from 644 to 755 changing mode of build/scripts-2.7/cq from 644 to 755 changing mode of build/scripts-2.7/route53 from 644 to 755 changing mode of build/scripts-2.7/s3multiput from 644 to 755 changing mode of build/scripts-2.7/cwutil from 644 to 755 changing mode of build/scripts-2.7/instance_events from 644 to 755 changing mode of build/scripts-2.7/asadmin from 644 to 755 changing mode of build/scripts-2.7/glacier from 644 to 755 changing mode of /home/alexh67/.virtualenvs/tarbell/bin/fetch_file to 755 changing mode of /home/alexh67/.virtualenvs/tarbell/bin/elbadmin to 755 changing mode of /home/alexh67/.virtualenvs/tarbell/bin/cq to 755 changing mode of /home/alexh67/.virtualenvs/tarbell/bin/asadmin to 755 changing mode of /home/alexh67/.virtualenvs/tarbell/bin/route53 to 755 changing mode of /home/alexh67/.virtualenvs/tarbell/bin/sdbadmin to 755 changing mode of /home/alexh67/.virtualenvs/tarbell/bin/s3multiput to 755 changing mode of /home/alexh67/.virtualenvs/tarbell/bin/lss3 to 755 changing mode of /home/alexh67/.virtualenvs/tarbell/bin/list_instances to 755 changing mode of /home/alexh67/.virtualenvs/tarbell/bin/launch_instance to 755 changing mode of /home/alexh67/.virtualenvs/tarbell/bin/taskadmin to 755 changing mode of /home/alexh67/.virtualenvs/tarbell/bin/s3put to 755 changing mode of /home/alexh67/.virtualenvs/tarbell/bin/pyami_sendmail to 755 changing mode of /home/alexh67/.virtualenvs/tarbell/bin/kill_instance to 755 changing mode of /home/alexh67/.virtualenvs/tarbell/bin/bundle_image to 755 changing mode of /home/alexh67/.virtualenvs/tarbell/bin/cwutil to 755 changing mode of /home/alexh67/.virtualenvs/tarbell/bin/instance_events to 755 changing mode of /home/alexh67/.virtualenvs/tarbell/bin/glacier to 755 changing mode of /home/alexh67/.virtualenvs/tarbell/bin/cfadmin to 755
Running setup.py install for gdata
Running setup.py install for google-api-python-client changing mode of build/scripts-2.7/enable-app-engine-project from 644 to 755
warning: no files found matching '*.json' under directory 'apiclient' changing mode of /home/alexh67/.virtualenvs/tarbell/bin/enable-app-engine-project to 755
Running setup.py install for httplib2
Running setup.py install for keyring
warning: no previously-included files found matching '.hg/last-message.txt' Installing keyring script to /home/alexh67/.virtualenvs/tarbell/bin
Running setup.py install for ordereddict
Running setup.py install for paramiko
Running setup.py install for pycrypto checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for gmpz_init in -lgmp... no checking for gmpz_init in -lmpir... no checking whether mpz_powm is declared... no checking whether mpz_powm_sec is declared... no checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking for inline... inline checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for int8_t... yes checking for size_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for uint8_t... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking for memmove... yes checking for memset... yes configure: creating ./config.status config.status: creating src/config.h warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath. building 'Crypto.Hash._MD2' extension gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/MD2.c -o build/temp.linux-x86_64-2.7/src/MD2.o src/MD2.c:31:20: fatal error: Python.h: No such file or directory compilation terminated. error: command 'gcc' failed with exit status 1pip install -r requirements.txt Complete output from command /home/alexh67/.virtualenvs/tarbell/bin/python -c "import setuptools;file='/home/alexh67/.virtualenvs/tarbell/build/pycrypto/setup.py';exec(compile(open(file).read().replace('\r\n', '\n'), file, 'exec'))" install --single-version-externally-managed --record /tmp/pip-wm1wF8-record/install-record.txt --install-headers /home/alexh67/.virtualenvs/tarbell/include/site/python2.7: running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-2.7
creating build/lib.linux-x86_64-2.7/Crypto
copying lib/Crypto/init.py -> build/lib.linux-x86_64-2.7/Crypto
copying lib/Crypto/pct_warnings.py -> build/lib.linux-x86_64-2.7/Crypto
creating build/lib.linux-x86_64-2.7/Crypto/Hash
copying lib/Crypto/Hash/MD2.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
copying lib/Crypto/Hash/hashalgo.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
copying lib/Crypto/Hash/SHA224.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
copying lib/Crypto/Hash/MD4.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
copying lib/Crypto/Hash/MD5.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
copying lib/Crypto/Hash/init.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
copying lib/Crypto/Hash/SHA512.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
copying lib/Crypto/Hash/RIPEMD.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
copying lib/Crypto/Hash/SHA256.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
copying lib/Crypto/Hash/SHA384.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
copying lib/Crypto/Hash/HMAC.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
copying lib/Crypto/Hash/SHA.py -> build/lib.linux-x86_64-2.7/Crypto/Hash
creating build/lib.linux-x86_64-2.7/Crypto/Cipher
copying lib/Crypto/Cipher/DES.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
copying lib/Crypto/Cipher/ARC2.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
copying lib/Crypto/Cipher/CAST.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
copying lib/Crypto/Cipher/PKCS1_OAEP.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
copying lib/Crypto/Cipher/init.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
copying lib/Crypto/Cipher/blockalgo.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
copying lib/Crypto/Cipher/Blowfish.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
copying lib/Crypto/Cipher/PKCS1_v1_5.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
copying lib/Crypto/Cipher/XOR.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
copying lib/Crypto/Cipher/ARC4.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
copying lib/Crypto/Cipher/AES.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
copying lib/Crypto/Cipher/DES3.py -> build/lib.linux-x86_64-2.7/Crypto/Cipher
creating build/lib.linux-x86_64-2.7/Crypto/Util
copying lib/Crypto/Util/RFC1751.py -> build/lib.linux-x86_64-2.7/Crypto/Util
copying lib/Crypto/Util/init.py -> build/lib.linux-x86_64-2.7/Crypto/Util
copying lib/Crypto/Util/asn1.py -> build/lib.linux-x86_64-2.7/Crypto/Util
copying lib/Crypto/Util/randpool.py -> build/lib.linux-x86_64-2.7/Crypto/Util
copying lib/Crypto/Util/winrandom.py -> build/lib.linux-x86_64-2.7/Crypto/Util
copying lib/Crypto/Util/_number_new.py -> build/lib.linux-x86_64-2.7/Crypto/Util
copying lib/Crypto/Util/py21compat.py -> build/lib.linux-x86_64-2.7/Crypto/Util
copying lib/Crypto/Util/number.py -> build/lib.linux-x86_64-2.7/Crypto/Util
copying lib/Crypto/Util/Counter.py -> build/lib.linux-x86_64-2.7/Crypto/Util
copying lib/Crypto/Util/py3compat.py -> build/lib.linux-x86_64-2.7/Crypto/Util
creating build/lib.linux-x86_64-2.7/Crypto/Random
copying lib/Crypto/Random/random.py -> build/lib.linux-x86_64-2.7/Crypto/Random
copying lib/Crypto/Random/init.py -> build/lib.linux-x86_64-2.7/Crypto/Random
copying lib/Crypto/Random/_UserFriendlyRNG.py -> build/lib.linux-x86_64-2.7/Crypto/Random
creating build/lib.linux-x86_64-2.7/Crypto/Random/Fortuna
copying lib/Crypto/Random/Fortuna/SHAd256.py -> build/lib.linux-x86_64-2.7/Crypto/Random/Fortuna
copying lib/Crypto/Random/Fortuna/FortunaGenerator.py -> build/lib.linux-x86_64-2.7/Crypto/Random/Fortuna
copying lib/Crypto/Random/Fortuna/init.py -> build/lib.linux-x86_64-2.7/Crypto/Random/Fortuna
copying lib/Crypto/Random/Fortuna/FortunaAccumulator.py -> build/lib.linux-x86_64-2.7/Crypto/Random/Fortuna
creating build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG
copying lib/Crypto/Random/OSRNG/fallback.py -> build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG
copying lib/Crypto/Random/OSRNG/init.py -> build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG
copying lib/Crypto/Random/OSRNG/posix.py -> build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG
copying lib/Crypto/Random/OSRNG/nt.py -> build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG
copying lib/Crypto/Random/OSRNG/rng_base.py -> build/lib.linux-x86_64-2.7/Crypto/Random/OSRNG
creating build/lib.linux-x86_64-2.7/Crypto/SelfTest
copying lib/Crypto/SelfTest/st_common.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest
copying lib/Crypto/SelfTest/init.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest
creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/init.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/test_CAST.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/test_pkcs1_15.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/test_AES.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/test_ARC4.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/test_ARC2.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/test_pkcs1_oaep.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/common.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/test_DES3.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/test_Blowfish.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/test_DES.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
copying lib/Crypto/SelfTest/Cipher/test_XOR.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Cipher
creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/test_SHA512.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/test_SHA384.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/test_MD5.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/test_HMAC.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/init.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/test_SHA224.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/test_MD4.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/common.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/test_SHA.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/test_RIPEMD.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/test_SHA256.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
copying lib/Crypto/SelfTest/Hash/test_MD2.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Hash
creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol
copying lib/Crypto/SelfTest/Protocol/init.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol
copying lib/Crypto/SelfTest/Protocol/test_chaffing.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol
copying lib/Crypto/SelfTest/Protocol/test_AllOrNothing.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol
copying lib/Crypto/SelfTest/Protocol/test_rfc1751.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol
copying lib/Crypto/SelfTest/Protocol/test_KDF.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Protocol
creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey
copying lib/Crypto/SelfTest/PublicKey/test_RSA.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey
copying lib/Crypto/SelfTest/PublicKey/init.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey
copying lib/Crypto/SelfTest/PublicKey/test_DSA.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey
copying lib/Crypto/SelfTest/PublicKey/test_ElGamal.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey
copying lib/Crypto/SelfTest/PublicKey/test_importKey.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/PublicKey
creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random
copying lib/Crypto/SelfTest/Random/test_rpoolcompat.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random
copying lib/Crypto/SelfTest/Random/init.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random
copying lib/Crypto/SelfTest/Random/test_random.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random
creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/Fortuna
copying lib/Crypto/SelfTest/Random/Fortuna/test_FortunaGenerator.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/Fortuna
copying lib/Crypto/SelfTest/Random/Fortuna/test_FortunaAccumulator.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/Fortuna
copying lib/Crypto/SelfTest/Random/Fortuna/init.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/Fortuna
copying lib/Crypto/SelfTest/Random/Fortuna/test_SHAd256.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/Fortuna
creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG
copying lib/Crypto/SelfTest/Random/OSRNG/init.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG
copying lib/Crypto/SelfTest/Random/OSRNG/test_fallback.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG
copying lib/Crypto/SelfTest/Random/OSRNG/test_posix.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG
copying lib/Crypto/SelfTest/Random/OSRNG/test_nt.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG
copying lib/Crypto/SelfTest/Random/OSRNG/test_winrandom.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG
copying lib/Crypto/SelfTest/Random/OSRNG/test_generic.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Random/OSRNG
creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util
copying lib/Crypto/SelfTest/Util/test_number.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util
copying lib/Crypto/SelfTest/Util/init.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util
copying lib/Crypto/SelfTest/Util/test_Counter.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util
copying lib/Crypto/SelfTest/Util/test_asn1.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util
copying lib/Crypto/SelfTest/Util/test_winrandom.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Util
creating build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature
copying lib/Crypto/SelfTest/Signature/init.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature
copying lib/Crypto/SelfTest/Signature/test_pkcs1_15.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature
copying lib/Crypto/SelfTest/Signature/test_pkcs1_pss.py -> build/lib.linux-x86_64-2.7/Crypto/SelfTest/Signature
creating build/lib.linux-x86_64-2.7/Crypto/Protocol
copying lib/Crypto/Protocol/init.py -> build/lib.linux-x86_64-2.7/Crypto/Protocol
copying lib/Crypto/Protocol/Chaffing.py -> build/lib.linux-x86_64-2.7/Crypto/Protocol
copying lib/Crypto/Protocol/AllOrNothing.py -> build/lib.linux-x86_64-2.7/Crypto/Protocol
copying lib/Crypto/Protocol/KDF.py -> build/lib.linux-x86_64-2.7/Crypto/Protocol
creating build/lib.linux-x86_64-2.7/Crypto/PublicKey
copying lib/Crypto/PublicKey/_RSA.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey
copying lib/Crypto/PublicKey/pubkey.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey
copying lib/Crypto/PublicKey/init.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey
copying lib/Crypto/PublicKey/_DSA.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey
copying lib/Crypto/PublicKey/_slowmath.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey
copying lib/Crypto/PublicKey/RSA.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey
copying lib/Crypto/PublicKey/ElGamal.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey
copying lib/Crypto/PublicKey/DSA.py -> build/lib.linux-x86_64-2.7/Crypto/PublicKey
creating build/lib.linux-x86_64-2.7/Crypto/Signature
copying lib/Crypto/Signature/init.py -> build/lib.linux-x86_64-2.7/Crypto/Signature
copying lib/Crypto/Signature/PKCS1_v1_5.py -> build/lib.linux-x86_64-2.7/Crypto/Signature
copying lib/Crypto/Signature/PKCS1_PSS.py -> build/lib.linux-x86_64-2.7/Crypto/Signature
running build_ext
running build_configureNew python executable in tarbell/bin/python Installing distribute.............................................................................................................................................................................................done. Installing pip...............done.
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for __gmpz_init in -lgmp... no
checking for __gmpz_init in -lmpir... no
checking whether mpz_powm is declared... no
checking whether mpz_powm_sec is declared... no
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdint.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking wchar.h usability... yes
checking wchar.h presence... yes
checking for wchar.h... yes
checking for inline... inline
checking for int16_t... yes
checking for int32_t... yes
checking for int64_t... yes
checking for int8_t... yes
checking for size_t... yes
checking for uint16_t... yes
checking for uint32_t... yes
checking for uint64_t... yes
checking for uint8_t... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for memmove... yes
checking for memset... yes
configure: creating ./config.status
config.status: creating src/config.h
warning: GMP or MPIR library not found; Not building Crypto.PublicKey._fastmath.
building 'Crypto.Hash._MD2' extension
creating build/temp.linux-x86_64-2.7
creating build/temp.linux-x86_64-2.7/src
gcc -pthread -fno-strict-aliasing -fwrapv -Wall -Wstrict-prototypes -fPIC -std=c99 -O3 -fomit-frame-pointer -Isrc/ -I/usr/include/python2.7 -c src/MD2.c -o build/temp.linux-x86_64-2.7/src/MD2.o
src/MD2.c:31:20: fatal error: Python.h: No such file or directory
compilation terminated.
error: command 'gcc' failed with exit status 1
Command /home/alexh67/.virtualenvs/tarbell/bin/python -c "import setuptools;file='/home/alexh67/.virtualenvs/tarbell/build/pycrypto/setup.py';exec(compile(open(file).read().replace('\r\n', '\n'), file, 'exec'))" install --single-version-externally-managed --record /tmp/pip-wm1wF8-record/install-record.txt --install-headers /home/alexh67/.virtualenvs/tarbell/include/site/python2.7 failed with error code 1 in /home/alexh67/.virtualenvs/tarbell/build/pycrypto Storing complete log in /home/alexh67/.pip/pip.log
Output of python runserver.py:
Traceback (most recent call last): File "runserver.py", line 1, in
from tarbell.app import TarbellSite ImportError: No module named tarbell.app — Reply to this email directly or view it on GitHubhttps://github.com/newsapps/tarbell/issues/30 .
David Eads - 773.354.2285 News applications developer, Chicago Tribune ( http://www.chicagotribune.com/news/data/) Founder, FreeGeek Chicago (http://freegeekchicago.org)
"I get up every morning determined to both change the world and have one hell of a good time. Sometimes this makes planning my day difficult." -- E.B. White
Works perfectly now.
Maybe you should add python-dev to the list of required packages?
Output of mkvirtualenv tarbell:
Output of pip install -r requirements.txt:
Output of python runserver.py: