SeriousCast
SeriousCast copied to clipboard
Can't run server.py
Trying to run the software under Ubuntu. Here's the error that comes up: File "server.py", line 30 class SeriousBackend(metaclass=Singleton): ^ SyntaxError: invalid syntax
Sounds like a newline problem, you might need to run dos2unix on the file.
@schlarpc Thanks. I did that, converted the file to unix using dos2unix. But I'm still getting the same error.
chris@chris-G73Sw ~/Downloads/SeriousCast-master $ python server.py File "server.py", line 30 class SeriousBackend(metaclass=Singleton): ^ SyntaxError: invalid syntax chris@chris-G73Sw ~/Downloads/SeriousCast-master $ dos2unix server.py dos2unix: converting file server.py to Unix format ... chris@chris-G73Sw ~/Downloads/SeriousCast-master $ python server.py File "server.py", line 30 class SeriousBackend(metaclass=Singleton): ^ SyntaxError: invalid syntax
Oh, you're probably using Python 2 (default "python" on Ubuntu). This uses Python 3, so it's dying on the metaclass part.
Thanks. Yes I had to run python3. I also had to install python3-jinja2 and python3-flask. So you might wanna add that to the debian/ubuntu installation decs. But now I'm getting a new error:
Traceback (most recent call last):
File "server.py", line 18, in
From the readme:
You can use pip install -r requirements.txt
to install these packages. Windows users will need to
get an OpenSSL binary. Linux users will need the
relevant packages installed to build cryptography.
I did that. And now I'm apparently missing a module called cryptography. What's the package name?
Traceback (most recent call last):
File "server.py", line 18, in
I don't know if there is a package for it. You're probably going to have to install the dependencies (from here https://cryptography.io/en/latest/installation/#building-cryptography-on-linux ) and then build and install it with pip.
I ran pip install cryptography, but I'm still getting the same error:
Actually I'm getting an error at the end of the pip installation.
Command /usr/bin/python -c "import setuptools, tokenize;file='/tmp/pip_build_chris/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/pip-AEjvM7-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_chris/cryptography Storing debug log for failure in /home/chris/.pip/pip.log
Issue is in the last line before the clean up: error: could not create '/usr/local/lib/python2.7/dist-packages/cryptography': Permission denied
Two things:
- You're running pip for Python 2.7, you need the
python3-pip
package and to use the scriptpip-3.4
(I think Ubuntu ships with Python 3.4, anyway) - You either need to run it as root to install into the global site-packages, or create a virtualenv. I'm guessing you don't mess with Python too much, so installing globally with
sudo pip-3.4 install cryptography
is probably easiest.
Okay. I ran pip3 instead of pip. Now I'm getting this error:
Command /usr/bin/python3 -c "import setuptools, tokenize;file='/tmp/pip_build_chris/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/pip-piins05m-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_chris/cryptography Storing debug log for failure in /home/chris/.pip/pip.log
Unfortunately that message doesn't have any real meaning to it. I'd need further logs to know what's going wrong.
Here you go:
Downloading/unpacking cryptography Getting page https://pypi.python.org/simple/cryptography/ URLs to search for versions for cryptography:
-
https://pypi.python.org/simple/cryptography/ Analyzing links from page https://pypi.python.org/simple/cryptography/ Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.2-cp26-none-win32.whl#md5=13e5c4b19520e7dc6f07c6502b3f74e2 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.2.1-cp26-none-win32.whl#md5=00e733648ee5cdb9e58876238b1328f8 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.2.2-cp26-none-win32.whl#md5=b52f9b5f5c980ebbe090f945a44be2a5 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.3-cp26-none-win32.whl#md5=53ce0ae7f46c71a1c0b16da9f1119c2a (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.4-cp26-none-win32.whl#md5=12e5ca8f886996689b258883170aedad (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.4-cp26-none-win_amd64.whl#md5=ab2ad74046f4936aff97d7fc3b4ccb4e (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.5-cp26-none-win32.whl#md5=4ff8dfcfa26307a90e37c00362e03baa (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.5-cp26-none-win_amd64.whl#md5=9a57ce0f4082fe8d448e20869604799b (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.5.1-cp26-none-win32.whl#md5=d60caf3a99532ec4fdb1bfb276a7d7a8 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.5.1-cp26-none-win_amd64.whl#md5=75bf7a0039220fd62577255c5a0c0b78 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.5.2-cp26-none-win32.whl#md5=ae1fabcbd538d8d8feb0c8de98d2eeea (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.5.2-cp26-none-win_amd64.whl#md5=3927fa42291ef86a96f15ccf5e1ac49e (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.5.3-cp26-none-win32.whl#md5=22b0d8ea2f6d3228501f5e42e5eb3a06 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.5.3-cp26-none-win_amd64.whl#md5=b5fd9244d62f8d2ea942d0ccba77534f (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.5.4-cp26-none-win32.whl#md5=1d9a58c7814779c3f57cae5cd6986871 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.5.4-cp26-none-win_amd64.whl#md5=f4d435becb50f9469209e99682e2efb9 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.6-cp26-none-win32.whl#md5=633b5998d724afda0dc33eb7ee3890ae (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.6-cp26-none-win_amd64.whl#md5=30bf80c2ee8047a4578f81c6a0340afc (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.6.1-cp26-none-win32.whl#md5=de34ede20e632bac132cc612e2ecc906 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.6.1-cp26-none-win_amd64.whl#md5=4263c3fef6d1aa3dc6bf45453c32ee3f (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.7-cp26-none-win32.whl#md5=4cc6f828e9c3f0003b70db642a018d3f (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.7-cp26-none-win_amd64.whl#md5=68591390c811af63e807d4d87a98bf5c (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.7.1-cp26-none-win32.whl#md5=34c33359157d7210e84912670ee329ff (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.7.1-cp26-none-win_amd64.whl#md5=30213c2cd8ac7d5ba976f961db11b924 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.7.2-cp26-none-win32.whl#md5=b5e19aa27859c6e905813e5ea2662603 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.7.2-cp26-none-win_amd64.whl#md5=d25753cc7bfb1e98c8976fe86af9fa8f (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.8-cp26-none-win32.whl#md5=6236721270292657944cbae6066664ec (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.8-cp26-none-win_amd64.whl#md5=84910b541b5639f4b46c1e89c14617e3 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.8.1-cp26-none-win32.whl#md5=053da13f40642404950018615444e479 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.8.1-cp26-none-win_amd64.whl#md5=44bb5a2ccf891312d2b1e121529c4efb (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.8.2-cp26-none-win32.whl#md5=8d1e25f72151e685f1f944568ef8877b (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.8.2-cp26-none-win_amd64.whl#md5=00711ceb61ec2381cafacfab45de2fd8 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.9-cp26-none-win32.whl#md5=ad644179e1762ef5e90ea8338df111d4 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.9-cp26-none-win_amd64.whl#md5=4f6e097e9aa1585bd275059683e69adf (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.9.1-cp26-none-win32.whl#md5=9e2743a0410ca8b5e6d1b104ff78e912 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.9.1-cp26-none-win_amd64.whl#md5=b73e8286f53f11ef3ceeee9e6d2164c3 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.9.2-cp26-none-win32.whl#md5=8d8993e6b6ea9b27d8ae001d94ac1d6d (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.9.2-cp26-none-win_amd64.whl#md5=d1a688554576f7dbfc5762e5cdeaca44 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.9.3-cp26-none-win32.whl#md5=4f0e152719ab3796868cea6f7748e238 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-0.9.3-cp26-none-win_amd64.whl#md5=de3775a1a132d072d01a63a3b4148f34 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-1.0-cp26-none-win32.whl#md5=8b4bb2a78cd7c3c3273f4dbfad980dd9 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-1.0-cp26-none-win_amd64.whl#md5=ad7fcdbc611e642b6b10a4c671cbe324 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-1.0.1-cp26-none-macosx_10_10_x86_64.whl#md5=11f0a4264760f72f5b08a365156bffbc (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-1.0.1-cp26-none-win32.whl#md5=15edc8c912900d5a5b303bfd975ebf5b (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-1.0.1-cp26-none-win_amd64.whl#md5=097ac25196327c0a910298d6f64357e7 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-1.0.2-cp26-none-macosx_10_10_intel.whl#md5=173784e6c41b15b75d2f5fc4842e04ea (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-1.0.2-cp26-none-win32.whl#md5=5cf000ad1c60cb668988f937a493a83f (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cryptography/cryptography-1.0.2-cp26-none-win_amd64.whl#md5=4e90adfe86d20e010512f89625cf1039 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.2-cp27-none-win32.whl#md5=013ccafa6a5a3ea92c73f2c1c4879406 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.2.1-cp27-none-win32.whl#md5=127d6a5dc687250721f892d55720a06c (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.2.2-cp27-none-win32.whl#md5=7f3979da8340a7fe3aa859d3bfc1a5f1 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.3-cp27-none-win32.whl#md5=61d01b19a8161fdd95d2a01cf13a693b (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.4-cp27-none-win32.whl#md5=9159a626742681bd961cb74f9b7e8643 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.4-cp27-none-win_amd64.whl#md5=1924898ba94f9d5a7407fb07bb49bca3 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.5-cp27-none-win32.whl#md5=ac2e119dfd3e692235fe3506f779cfcf (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.5-cp27-none-win_amd64.whl#md5=03620f5b84354b185af0977ff8fe5215 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.5.1-cp27-none-win32.whl#md5=52d21ef2d43665e9d5fd59ef742f99e1 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.5.1-cp27-none-win_amd64.whl#md5=c93cdc64adaf10c681f755f600a6db55 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.5.2-cp27-none-win32.whl#md5=a072d7188e93a9baa57da9fb2fc1b0c5 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.5.2-cp27-none-win_amd64.whl#md5=711fac379815b02aa570405bd747bf47 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.5.3-cp27-none-win32.whl#md5=0f0e913f9ad25f9b65693d7f761d3e7a (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.5.3-cp27-none-win_amd64.whl#md5=82c5b7d74d106e0d2fc28fc5da039d15 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.5.4-cp27-none-win32.whl#md5=e7a09816d126c3c108def841735a36c6 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.5.4-cp27-none-win_amd64.whl#md5=f50e5f01a5801e59d156218d6a1af0a0 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.6-cp27-none-win32.whl#md5=4263e102987474c2aa149cc0247818af (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.6-cp27-none-win_amd64.whl#md5=ec5f658ac8139e12626237004cae1185 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.6.1-cp27-none-win32.whl#md5=5e807750c7e654529099ef3042c7ef29 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.6.1-cp27-none-win_amd64.whl#md5=dea84b85530db9529289e5c7032a9f4c (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.7-cp27-none-win32.whl#md5=f0d33adf497713a3acb6d0adc99609bf (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.7-cp27-none-win_amd64.whl#md5=463e11197ea23cc360aa3be350b3642d (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.7.1-cp27-none-win32.whl#md5=05ed516ca15f25d2169f7629ed1da1d9 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.7.1-cp27-none-win_amd64.whl#md5=0decc1c2ddb7618e6a4b980884bd83f2 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.7.2-cp27-none-win32.whl#md5=a8ddef697c6cdd55ea2589b7c976ae4a (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.7.2-cp27-none-win_amd64.whl#md5=0a3f88b1db3efc091fd0d532d4f9d85b (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.8-cp27-none-win32.whl#md5=f752637bfded6cfae86b938e1654b836 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.8-cp27-none-win_amd64.whl#md5=7ad3ee884b18bf59ca1709d23c2e6f51 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.8.1-cp27-none-win32.whl#md5=866615b382b2bf77a871e61d7e8a1fff (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.8.1-cp27-none-win_amd64.whl#md5=e1b78bd736a88cd2115ce1319cf2937b (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.8.2-cp27-none-win32.whl#md5=ba6b97dc88b1e1fef0fe71a2813c07de (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.8.2-cp27-none-win_amd64.whl#md5=ae66183a1073ea56ed3ac540a751c14f (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.9-cp27-none-win32.whl#md5=1950ab1ee764af0f8160ae664f066873 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.9-cp27-none-win_amd64.whl#md5=0b705f0ffb564940c455e80f583ef76a (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.9.1-cp27-none-win32.whl#md5=1a2c38aab79edb4cc144e87130cdd1fa (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.9.1-cp27-none-win_amd64.whl#md5=dae18bad76cea126b6f37190bfd2c645 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.9.2-cp27-none-win32.whl#md5=0c5f40795582c32affce3036e1eaa390 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.9.2-cp27-none-win_amd64.whl#md5=9cbd3e9c185d66dde8bb45cc8e7dcd29 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.9.3-cp27-none-win32.whl#md5=84b6231c715f37eeb6c8e58c399f0cf7 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-0.9.3-cp27-none-win_amd64.whl#md5=d008d57c5b66c9b44aa742a2ad969da8 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-1.0-cp27-none-win32.whl#md5=ccbb2dab620ca1376ec4ce7865f8e7b1 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-1.0-cp27-none-win_amd64.whl#md5=d3bab92d10e8b64ec4040785ca9dd856 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-1.0.1-cp27-none-macosx_10_10_x86_64.whl#md5=7b0377ae90b2fad67759b245571c6386 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-1.0.1-cp27-none-win32.whl#md5=57012cb3af158320746b0cd64e302640 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-1.0.1-cp27-none-win_amd64.whl#md5=bc8901002d6b863d6ebb030789394cdd (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-1.0.2-cp27-none-macosx_10_10_intel.whl#md5=8cf9c8f9af19ea2597ec8129b5fdbce4 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-1.0.2-cp27-none-win32.whl#md5=03f22765ff512c369fe650fc500c5591 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cryptography/cryptography-1.0.2-cp27-none-win_amd64.whl#md5=d5da1660682f26c1f352ee35fcbf8a26 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.2-cp32-none-win32.whl#md5=051424a36e91039807b72f112333ded3 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.2.1-cp32-none-win32.whl#md5=53f6f57db8e952d64283baaa14cbde3d (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.2.2-cp32-none-win32.whl#md5=bc30e6389e0f00cd8a6851683244c295 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.3-cp32-none-win32.whl#md5=3954c8ace2edf455aad6c562f1bbfd5b (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.4-cp32-none-win32.whl#md5=a34302f263472cfe1f20052a62d2119f (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.4-cp32-none-win_amd64.whl#md5=cd8dc28397596170d7bce341d9b8dbce (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.5-cp32-none-win32.whl#md5=49fbddb630c025abb943be01bba4c12a (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.5-cp32-none-win_amd64.whl#md5=f051dcc1e48154d2872cc12454bb0ca5 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.5.1-cp32-none-win32.whl#md5=ef9a24db81e7f222a312b7ead19af787 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.5.1-cp32-none-win_amd64.whl#md5=b7dbefe5cf54c568a616dd437a6385a8 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.5.2-cp32-none-win32.whl#md5=55ad32565d0a53e41600add4823b89cf (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.5.2-cp32-none-win_amd64.whl#md5=9a75274560eea0b4367b1ccd4299f6b1 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.5.3-cp32-none-win32.whl#md5=eed6c50ed1d6cca6462afca46f0ceb01 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.5.3-cp32-none-win_amd64.whl#md5=445a842ddca047c896ccb54b9dd444f8 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.5.4-cp32-none-win32.whl#md5=8e58fa4070c5afbb789c0f416dac5a63 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.5.4-cp32-none-win_amd64.whl#md5=ed154842dd5e61802dd6545a50041ac3 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.6-cp32-none-win32.whl#md5=ac74cf3514ba6ebc769fccb020457b0c (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.6-cp32-none-win_amd64.whl#md5=8d0fe42654f2a93da8317a25da87c5b1 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.6.1-cp32-none-win32.whl#md5=c070741bb46c47312de675a7106e8c6c (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.6.1-cp32-none-win_amd64.whl#md5=c399725dc6d93ff2128d9616caa82a73 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.7-cp32-none-win32.whl#md5=00f99ef456bf6cd1c84fcce179b31855 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.7-cp32-none-win_amd64.whl#md5=f500349104e888b3e4178230ccda9d1e (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.7.1-cp32-none-win32.whl#md5=de1280d8cce43292aa2e16329444aed3 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.7.1-cp32-none-win_amd64.whl#md5=74b3a73373b592d63cd83389e5f1ae15 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.7.2-cp32-none-win32.whl#md5=a516994427861ddc778beb66c37465ed (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.7.2-cp32-none-win_amd64.whl#md5=b4899d665e1d0aa59481fc359bb8dd33 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.8-cp32-none-win32.whl#md5=674051db916302110453cf14a66abc81 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.8-cp32-none-win_amd64.whl#md5=769908a790b8b65ab8048eb3cb97d02d (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.8.1-cp32-none-win32.whl#md5=5df10ccf18c519e4f6b8da30a8ac84e0 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.8.1-cp32-none-win_amd64.whl#md5=af2459a084e06ecc943426216c93f37f (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.8.2-cp32-none-win32.whl#md5=5e4d69e81216d6e2c888a9bc445125f3 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cryptography/cryptography-0.8.2-cp32-none-win_amd64.whl#md5=e6c4209b90cb1a794d12dfdc46a8a270 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.2-cp33-none-win32.whl#md5=302812c1c1a035cf9ba3292f8dbf3f9e (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.2.1-cp33-none-win32.whl#md5=81acca90caf8a45f2ca73f3f9859fae4 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.2.2-cp33-none-win32.whl#md5=27eb7ffea5a17d6783e270cfe9775821 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.3-cp33-none-win32.whl#md5=20eec43894aadefc346b674d4eac1115 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.4-cp33-none-win32.whl#md5=df1ad7172cf2e99e262cdf21924ba36c (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.4-cp33-none-win_amd64.whl#md5=190d5b19e77eac80f0df17a5c4b6d28a (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.5-cp33-none-win32.whl#md5=730b53b8b49fb41029913b4dd50f46ca (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.5-cp33-none-win_amd64.whl#md5=cb83b8ed4542f06a64f2f8c35cf41792 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.5.1-cp33-none-win32.whl#md5=e0400fff0332b55fe4d68f41bced8302 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.5.1-cp33-none-win_amd64.whl#md5=4fa3ff2432fcdb722aca35e47c5f1077 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.5.2-cp33-none-win32.whl#md5=0a73399db2a14e2e6743a184bdce705b (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.5.2-cp33-none-win_amd64.whl#md5=8ce66243334efade96a812ec953eb6d7 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.5.3-cp33-none-win32.whl#md5=3601dc55ea21dc2086e566a0e5976f67 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.5.3-cp33-none-win_amd64.whl#md5=75503f66264bd9dbbf472d0852db72e9 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.5.4-cp33-none-win32.whl#md5=3dd2e201ced2db573b88d3e5d4dd6e4f (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.5.4-cp33-none-win_amd64.whl#md5=742ffdbbb403cbde37df78d76409d3fa (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.6-cp33-none-win32.whl#md5=a5a9752e130db5f51c9ffa6ddf77fe91 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.6-cp33-none-win_amd64.whl#md5=fc31117eb59d8f9cf8a6460dd5870857 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.6.1-cp33-none-win32.whl#md5=0d2b9f3d2991d6a3119c53e68e815c90 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.6.1-cp33-none-win_amd64.whl#md5=d4d9fbabfe212b45245612020390d306 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.7-cp33-none-win32.whl#md5=792f81050e5dede1b01b1c8777af9f0c (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.7-cp33-none-win_amd64.whl#md5=cd8cbb54d20c874592487beaf6e2e5f1 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.7.1-cp33-none-win32.whl#md5=910dffbe15419d14851a1bed2de3f45c (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.7.1-cp33-none-win_amd64.whl#md5=58c2843b499aca95dbca10ec6c10757f (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.7.2-cp33-none-win32.whl#md5=afbf079a8a2b4d852281a864b96f9a33 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.7.2-cp33-none-win_amd64.whl#md5=5c04663974ded09924d2ec450cc2baaf (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.8-cp33-none-win32.whl#md5=4e7851e7fcc37925cd4d7d88fcd49056 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.8-cp33-none-win_amd64.whl#md5=6831fff1b52671b86c1a6b877bf2c025 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.8.1-cp33-none-win32.whl#md5=8f546f47fcf5101325e7dfaed1e8f65f (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.8.1-cp33-none-win_amd64.whl#md5=381be15cd9587e07b6c8f6babe9e6036 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.8.2-cp33-none-win32.whl#md5=5d8bd9e9dfbdb0338e39a8ecaf319459 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.8.2-cp33-none-win_amd64.whl#md5=0a42994cf98517fd0771496adfe22b4b (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.9-cp33-none-win32.whl#md5=fcdd801e27e1edeb4d0b972444f18d35 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.9-cp33-none-win_amd64.whl#md5=cfe8428d48801ee13112e5d3f0912d38 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.9.1-cp33-none-win32.whl#md5=a7f35e5b1557d7bbd6b32700550b2382 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.9.1-cp33-none-win_amd64.whl#md5=be2f8aa632bf42bfa23819ce20cc8318 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.9.2-cp33-none-win32.whl#md5=bad28e76efd980a6a02ec7acc563a90f (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.9.2-cp33-none-win_amd64.whl#md5=e1d314fd80f42e72282cbb1435cd1011 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.9.3-cp33-none-win32.whl#md5=08e0f661030a349f01321b34187b6a61 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-0.9.3-cp33-none-win_amd64.whl#md5=49d96402afaf3c6d887111b2dd50e6d2 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-1.0-cp33-none-win32.whl#md5=31d5a4ba0ca0f1842f83226fb2a1fcad (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-1.0-cp33-none-win_amd64.whl#md5=4adc9e5e798b0d408ae0fb56ce8288e8 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-1.0.1-cp33-cp33m-macosx_10_10_x86_64.whl#md5=e07b888ba74487ac20d2472f4c16e167 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-1.0.1-cp33-none-win32.whl#md5=2f7755efd32cebfc7ddd2ccf7aa09692 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-1.0.1-cp33-none-win_amd64.whl#md5=1afdacbeb5d31fc8bc5dbeb1d4c07a6c (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-1.0.2-cp33-cp33m-macosx_10_10_x86_64.whl#md5=44c5018c0b7882853795bba6690d0dd9 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-1.0.2-cp33-none-win32.whl#md5=ff5f977d22cfed2007eceeb76dbfe666 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cryptography/cryptography-1.0.2-cp33-none-win_amd64.whl#md5=f1c8446e533ac5ba6feae013b42199c9 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.3-cp34-none-win32.whl#md5=f9b13737d372f2fde4de33394a658419 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.4-cp34-none-win32.whl#md5=7dcdc98495f40232a5bcfb6ee1a5909f (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.4-cp34-none-win_amd64.whl#md5=7bb31f6b51605e7a681ea5feab08c60c (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.5-cp34-none-win32.whl#md5=8db7c67190cb89432a6c4f8bf9c01adc (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.5-cp34-none-win_amd64.whl#md5=fbd27b34f9dbe875ac8e459a3cef4ea7 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.5.1-cp34-none-win32.whl#md5=338fb0e3aae065b0dc1070c756b75099 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.5.1-cp34-none-win_amd64.whl#md5=997b9d1a343a2d934ec131896ee97c66 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.5.2-cp34-none-win32.whl#md5=a4c3736ab0a2c5f0dc100f358b033eb6 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.5.2-cp34-none-win_amd64.whl#md5=313831bfbb0052bf9b3f4038d6e04169 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.5.3-cp34-none-win32.whl#md5=553c7d8329db49a7f45e284cacac24b1 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.5.3-cp34-none-win_amd64.whl#md5=05062493319c6f35667ea6ccef32359b (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.5.4-cp34-none-win32.whl#md5=df6c141e36a9e53fcc7d661c189c2c23 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.5.4-cp34-none-win_amd64.whl#md5=9f4ee073fe1a82139ff4ec2fa1da24b1 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.6-cp34-none-win32.whl#md5=73b6d497da2b630e4f1a1634e1ae3319 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.6-cp34-none-win_amd64.whl#md5=217cbd0b7c84fd5c70f451277cb6e7f2 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.6.1-cp34-none-win32.whl#md5=7ad6ed54c1ab78debe620ff987a541a3 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.6.1-cp34-none-win_amd64.whl#md5=4644489cd93ddeda7c17f01168feca7f (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.7-cp34-none-win32.whl#md5=bed93f6b71837af0deaf9437d13d76fe (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.7-cp34-none-win_amd64.whl#md5=f92fd5851bb35a4064bdc9d955efc545 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.7.1-cp34-none-win32.whl#md5=c2fa317678278686ada976d7171f65ef (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.7.1-cp34-none-win_amd64.whl#md5=6d51119e20e5b4f18bcca219da035f46 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.7.2-cp34-none-win32.whl#md5=a28720dc043cb971c77b57f9eb0945ad (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.7.2-cp34-none-win_amd64.whl#md5=f014d0d234d07d7b87391affe25e4fbd (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.8-cp34-none-win32.whl#md5=b6ce8fe20bcf7cf76a8e5beb248d147c (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.8-cp34-none-win_amd64.whl#md5=cb5b67945ce9500f4fd4cf9f4a32e63b (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.8.1-cp34-none-win32.whl#md5=fad169e6ca54c41d4f955a0198fa372e (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.8.1-cp34-none-win_amd64.whl#md5=1ee91927da10e40d413c41b39c44ca9c (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.8.2-cp34-none-win32.whl#md5=c9850eef8a46ff30bce136df5efcbf7d (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.8.2-cp34-none-win_amd64.whl#md5=9f33d6cadf518d51febbd65bb6ea8413 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.9-cp34-none-win32.whl#md5=6ffd97ee29d8297c70c872bad24e50db (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.9-cp34-none-win_amd64.whl#md5=8dcdd0dc5ffa0c7965c3a7092549fa72 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.9.1-cp34-none-win32.whl#md5=cfd7038aaa0ae068380e42053c63986a (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.9.1-cp34-none-win_amd64.whl#md5=d7b6f5fc3df1f48c0c4b4a396f3e16cc (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.9.2-cp34-none-win32.whl#md5=af3ebfb86efba7b84d0cc5f737f10f43 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.9.2-cp34-none-win_amd64.whl#md5=5e1268e55053665a83f634636dd7e56a (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.9.3-cp34-none-win32.whl#md5=79772db36ee3ab32fd7d1438df2e2af6 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-0.9.3-cp34-none-win_amd64.whl#md5=363a7e46ac23c11cb425ce059b7daf4d (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-1.0-cp34-none-win32.whl#md5=2c794028cb811a86380c5b88dfadad6c (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-1.0-cp34-none-win_amd64.whl#md5=6c7ce1ce9caea5644552ebb81880c978 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-1.0.1-cp34-cp34m-macosx_10_10_x86_64.whl#md5=b8afb026a1194b6907c869bdf01334c5 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-1.0.1-cp34-none-win32.whl#md5=02f2bd7e1e1d0080182632b1d08b91a4 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-1.0.1-cp34-none-win_amd64.whl#md5=0dc1715707282a751c7e2d5c6900edc9 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-1.0.2-cp34-cp34m-macosx_10_10_x86_64.whl#md5=c56f369c820d6479f6602a63bc091346 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-1.0.2-cp34-none-win32.whl#md5=f31b72498a3e9a43f07edd8c3d45b88b (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cryptography/cryptography-1.0.2-cp34-none-win_amd64.whl#md5=83ae7c36cc887c9d0398041bb6414efc (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp35/c/cryptography/cryptography-1.0.1-cp35-none-win32.whl#md5=8dbc73fd4afae41f76541f19a7eeacfe (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp35/c/cryptography/cryptography-1.0.1-cp35-none-win_amd64.whl#md5=20eadf760b2fad3a0990af176fac142d (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp35/c/cryptography/cryptography-1.0.2-cp35-cp35m-macosx_10_10_x86_64.whl#md5=140161eb69e49e7f20199a6a5af6d7c4 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp35/c/cryptography/cryptography-1.0.2-cp35-none-win32.whl#md5=9c5e66c628d6b7b0f1708c43ad3b163a (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp35/c/cryptography/cryptography-1.0.2-cp35-none-win_amd64.whl#md5=3b61f880f192c12bb8108d6ab79db523 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/pp27/c/cryptography/cryptography-1.0.1-pp27-none-macosx_10_10_x86_64.whl#md5=8da43a142e07cf44c8d44abd3feb3020 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/pp27/c/cryptography/cryptography-1.0.2-pp27-none-macosx_10_10_x86_64.whl#md5=384fbf3da557d3e10fa2579166030b02 (from https://pypi.python.org/simple/cryptography/) because it is not compatible with this Python Found link https://pypi.python.org/packages/source/c/cryptography/cryptography-0.1.tar.gz#md5=bdc1c5fe069deca7467b71a0cc538f17 (from https://pypi.python.org/simple/cryptography/), version: 0.1 Found link https://pypi.python.org/packages/source/c/cryptography/cryptography-0.2.1.tar.gz#md5=872fc04268dadc66a0305ae5ab1c123b (from https://pypi.python.org/simple/cryptography/), version: 0.2.1 Found link https://pypi.python.org/packages/source/c/cryptography/cryptography-0.2.2.tar.gz#md5=f002a442c8c5c7463bf8d2f11f6c3128 (from https://pypi.python.org/simple/cryptography/), version: 0.2.2 Found link https://pypi.python.org/packages/source/c/cryptography/cryptography-0.2.tar.gz#md5=8a3d21e837a21e1b7634ee1f22b06bb6 (from https://pypi.python.org/simple/cryptography/), version: 0.2 Found link https://pypi.python.org/packages/source/c/cryptography/cryptography-0.3.tar.gz#md5=1a9f2520acfef9489ac42fdc9a7be441 (from https://pypi.python.org/simple/cryptography/), version: 0.3 Found link https://pypi.python.org/packages/source/c/cryptography/cryptography-0.4.tar.gz#md5=d1bb13648a12eda2a54653ba113d2e84 (from https://pypi.python.org/simple/cryptography/), version: 0.4 Found link https://pypi.python.org/packages/source/c/cryptography/cryptography-0.5.1.tar.gz#md5=4b3239bc741e28e42e7aceee9d7e7d54 (from https://pypi.python.org/simple/cryptography/), version: 0.5.1 Found link https://pypi.python.org/packages/source/c/cryptography/cryptography-0.5.2.tar.gz#md5=8c2d381ef263653b640a7a5d14618e4c (from https://pypi.python.org/simple/cryptography/), version: 0.5.2 Found link https://pypi.python.org/packages/source/c/cryptography/cryptography-0.5.3.tar.gz#md5=51a6a303bf35bf2bd18de6a51277020b (from https://pypi.python.org/simple/cryptography/), version: 0.5.3 Found link https://pypi.python.org/packages/source/c/cryptography/cryptography-0.5.4.tar.gz#md5=4fd1f10e9f99009a44667fabe7980aec (from https://pypi.python.org/simple/cryptography/), version: 0.5.4 Found link https://pypi.python.org/packages/source/c/cryptography/cryptography-0.5.tar.gz#md5=584e5be4cc02be01e04d0fbdd5ea1e72 (from https://pypi.python.org/simple/cryptography/), version: 0.5 Found link https://pypi.python.org/packages/source/c/cryptography/cryptography-0.6.1.tar.gz#md5=1c48fd78742d85c9cffdcceb6809e45b (from https://pypi.python.org/simple/cryptography/), version: 0.6.1 Found link https://pypi.python.org/packages/source/c/cryptography/cryptography-0.6.tar.gz#md5=674a4524f4003d4f90e63c927c18c328 (from https://pypi.python.org/simple/cryptography/), version: 0.6 Found link https://pypi.python.org/packages/source/c/cryptography/cryptography-0.7.1.tar.gz#md5=4a933b1e01b604cee0e22ce1f9fe7c81 (from https://pypi.python.org/simple/cryptography/), version: 0.7.1 Found link https://pypi.python.org/packages/source/c/cryptography/cryptography-0.7.2.tar.gz#md5=a62beaac9f3a78109dba6d31db98cce9 (from https://pypi.python.org/simple/cryptography/), version: 0.7.2 Found link https://pypi.python.org/packages/source/c/cryptography/cryptography-0.7.tar.gz#md5=bfd1094de5dbbb40f99aae5c4a5657e4 (from https://pypi.python.org/simple/cryptography/), version: 0.7 Found link https://pypi.python.org/packages/source/c/cryptography/cryptography-0.8.1.tar.gz#md5=70dde78a5515abdbfd7a3d58f15689ab (from https://pypi.python.org/simple/cryptography/), version: 0.8.1 Found link https://pypi.python.org/packages/source/c/cryptography/cryptography-0.8.2.tar.gz#md5=7d33499e851300c194cbb0396de72462 (from https://pypi.python.org/simple/cryptography/), version: 0.8.2 Found link https://pypi.python.org/packages/source/c/cryptography/cryptography-0.8.tar.gz#md5=c0871039903e8b554179fd2b30a6647d (from https://pypi.python.org/simple/cryptography/), version: 0.8 Found link https://pypi.python.org/packages/source/c/cryptography/cryptography-0.9.1.tar.gz#md5=6c45d87896f5155f25cdc4d7e0a57526 (from https://pypi.python.org/simple/cryptography/), version: 0.9.1 Found link https://pypi.python.org/packages/source/c/cryptography/cryptography-0.9.2.tar.gz#md5=35def75c4cecdf04b0caa82a5dd2036c (from https://pypi.python.org/simple/cryptography/), version: 0.9.2 Found link https://pypi.python.org/packages/source/c/cryptography/cryptography-0.9.3.tar.gz#md5=70af3fbce7683b31d173eba225f18650 (from https://pypi.python.org/simple/cryptography/), version: 0.9.3 Found link https://pypi.python.org/packages/source/c/cryptography/cryptography-0.9.tar.gz#md5=7d5db511852f70ab6548c72b42b0c2f3 (from https://pypi.python.org/simple/cryptography/), version: 0.9 Found link https://pypi.python.org/packages/source/c/cryptography/cryptography-1.0.1.tar.gz#md5=437adf65ab9c0ec98b2a07dd425d239d (from https://pypi.python.org/simple/cryptography/), version: 1.0.1 Found link https://pypi.python.org/packages/source/c/cryptography/cryptography-1.0.2.tar.gz#md5=6a8627da0c6199fca941dc8170f9b583 (from https://pypi.python.org/simple/cryptography/), version: 1.0.2 Found link https://pypi.python.org/packages/source/c/cryptography/cryptography-1.0.tar.gz#md5=3f2608eb94dcc6e616c3cc2e182181b0 (from https://pypi.python.org/simple/cryptography/), version: 1.0 Using version 1.0.2 (newest of versions: 1.0.2, 1.0.1, 1.0, 0.9.3, 0.9.2, 0.9.1, 0.9, 0.8.2, 0.8.1, 0.8, 0.7.2, 0.7.1, 0.7, 0.6.1, 0.6, 0.5.4, 0.5.3, 0.5.2, 0.5.1, 0.5, 0.4, 0.3, 0.2.2, 0.2.1, 0.2, 0.1) Downloading from URL https://pypi.python.org/packages/source/c/cryptography/cryptography-1.0.2.tar.gz#md5=6a8627da0c6199fca941dc8170f9b583 (from https://pypi.python.org/simple/cryptography/) Running setup.py (path:/tmp/pip_build_chris/cryptography/setup.py) egg_info for package cryptography running egg_info creating pip-egg-info/cryptography.egg-info writing requirements to pip-egg-info/cryptography.egg-info/requires.txt writing top-level names to pip-egg-info/cryptography.egg-info/top_level.txt writing entry points to pip-egg-info/cryptography.egg-info/entry_points.txt writing dependency_links to pip-egg-info/cryptography.egg-info/dependency_links.txt writing pip-egg-info/cryptography.egg-info/PKG-INFO writing manifest file 'pip-egg-info/cryptography.egg-info/SOURCES.txt' warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info/cryptography.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs/_build' warning: no previously-included files matching '*' found under directory 'vectors' writing manifest file 'pip-egg-info/cryptography.egg-info/SOURCES.txt' Source in /tmp/pip_build_chris/cryptography has version 1.0.2, which satisfies requirement cryptography Downloading/unpacking idna>=2.0 (from cryptography) Getting page https://pypi.python.org/simple/idna/ URLs to search for versions for idna>=2.0 (from cryptography):
-
https://pypi.python.org/simple/idna/ Analyzing links from page https://pypi.python.org/simple/idna/ Found link https://pypi.python.org/packages/2.7/i/idna/idna-2.0-py2.py3-none-any.whl#md5=40fa688bb01833b2a807fcc40ddaa8c0 (from https://pypi.python.org/simple/idna/), version: 2.0 Found link https://pypi.python.org/packages/source/i/idna/idna-0.2.tar.gz#md5=36d5a8db3d6d46cb5d401d0ead4acde6 (from https://pypi.python.org/simple/idna/), version: 0.2 Found link https://pypi.python.org/packages/source/i/idna/idna-0.3.tar.gz#md5=b5e01837926a3d293cd8e6e27c4244ea (from https://pypi.python.org/simple/idna/), version: 0.3 Found link https://pypi.python.org/packages/source/i/idna/idna-0.4.tar.gz#md5=3d9ad8650e630ffe7d47cd9756bcc126 (from https://pypi.python.org/simple/idna/), version: 0.4 Found link https://pypi.python.org/packages/source/i/idna/idna-0.5.tar.gz#md5=590a2dc0fb09b5647d6a86d1585dfc1a (from https://pypi.python.org/simple/idna/), version: 0.5 Found link https://pypi.python.org/packages/source/i/idna/idna-0.6.tar.gz#md5=3bedb7eb5a386b0bd8b5549c8e36378a (from https://pypi.python.org/simple/idna/), version: 0.6 Found link https://pypi.python.org/packages/source/i/idna/idna-0.7.tar.gz#md5=235729aa2bf99e1b940eba53fcbfb37c (from https://pypi.python.org/simple/idna/), version: 0.7 Found link https://pypi.python.org/packages/source/i/idna/idna-0.8.tar.gz#md5=2bf526060960309de59d5dbbf7789a26 (from https://pypi.python.org/simple/idna/), version: 0.8 Found link https://pypi.python.org/packages/source/i/idna/idna-0.9.tar.gz#md5=adeaa25679040dc6f8098a2e2ab6c42d (from https://pypi.python.org/simple/idna/), version: 0.9 Found link https://pypi.python.org/packages/source/i/idna/idna-1.0.tar.gz#md5=01abd8bd98f119e02aad6e686ff6181b (from https://pypi.python.org/simple/idna/), version: 1.0 Found link https://pypi.python.org/packages/source/i/idna/idna-1.1.tar.gz#md5=9f5bfff6b317763c5a6f674707744dbe (from https://pypi.python.org/simple/idna/), version: 1.1 Found link https://pypi.python.org/packages/source/i/idna/idna-2.0.tar.gz#md5=bd17a9d15e755375f48a62c13b25b801 (from https://pypi.python.org/simple/idna/), version: 2.0 Ignoring link https://pypi.python.org/packages/source/i/idna/idna-0.2.tar.gz#md5=36d5a8db3d6d46cb5d401d0ead4acde6 (from https://pypi.python.org/simple/idna/), version 0.2 doesn't match >=2.0 Ignoring link https://pypi.python.org/packages/source/i/idna/idna-0.3.tar.gz#md5=b5e01837926a3d293cd8e6e27c4244ea (from https://pypi.python.org/simple/idna/), version 0.3 doesn't match >=2.0 Ignoring link https://pypi.python.org/packages/source/i/idna/idna-0.4.tar.gz#md5=3d9ad8650e630ffe7d47cd9756bcc126 (from https://pypi.python.org/simple/idna/), version 0.4 doesn't match >=2.0 Ignoring link https://pypi.python.org/packages/source/i/idna/idna-0.5.tar.gz#md5=590a2dc0fb09b5647d6a86d1585dfc1a (from https://pypi.python.org/simple/idna/), version 0.5 doesn't match >=2.0 Ignoring link https://pypi.python.org/packages/source/i/idna/idna-0.6.tar.gz#md5=3bedb7eb5a386b0bd8b5549c8e36378a (from https://pypi.python.org/simple/idna/), version 0.6 doesn't match >=2.0 Ignoring link https://pypi.python.org/packages/source/i/idna/idna-0.7.tar.gz#md5=235729aa2bf99e1b940eba53fcbfb37c (from https://pypi.python.org/simple/idna/), version 0.7 doesn't match >=2.0 Ignoring link https://pypi.python.org/packages/source/i/idna/idna-0.8.tar.gz#md5=2bf526060960309de59d5dbbf7789a26 (from https://pypi.python.org/simple/idna/), version 0.8 doesn't match >=2.0 Ignoring link https://pypi.python.org/packages/source/i/idna/idna-0.9.tar.gz#md5=adeaa25679040dc6f8098a2e2ab6c42d (from https://pypi.python.org/simple/idna/), version 0.9 doesn't match >=2.0 Ignoring link https://pypi.python.org/packages/source/i/idna/idna-1.0.tar.gz#md5=01abd8bd98f119e02aad6e686ff6181b (from https://pypi.python.org/simple/idna/), version 1.0 doesn't match >=2.0 Ignoring link https://pypi.python.org/packages/source/i/idna/idna-1.1.tar.gz#md5=9f5bfff6b317763c5a6f674707744dbe (from https://pypi.python.org/simple/idna/), version 1.1 doesn't match >=2.0 Using version 2.0 (newest of versions: 2.0, 2.0) Downloading from URL https://pypi.python.org/packages/2.7/i/idna/idna-2.0-py2.py3-none-any.whl#md5=40fa688bb01833b2a807fcc40ddaa8c0 (from https://pypi.python.org/simple/idna/) Downloading/unpacking pyasn1>=0.1.8 (from cryptography) Getting page https://pypi.python.org/simple/pyasn1/ URLs to search for versions for pyasn1>=0.1.8 (from cryptography):
-
https://pypi.python.org/simple/pyasn1/ Analyzing links from page https://pypi.python.org/simple/pyasn1/ Skipping link https://pypi.python.org/packages/2.3/p/pyasn1/pyasn1-0.0.11a-py2.3.egg#md5=65186ddc10ad2dddfd370b60744de21a (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.3/p/pyasn1/pyasn1-0.0.12a-py2.3.egg#md5=a47d3e4f55dbc2ccd6a5305ee19aa6f7 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.3/p/pyasn1/pyasn1-0.0.13-py2.3.egg#md5=4ac23fcf2c4054140be413e9e46baba3 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.3/p/pyasn1/pyasn1-0.0.13a-py2.3.egg#md5=f545c2eeff5ff0ddcfea5dea5fdb41e9 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.3/p/pyasn1/pyasn1-0.0.13b-py2.3.egg#md5=25e7d8168a2fe9c293e2a2559ea8ec6e (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.4/p/pyasn1/pyasn1-0.0.11a-py2.4.egg#md5=b4c228520ef7c215baac8a3370ff1ed7 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.4/p/pyasn1/pyasn1-0.0.12a-py2.4.egg#md5=24ec68db485770e26f0019051a5fb0e4 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.4/p/pyasn1/pyasn1-0.0.13-py2.4.egg#md5=bcd87124f613f7daffbaff17be8bc30e (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.4/p/pyasn1/pyasn1-0.0.13a-py2.4.egg#md5=dc5905b85f96097238adeb37cdf4abec (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.4/p/pyasn1/pyasn1-0.0.13b-py2.4.egg#md5=6e64300dcd1af216feb7de46d7f3c289 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.4/p/pyasn1/pyasn1-0.1.1-py2.4.egg#md5=3be57b24425c486b2e37965b5b020900 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.4/p/pyasn1/pyasn1-0.1.2-py2.4.egg#md5=fc0613c149571782075839dfdd19cb8d (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.4/p/pyasn1/pyasn1-0.1.3-py2.4.egg#md5=4b569d0e899d80e614a8def1d4bac0c1 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.4/p/pyasn1/pyasn1-0.1.4-py2.4.egg#md5=441782fe931983be28d1180a0022dbc7 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.4/p/pyasn1/pyasn1-0.1.5-py2.4.egg#md5=9801921c021171460260886117abcd30 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.4/p/pyasn1/pyasn1-0.1.6-py2.4.egg#md5=36c6d247e00d21328a533e1733cfb862 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.4/p/pyasn1/pyasn1-0.1.7-py2.4.egg#md5=4aff4e54fd322b6827d661537140bccf (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.4/p/pyasn1/pyasn1-0.1.8-py2.4.egg#md5=94611f375f9d89273b32f23b736d5fb7 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.4/p/pyasn1/pyasn1-0.1.9-py2.4.egg#md5=b35258be048908344bda6feb59aa1186 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.5/p/pyasn1/pyasn1-0.0.11a-py2.5.egg#md5=2c4eca6ab6b168c06e91774cc092949c (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.5/p/pyasn1/pyasn1-0.0.12a-py2.5.egg#md5=7e1626dab3c73f0643465a1c5b7cc203 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.5/p/pyasn1/pyasn1-0.0.13-py2.5.egg#md5=098e94eb7572efbcda9b29581676a650 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.5/p/pyasn1/pyasn1-0.0.13a-py2.5.egg#md5=85c29314c6fd2f96edf49e5f8c551e09 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.5/p/pyasn1/pyasn1-0.0.13b-py2.5.egg#md5=f8016bc41264046a84d16545a06b0a1a (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.5/p/pyasn1/pyasn1-0.1.1-py2.5.egg#md5=cb55355774f47ffa4f6172cbae2c9533 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.5/p/pyasn1/pyasn1-0.1.2-py2.5.egg#md5=7ce999c5524b36733a6d850cf2c1217b (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.5/p/pyasn1/pyasn1-0.1.3-py2.5.egg#md5=47f50ccfb47bfc4413db0722aa3f1ae2 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.5/p/pyasn1/pyasn1-0.1.4-py2.5.egg#md5=08a3047e52ab41cabed06f6aa906b610 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.5/p/pyasn1/pyasn1-0.1.5-py2.5.egg#md5=e2cee9f92cbcc61d3975c539a0502ee7 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.5/p/pyasn1/pyasn1-0.1.6-py2.5.egg#md5=33f92e0ca9c529f16b39e2aa8f31d1d5 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.5/p/pyasn1/pyasn1-0.1.7-py2.5.egg#md5=5fa894b002792530a5a51bdb4116fbca (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.5/p/pyasn1/pyasn1-0.1.8-py2.5.egg#md5=d72c6e92cc76fd541babbaa47992c9ff (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.5/p/pyasn1/pyasn1-0.1.9-py2.5.egg#md5=4218dd7c26c0afc634a1b52e81f15cf2 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.6/p/pyasn1/pyasn1-0.0.11a-py2.6.egg#md5=9ecdb1a618b3e3adfb0a457ffa08588a (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.6/p/pyasn1/pyasn1-0.0.12a-py2.6.egg#md5=ab276e764e3774a29408ed888fc5942a (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.6/p/pyasn1/pyasn1-0.0.13-py2.6.egg#md5=a518f52f5e746750d3db63007ea9212c (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.6/p/pyasn1/pyasn1-0.0.13a-py2.6.egg#md5=3198c42f1418ea1ef44f61dfda7dac02 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.6/p/pyasn1/pyasn1-0.0.13b-py2.6.egg#md5=f80684d028e193e0df7a562bef73afec (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.6/p/pyasn1/pyasn1-0.1.1-py2.6.egg#md5=50fae6f55dc73c070fec77091ea598dd (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.6/p/pyasn1/pyasn1-0.1.2-py2.6.egg#md5=7965675cbf6dfcc708022ed8902cd4b7 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.6/p/pyasn1/pyasn1-0.1.3-py2.6.egg#md5=4712c06d45644b1bf71165d5c8589ffd (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.6/p/pyasn1/pyasn1-0.1.4-py2.6.egg#md5=5638b1f295b4bb8925c65a504f683aec (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.6/p/pyasn1/pyasn1-0.1.5-py2.6.egg#md5=0290173970bbf606d963394e99d8b857 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.6/p/pyasn1/pyasn1-0.1.6-py2.6.egg#md5=c3652859b07c1c6908387826e0a337d5 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.6/p/pyasn1/pyasn1-0.1.7-py2.6.egg#md5=3f15fb53d344b0b625f70da160fea6e6 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.6/p/pyasn1/pyasn1-0.1.8-py2.6.egg#md5=5bcdbf007640610b90b16d54cc2f31e6 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.6/p/pyasn1/pyasn1-0.1.9-py2.6.egg#md5=151d3873375c20721f36de07da564577 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.7/p/pyasn1/pyasn1-0.0.11a-py2.7.egg#md5=7c8ec1a89c8ebdc93b1a3888e9164335 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.7/p/pyasn1/pyasn1-0.0.12a-py2.7.egg#md5=924d64c3d142ec470aa39c9b72b250be (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.7/p/pyasn1/pyasn1-0.0.13-py2.7.egg#md5=9f9b6ecc9459b3853e270547e6a2800d (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.7/p/pyasn1/pyasn1-0.0.13a-py2.7.egg#md5=9c19182a00dbf70c12e0fc96decd3ce8 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.7/p/pyasn1/pyasn1-0.0.13b-py2.7.egg#md5=146ff6f9c74f819810bb4ed9c6cd39aa (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.7/p/pyasn1/pyasn1-0.1.1-py2.7.egg#md5=6af9e54fde4bcd80d4503f3ee8349127 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.7/p/pyasn1/pyasn1-0.1.2-py2.7.egg#md5=ada91fa99ccfeae2e1ddb7bfcf719743 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.7/p/pyasn1/pyasn1-0.1.3-py2.7.egg#md5=8ac024c87c89b5c8444839ddb7527940 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.7/p/pyasn1/pyasn1-0.1.4-py2.7.egg#md5=66931c4b483604f22493f60c4fa2b758 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.7/p/pyasn1/pyasn1-0.1.5-py2.7.egg#md5=99b85324fa7aaaf8ce187bee3c9b7c56 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.7/p/pyasn1/pyasn1-0.1.6-py2.7.egg#md5=32fe674373531b35be38f93c18d467de (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.7/p/pyasn1/pyasn1-0.1.7-py2.7.egg#md5=15f079cabee01402bf86ca8b83356469 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.7/p/pyasn1/pyasn1-0.1.8-py2.7.egg#md5=59f23a2692b9b4bc7901d166eba69167 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/2.7/p/pyasn1/pyasn1-0.1.9-py2.7.egg#md5=08eef0e822233609f6cad55b419ae00c (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.0/p/pyasn1/pyasn1-0.1.1-py3.0.egg#md5=ee2c39162adc860e2ad756cd55e54693 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.0/p/pyasn1/pyasn1-0.1.2-py3.0.egg#md5=9510e3511d464019c7fe55d97bdd96d5 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.0/p/pyasn1/pyasn1-0.1.3-py3.0.egg#md5=1d3d28663f6eb4d992811bac7094b09d (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.0/p/pyasn1/pyasn1-0.1.4-py3.0.egg#md5=7d05c5a783cd91f6d9e232cf5ebc0a77 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.0/p/pyasn1/pyasn1-0.1.5-py3.0.egg#md5=f6e7431b893392d3fe830db6930fa715 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.0/p/pyasn1/pyasn1-0.1.6-py3.0.egg#md5=44c960ce382373b706b3e5e3243a7a98 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.0/p/pyasn1/pyasn1-0.1.7-py3.0.egg#md5=5d2ca810159fcac7a3ee5a76d8766a29 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.1/p/pyasn1/pyasn1-0.1.1-py3.1.egg#md5=3532f631d0011ef03814c27c10ca910f (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.1/p/pyasn1/pyasn1-0.1.2-py3.1.egg#md5=3fcd0135855631143c8f4f07fd49250d (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.1/p/pyasn1/pyasn1-0.1.3-py3.1.egg#md5=faefb3b9be47a7cdf50aa4365c692540 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.1/p/pyasn1/pyasn1-0.1.4-py3.1.egg#md5=4cd058ca65fe995a8f24341b6efa987a (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.1/p/pyasn1/pyasn1-0.1.5-py3.1.egg#md5=90115ec4220c0b9f7ca97aa0be4b4d3b (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.1/p/pyasn1/pyasn1-0.1.6-py3.1.egg#md5=53993be4bc0ef72c7a87eaabf3cb13fa (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.1/p/pyasn1/pyasn1-0.1.7-py3.1.egg#md5=1c105e742bc86b96f00c237edeb72cc9 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.1/p/pyasn1/pyasn1-0.1.8-py3.1.egg#md5=3893170025e532724efb95c877559bd0 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.1/p/pyasn1/pyasn1-0.1.9-py3.1.egg#md5=abc11409e107155d82b845c97cb76d4d (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.2/p/pyasn1/pyasn1-0.1.1-py3.2.egg#md5=84cd2313940eb6033c5beb17cda047e7 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.2/p/pyasn1/pyasn1-0.1.2-py3.2.egg#md5=d5db3fbd4959a46e3cf60c4bd5ab1cce (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.2/p/pyasn1/pyasn1-0.1.3-py3.2.egg#md5=dbb46489cc09d698db59dadf150be678 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.2/p/pyasn1/pyasn1-0.1.4-py3.2.egg#md5=2e61d15d24bb1621d61414c84cb4d657 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.2/p/pyasn1/pyasn1-0.1.5-py3.2.egg#md5=d696f58a7e689032685c553d531a1fa4 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.2/p/pyasn1/pyasn1-0.1.6-py3.2.egg#md5=5734c97c7cb64346115336213aa15af2 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.2/p/pyasn1/pyasn1-0.1.7-py3.2.egg#md5=67770200ed85e08051c1b62bf67649ff (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.2/p/pyasn1/pyasn1-0.1.8-py3.2.egg#md5=5a474e22fd69a7d17e0f542510df5c50 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.2/p/pyasn1/pyasn1-0.1.9-py3.2.egg#md5=ddfaead6a68fa88f366120d5965ee79e (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.3/p/pyasn1/pyasn1-0.1.3-py3.3.egg#md5=0aab63dca8b8f20289ce1b7044a1a7d5 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.3/p/pyasn1/pyasn1-0.1.4-py3.3.egg#md5=49437d7e274e93c8279ae1a71c599ce3 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.3/p/pyasn1/pyasn1-0.1.5-py3.3.egg#md5=b56b73750436b7a67765f17e4a4e7021 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.3/p/pyasn1/pyasn1-0.1.6-py3.3.egg#md5=33c86f263488960cd98d192680082365 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.3/p/pyasn1/pyasn1-0.1.7-py3.3.egg#md5=0c2a5a516bd8c56dd920e948672b4078 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.3/p/pyasn1/pyasn1-0.1.8-py3.3.egg#md5=f97b8825941e2b074f3a961f0ffabd82 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.3/p/pyasn1/pyasn1-0.1.9-py3.3.egg#md5=6c35723dc0e8f5ef533eeb7b09e41ae1 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.4/p/pyasn1/pyasn1-0.1.8-py3.4.egg#md5=6b0fa78788b2ca5ee420063b87e02f67 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Skipping link https://pypi.python.org/packages/3.4/p/pyasn1/pyasn1-0.1.9-py3.4.egg#md5=af8d486c4bca951d5a17880fbb9b3a0f (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Found link https://pypi.python.org/packages/3.5/p/pyasn1/pyasn1-0.1.9-py2.py3-none-any.whl#md5=0122c4548f64510b24a35353c0837198 (from https://pypi.python.org/simple/pyasn1/), version: 0.1.9 Skipping link https://pypi.python.org/packages/3.5/p/pyasn1/pyasn1-0.1.9-py3.5.egg#md5=353ed400f4ae0d2b6d47efbf39258775 (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Found link https://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.0.10a.tar.gz#md5=4e2eb5b93243ae5139950db99d5e92a3 (from https://pypi.python.org/simple/pyasn1/), version: 0.0.10a Found link https://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.0.11a.tar.gz#md5=a99ff02b24a98614f34ba196208d9cac (from https://pypi.python.org/simple/pyasn1/), version: 0.0.11a Found link https://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.0.12a.tar.gz#md5=ab73da1ea0acf4a510b3f67f2d5a2b6f (from https://pypi.python.org/simple/pyasn1/), version: 0.0.12a Found link https://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.0.13.tar.gz#md5=c7258bdbc75fbe850596fe7c43e31fe9 (from https://pypi.python.org/simple/pyasn1/), version: 0.0.13 Found link https://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.0.13a.tar.gz#md5=6ac24ebf86278a9be76cd40aad95c9dd (from https://pypi.python.org/simple/pyasn1/), version: 0.0.13a Found link https://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.0.13b.tar.gz#md5=a48b2661f3c56773e4c7a6da854a4593 (from https://pypi.python.org/simple/pyasn1/), version: 0.0.13b Found link https://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.0.9a.tar.gz#md5=a6b26c57bae5484381cd558c15277c03 (from https://pypi.python.org/simple/pyasn1/), version: 0.0.9a Found link https://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.1.1.tar.gz#md5=504033e6f6c3b124636c0cb87997ab64 (from https://pypi.python.org/simple/pyasn1/), version: 0.1.1 Found link https://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.1.2.tar.gz#md5=a7c67f5880a16a347a4d3ce445862a47 (from https://pypi.python.org/simple/pyasn1/), version: 0.1.2 Found link https://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.1.3.tar.gz#md5=b888dfba318c19b07e15813721a8f96e (from https://pypi.python.org/simple/pyasn1/), version: 0.1.3 Found link https://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.1.4.tar.gz#md5=cf510d9123b61e16451999664c28fa0a (from https://pypi.python.org/simple/pyasn1/), version: 0.1.4 Found link https://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.1.5.tar.gz#md5=59e5a270242ebc398fe1ecd1c187f9d0 (from https://pypi.python.org/simple/pyasn1/), version: 0.1.5 Found link https://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.1.6.tar.gz#md5=e1851ac1123c50f134cc29420fd5e0bd (from https://pypi.python.org/simple/pyasn1/), version: 0.1.6 Found link https://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.1.7.tar.gz#md5=2cbd80fcd4c7b1c82180d3d76fee18c8 (from https://pypi.python.org/simple/pyasn1/), version: 0.1.7 Found link https://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.1.8.tar.gz#md5=7f6526f968986a789b1e5e372f0b7065 (from https://pypi.python.org/simple/pyasn1/), version: 0.1.8 Found link https://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.1.9.tar.gz#md5=f00a02a631d4016818659d1cc38d229a (from https://pypi.python.org/simple/pyasn1/), version: 0.1.9 Skipping link https://pypi.python.org/packages/2.5/p/pyasn1/pyasn1-0.1.7-py2.5.egg#md5=%20% 95fa894b002792530a5a51bdb4116fbca (from https://pypi.python.org/simple/pyasn1/); unknown archive format: .egg Ignoring link https://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.0.10a.tar.gz#md5=4e2eb5b93243ae5139950db99d5e92a3 (from https://pypi.python.org/simple/pyasn1/), version 0.0.10a doesn't match >=0.1.8 Ignoring link https://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.0.11a.tar.gz#md5=a99ff02b24a98614f34ba196208d9cac (from https://pypi.python.org/simple/pyasn1/), version 0.0.11a doesn't match >=0.1.8 Ignoring link https://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.0.12a.tar.gz#md5=ab73da1ea0acf4a510b3f67f2d5a2b6f (from https://pypi.python.org/simple/pyasn1/), version 0.0.12a doesn't match >=0.1.8 Ignoring link https://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.0.13.tar.gz#md5=c7258bdbc75fbe850596fe7c43e31fe9 (from https://pypi.python.org/simple/pyasn1/), version 0.0.13 doesn't match >=0.1.8 Ignoring link https://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.0.13a.tar.gz#md5=6ac24ebf86278a9be76cd40aad95c9dd (from https://pypi.python.org/simple/pyasn1/), version 0.0.13a doesn't match >=0.1.8 Ignoring link https://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.0.13b.tar.gz#md5=a48b2661f3c56773e4c7a6da854a4593 (from https://pypi.python.org/simple/pyasn1/), version 0.0.13b doesn't match >=0.1.8 Ignoring link https://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.0.9a.tar.gz#md5=a6b26c57bae5484381cd558c15277c03 (from https://pypi.python.org/simple/pyasn1/), version 0.0.9a doesn't match >=0.1.8 Ignoring link https://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.1.1.tar.gz#md5=504033e6f6c3b124636c0cb87997ab64 (from https://pypi.python.org/simple/pyasn1/), version 0.1.1 doesn't match >=0.1.8 Ignoring link https://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.1.2.tar.gz#md5=a7c67f5880a16a347a4d3ce445862a47 (from https://pypi.python.org/simple/pyasn1/), version 0.1.2 doesn't match >=0.1.8 Ignoring link https://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.1.3.tar.gz#md5=b888dfba318c19b07e15813721a8f96e (from https://pypi.python.org/simple/pyasn1/), version 0.1.3 doesn't match >=0.1.8 Ignoring link https://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.1.4.tar.gz#md5=cf510d9123b61e16451999664c28fa0a (from https://pypi.python.org/simple/pyasn1/), version 0.1.4 doesn't match >=0.1.8 Ignoring link https://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.1.5.tar.gz#md5=59e5a270242ebc398fe1ecd1c187f9d0 (from https://pypi.python.org/simple/pyasn1/), version 0.1.5 doesn't match >=0.1.8 Ignoring link https://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.1.6.tar.gz#md5=e1851ac1123c50f134cc29420fd5e0bd (from https://pypi.python.org/simple/pyasn1/), version 0.1.6 doesn't match >=0.1.8 Ignoring link https://pypi.python.org/packages/source/p/pyasn1/pyasn1-0.1.7.tar.gz#md5=2cbd80fcd4c7b1c82180d3d76fee18c8 (from https://pypi.python.org/simple/pyasn1/), version 0.1.7 doesn't match >=0.1.8 Using version 0.1.9 (newest of versions: 0.1.9, 0.1.9, 0.1.8) Downloading pyasn1-0.1.9-py2.py3-none-any.whl Downloading from URL https://pypi.python.org/packages/3.5/p/pyasn1/pyasn1-0.1.9-py2.py3-none-any.whl#md5=0122c4548f64510b24a35353c0837198 (from https://pypi.python.org/simple/pyasn1/) Requirement already satisfied (use --upgrade to upgrade): six>=1.4.1 in /usr/lib/python3/dist-packages (from cryptography) Requirement already satisfied (use --upgrade to upgrade): setuptools in /usr/lib/python3/dist-packages (from cryptography) skipping extra certs skipping extra ssl:sys_platform=='win32' Downloading/unpacking cffi>=1.1.0 (from cryptography) Getting page https://pypi.python.org/simple/cffi/ URLs to search for versions for cffi>=1.1.0 (from cryptography):
-
https://pypi.python.org/simple/cffi/ Analyzing links from page https://pypi.python.org/simple/cffi/ Skipping https://pypi.python.org/packages/2.6/c/cffi/cffi-0.9.0-cp26-none-win32.whl#md5=5448f38557332caf445f2b1b3d96493c (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/2.6/c/cffi/cffi-0.9.0-cp26-none-win_amd64.whl#md5=9f94745d46800c8bba07d12daca1ba1f (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/2.7/c/cffi/cffi-0.9.0-cp27-none-win32.whl#md5=ebcd4e82a543fa4156422b31800937c0 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/2.7/c/cffi/cffi-0.9.0-cp27-none-win_amd64.whl#md5=d8e18810793a6693547c190cf1470518 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/3.2/c/cffi/cffi-0.9.0-cp32-none-win32.whl#md5=e1d89bca7d9ba40d559f3dff41758dee (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/3.2/c/cffi/cffi-0.9.0-cp32-none-win_amd64.whl#md5=36ed3dfd9b2de4935a2ad9900fecf36e (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/3.3/c/cffi/cffi-0.9.0-cp33-none-win32.whl#md5=356f083130ef3e6eb2abb713d8fa3b34 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/3.3/c/cffi/cffi-0.9.0-cp33-none-win_amd64.whl#md5=a208a83ca8fbd200160d84d422ce2140 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/3.4/c/cffi/cffi-0.9.0-cp34-none-win32.whl#md5=eb03d916bf3ec583640995cd84523530 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/3.4/c/cffi/cffi-0.9.0-cp34-none-win_amd64.whl#md5=5ffd1ba04d5278131a342f3f3c990169 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-0.8.1-cp26-none-win32.whl#md5=43c5e5dee0623bedecddda42a3244b81 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-0.8.2-cp26-none-win32.whl#md5=b96b84d22204db3955ea89e95a26ebc6 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-0.8.2-cp26-none-win_amd64.whl#md5=4ad6b4952b0aef43dc52613b3c8ce935 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-0.8.3-cp26-none-win32.whl#md5=2ab21b1089d262ac469a6ffd7957ee3e (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-0.8.3-cp26-none-win_amd64.whl#md5=e2247c7f15c5675514138ddbc89fa910 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-0.8.4-cp26-none-win32.whl#md5=efb3fc7a94ea39f56edcab1ec3571f8e (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-0.8.4-cp26-none-win_amd64.whl#md5=1568dd5c9259239d7e25ea3015880465 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-0.8.5-cp26-none-win32.whl#md5=1fe2127a3cebdcddb4868683795145d8 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-0.8.5-cp26-none-win_amd64.whl#md5=4b78a6d17909e05686f1e63c71bc37ff (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-0.8.6-cp26-none-win32.whl#md5=0c3357908bdb31c3f8f4826113765f17 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-0.8.6-cp26-none-win_amd64.whl#md5=4bac2d83dc7acea7af3dd01e2ec84dcf (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-0.9.1-cp26-none-win32.whl#md5=fd84c467152e153b8bb04e701c9d0800 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-0.9.1-cp26-none-win_amd64.whl#md5=85cf4ac7841014af78b34b07711698ec (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-0.9.2-cp26-none-win32.whl#md5=9e2c175609ad84f6ffa6006092776fef (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-0.9.2-cp26-none-win_amd64.whl#md5=db74894cb5661914ba9280f63f53112a (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-1.0.0-cp26-none-win32.whl#md5=0b44d906af74b6a6743cc6543e7db212 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-1.0.0-cp26-none-win_amd64.whl#md5=1b3e64076407431fd5c23eb336e51443 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-1.0.1-cp26-none-win32.whl#md5=4452136546b8e52c7b5e83d830f1f0f9 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-1.0.1-cp26-none-win_amd64.whl#md5=8386a7a0e5f81371cc5b1f171584486e (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-1.0.2-2-cp26-none-win32.whl#md5=0463d49fbd46ee3c88d4899ddbd21c34 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-1.0.2-2-cp26-none-win_amd64.whl#md5=9561a0de215ecdb8d97dd6747bfbc60c (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-1.0.3-cp26-none-win32.whl#md5=ed9580b0bee8c0b9f56e3d09d42ab0eb (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-1.0.3-cp26-none-win_amd64.whl#md5=6be77b5c4352daffd3a347f4c17b68e9 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-1.1.0-cp26-none-win32.whl#md5=3389d2d98803f2f6779cb02846268b55 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-1.1.0-cp26-none-win_amd64.whl#md5=b3074b384f0ffe5a77128289e126da2f (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-1.1.1-cp26-none-win32.whl#md5=e30167a2786528402df57b930d539e8f (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-1.1.1-cp26-none-win_amd64.whl#md5=7923f5b5452eeb055e75be9c810dd16b (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-1.1.2-cp26-none-win32.whl#md5=eb3ee9bbcb17e8d127f3766db357fa28 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-1.1.2-cp26-none-win_amd64.whl#md5=a83ffaddbe3ffd529c645da21df4d7ad (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-1.2.0-cp26-none-win32.whl#md5=6b60c5a700d39c9b32d0cce32b3ba491 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-1.2.0-cp26-none-win_amd64.whl#md5=e7de2eb998fefab212d9bc0996cf2c00 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-1.2.1-cp26-none-macosx_10_10_intel.whl#md5=ff2274148ab8d3588d85f4be9ae60ad6 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-1.2.1-cp26-none-win32.whl#md5=5f0fb3ac42ee174557595a853a00bb68 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp26/c/cffi/cffi-1.2.1-cp26-none-win_amd64.whl#md5=47704a820aa600cd3df29c68e7f15c23 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-0.8.1-cp27-none-win32.whl#md5=a24b8aac42b4b35009bdda89ab33173d (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-0.8.2-cp27-none-win32.whl#md5=748720929cf4175330f6459e13b4f45a (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-0.8.2-cp27-none-win_amd64.whl#md5=39bef680d138f48f985bdb1de18ae8e1 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-0.8.3-cp27-none-win32.whl#md5=0ba0b969d6ef7d29dbd8dfa70db424e2 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-0.8.3-cp27-none-win_amd64.whl#md5=cf5813c5d11c62b8b4ffe97b43c2c1e6 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-0.8.4-cp27-none-win32.whl#md5=5a6792f2ad223ef9ed192322ba89d182 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-0.8.4-cp27-none-win_amd64.whl#md5=e39609c47f214c784b6bdd38e29d0bc2 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-0.8.5-cp27-none-win32.whl#md5=2daaf993425d7ca2c15ebc5a4af8f92a (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-0.8.5-cp27-none-win_amd64.whl#md5=36546be7d52d80a4d7d65bb1b02cf1c9 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-0.8.6-cp27-none-win32.whl#md5=aedc78351af65c4f514df0f2812473eb (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-0.8.6-cp27-none-win_amd64.whl#md5=55186e37f92228fe613e533dd7d99a1b (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-0.9.1-cp27-none-win32.whl#md5=2a97c4b8db290e0b3281d81e7e419465 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-0.9.1-cp27-none-win_amd64.whl#md5=fd4bd80abe5c8f84108fd44dc78ec4b8 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-0.9.2-cp27-none-win32.whl#md5=dd217315101bfde6a47b60c2b1ca0aeb (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-0.9.2-cp27-none-win_amd64.whl#md5=ade003e9f5217cc6b4df244a6f45eb41 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-1.0.0-cp27-none-win32.whl#md5=6ddad6649fce96586197f757cd19c638 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-1.0.0-cp27-none-win_amd64.whl#md5=fdd77297d0903376d1fe98ccbd1200a3 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-1.0.1-cp27-none-win32.whl#md5=1002ed07ec884d118b973ad44d7fdc5f (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-1.0.1-cp27-none-win_amd64.whl#md5=b438e4fb84c7441dba647267cb1ab04a (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-1.0.2-2-cp27-none-win32.whl#md5=a77125b65896c7d46c6e79d1b97faa5c (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-1.0.2-2-cp27-none-win_amd64.whl#md5=39451a58be8dd7c3ccf80db4b4514d49 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-1.0.3-cp27-none-win32.whl#md5=95079a0696b1dc0519b661ca6731b04b (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-1.0.3-cp27-none-win_amd64.whl#md5=24dc709e506cd99f3e9542ff277974bb (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-1.1.0-cp27-none-win32.whl#md5=10cdffe385401d072015b99ae4361c4e (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-1.1.0-cp27-none-win_amd64.whl#md5=2acd5dc8eee9e60ce94ca7cc942636e0 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-1.1.1-cp27-none-win32.whl#md5=41498160ef1397b8acfa7e785f624fc3 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-1.1.1-cp27-none-win_amd64.whl#md5=3c4c9b075b19339f58a2dc52d886e984 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-1.1.2-cp27-none-win32.whl#md5=f3ecc74b102254f9be7341e99955e224 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-1.1.2-cp27-none-win_amd64.whl#md5=6f7427671e14d21ab4547b3af066083d (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-1.2.0-cp27-none-win32.whl#md5=5fb751f60d0d5414369109435b705a19 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-1.2.0-cp27-none-win_amd64.whl#md5=9853d7581dc836c474d07712c19c6d1a (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-1.2.1-cp27-none-macosx_10_10_intel.whl#md5=fd3e5773f3ba0a5b6566af19a3e89385 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-1.2.1-cp27-none-win32.whl#md5=73e5760481233afa972714fcad544859 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp27/c/cffi/cffi-1.2.1-cp27-none-win_amd64.whl#md5=d4135629f9d0189276e2277fa155e6d5 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-0.8.1-cp32-none-win32.whl#md5=186fc3ae218025ec1ef506231cf55d0b (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-0.8.2-cp32-none-win32.whl#md5=2e1f0db1a890bf0ba0062f182fc0214a (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-0.8.2-cp32-none-win_amd64.whl#md5=999137217400787f979e85935bc8eb79 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-0.8.3-cp32-none-win32.whl#md5=25109eb1aaa80e71de39b958ce300546 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-0.8.3-cp32-none-win_amd64.whl#md5=5e14e9ad8d6f6107d68b8f2963695cae (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-0.8.4-cp32-none-win32.whl#md5=d1afdf169947146e4a28a7b756043a2d (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-0.8.4-cp32-none-win_amd64.whl#md5=848aaeb2c63e18e25ba616a6e23f1226 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-0.8.5-cp32-none-win32.whl#md5=f499b65007fcda93551463a9cdb219d5 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-0.8.5-cp32-none-win_amd64.whl#md5=53e4d76448aa626db8c13aeb96f77aaf (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-0.8.6-cp32-none-win32.whl#md5=3e1235fb1ec4779b8caef0cf08e3ba42 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-0.8.6-cp32-none-win_amd64.whl#md5=12411f18fff42d3beff45abc03681c45 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-0.9.1-cp32-none-win32.whl#md5=b002b9f3d3294898f9df04a137f1ac2f (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-0.9.1-cp32-none-win_amd64.whl#md5=60875b55e1a3f1e4f368937e0f012d78 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-0.9.2-cp32-none-win32.whl#md5=8cff4d01f8a0f486bf4ecd598c601403 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-0.9.2-cp32-none-win_amd64.whl#md5=14d2f1d2af1f9cef81da635127778f7e (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-1.0.0-cp32-none-win32.whl#md5=ef1eeda65a38fe85f6151f05465bf21a (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-1.0.0-cp32-none-win_amd64.whl#md5=515d45b27c62bb0e0a27a90f5157d5e2 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-1.0.1-cp32-none-win32.whl#md5=789b834ee4323cbfbefc4862adc0507a (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-1.0.1-cp32-none-win_amd64.whl#md5=b4967d9a7d12e9f425fb0461aafc4981 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-1.0.2-2-cp32-none-win32.whl#md5=f557bcac944d45ed6ab36e04ea819188 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-1.0.2-2-cp32-none-win_amd64.whl#md5=98e965581b852dda70cafe17c23bcab4 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-1.0.3-cp32-none-win32.whl#md5=1abcb6b9d1a799a576df01e5af958e08 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-1.0.3-cp32-none-win_amd64.whl#md5=db73cf48026fd6ed3b1072bc7a24b65a (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-1.1.0-cp32-none-win32.whl#md5=32d6b83a77ea9748c441f3945a4c87c1 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-1.1.0-cp32-none-win_amd64.whl#md5=f414c2e1ab9f4f0ec2b4045099d8a476 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-1.1.1-cp32-none-win32.whl#md5=34e6a8a4ae993938a4e0bcb4e9e2cf9a (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-1.1.1-cp32-none-win_amd64.whl#md5=161786eed9cc3440bfb88f1dce4a5c56 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-1.1.2-cp32-none-win32.whl#md5=b4fa68462930f692f53fc94cdb0bb3eb (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-1.1.2-cp32-none-win_amd64.whl#md5=6cf026e13f0bdf506626bff6f8f8ecbe (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-1.2.0-cp32-none-win32.whl#md5=91ae45295a56203630804353de72c9bb (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-1.2.0-cp32-none-win_amd64.whl#md5=c41f8253fa971679af42cf00e87c57e9 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-1.2.1-cp32-none-win32.whl#md5=01388d747c5d0d1de25339556b214abd (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp32/c/cffi/cffi-1.2.1-cp32-none-win_amd64.whl#md5=0d50b307223ff6691070aca5e4a4f559 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-0.8.1-cp33-none-win32.whl#md5=73259a8c2eb0869d67964d3e2dba3424 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-0.8.2-cp33-none-win32.whl#md5=b3d7b747675d86fcf43859922e1d6d93 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-0.8.2-cp33-none-win_amd64.whl#md5=9461ce831b01f36c64a84c25dbf7aaac (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-0.8.3-cp33-none-win32.whl#md5=40d857058e4edb010ea68cc5ae883b86 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-0.8.3-cp33-none-win_amd64.whl#md5=e5adb7b514c088daf4e4f4af262c8a57 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-0.8.4-cp33-none-win32.whl#md5=cdc850caebfe7eecf98414269dacc9a4 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-0.8.4-cp33-none-win_amd64.whl#md5=ee56e29c9afc9521195564e34a377f43 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-0.8.5-cp33-none-win32.whl#md5=75e8acff308c0eb1443a2aa56dcd57c4 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-0.8.5-cp33-none-win_amd64.whl#md5=07bada595b7dcadf0644aa9938f41ca6 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-0.8.6-cp33-none-win32.whl#md5=3b4cdfb0cafccaf9de1f0260cdc55204 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-0.8.6-cp33-none-win_amd64.whl#md5=17af74c4b52e5a0fa2105406944f0f40 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-0.9.1-cp33-none-win32.whl#md5=6f4ac95c3a3c3feed48d4f86ff87bf1f (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-0.9.1-cp33-none-win_amd64.whl#md5=0bb4e67779055676f8515cb65ba0620a (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-0.9.2-cp33-none-win32.whl#md5=7e823b4b535399f3c9f7201b22dab2b5 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-0.9.2-cp33-none-win_amd64.whl#md5=71a272cd7f07fc3e6b0fceaed82ad9e5 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-1.0.0-cp33-none-win32.whl#md5=6b22fd67172a16bd742a55da3cff79e1 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-1.0.0-cp33-none-win_amd64.whl#md5=a39828b3012f0185d742b268d544577e (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-1.0.1-cp33-none-win32.whl#md5=8be74133a61f298b4a0578f192457365 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-1.0.1-cp33-none-win_amd64.whl#md5=eb43247c8a5cfcefa78ec93cee30bab3 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-1.0.2-2-cp33-none-win32.whl#md5=b26b63c103f189fe9ed32a414cc9d381 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-1.0.2-2-cp33-none-win_amd64.whl#md5=21c62be50c885ac1c5de627e01b7c0cb (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-1.0.3-cp33-none-win32.whl#md5=0eb933eb6c4b5c15afa9d70d00e9fbec (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-1.0.3-cp33-none-win_amd64.whl#md5=c8835e977953dda1334e6226e88e7366 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-1.1.0-cp33-none-win32.whl#md5=2518b61d7a23beb85c62c1fcf0a92f58 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-1.1.0-cp33-none-win_amd64.whl#md5=e1d914a54478836422a782cd67543c8a (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-1.1.1-cp33-none-win32.whl#md5=52d844029f5bfc1a4b3537674dc8dee9 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-1.1.1-cp33-none-win_amd64.whl#md5=f404917b55d64a8e1ef85341cb904782 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-1.1.2-cp33-none-win32.whl#md5=6eb88eee610467a9a67b753132fe9f7b (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-1.1.2-cp33-none-win_amd64.whl#md5=71975a860a47086af3fdc89aa0f0f145 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-1.2.0-cp33-none-win32.whl#md5=61da059c3f63725562a190f8c23045cd (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-1.2.0-cp33-none-win_amd64.whl#md5=003201718d56ad9c4430d5046249439b (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-1.2.1-cp33-cp33m-macosx_10_10_x86_64.whl#md5=d7a11e016b56a2858c4d2730b5383da2 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-1.2.1-cp33-none-win32.whl#md5=ae50d50d8214f59a5fc5a56697f66ec5 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp33/c/cffi/cffi-1.2.1-cp33-none-win_amd64.whl#md5=44734fc4460cfb6038d023efefd49684 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-0.8.2-cp34-none-win32.whl#md5=692578ca58384689ddf6b7c399f5dd60 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-0.8.2-cp34-none-win_amd64.whl#md5=5cbbe0e74cb337a032d49c3fab35174f (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-0.8.3-cp34-none-win32.whl#md5=9c8b4a7659b7236c690dc2334f638222 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-0.8.3-cp34-none-win_amd64.whl#md5=97f98bc62f3485e6d707c8da48bc05d0 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-0.8.4-cp34-none-win32.whl#md5=f3a677228d4b5c8ec5187ef746c9d83a (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-0.8.4-cp34-none-win_amd64.whl#md5=1bbf6f1d3d9a6de9359b6369a1b7d978 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-0.8.5-cp34-none-win32.whl#md5=809b79271638d9c4d3bab676db0033cd (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-0.8.5-cp34-none-win_amd64.whl#md5=d13b45982b8ec0b4548e36e0fc31076f (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-0.8.6-cp34-none-win32.whl#md5=5a6e13530b530d56fbd03ed2c801dceb (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-0.8.6-cp34-none-win_amd64.whl#md5=2027e69ada49ae224541a979aa23eabf (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-0.9.1-cp34-none-win32.whl#md5=de9dfdc05ee4902ad1bd260832ac0f31 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-0.9.1-cp34-none-win_amd64.whl#md5=c298a0118f2b484dba8286305c877df2 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-0.9.2-cp34-none-win32.whl#md5=0f85ed6cd72145581fa3f824c889cc03 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-0.9.2-cp34-none-win_amd64.whl#md5=7977bceee7c76f5379f0e7111ce776af (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-1.0.0-cp34-none-win32.whl#md5=2678cca6ac43d6a59e6d406a6eda118e (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-1.0.0-cp34-none-win_amd64.whl#md5=ed0ff2fb8fe72487228ed34f63741233 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-1.0.1-cp34-none-win32.whl#md5=6c81bbc9cb3f82fdda5356722a6eb4b5 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-1.0.1-cp34-none-win_amd64.whl#md5=c3e7df1c9106f5b51ed9bd05ae256d00 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-1.0.2-2-cp34-none-win32.whl#md5=b1b02516c0949ea6db181f539d4d4e1c (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-1.0.2-2-cp34-none-win_amd64.whl#md5=0b5c081a80fa687d01d4f4cd8c65844d (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-1.0.3-cp34-none-win32.whl#md5=1fa34bb869169a9f0cc01eb2283da86b (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-1.0.3-cp34-none-win_amd64.whl#md5=e3c32b75e6118d106a899abf13cdad35 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-1.1.0-cp34-none-win32.whl#md5=073104f5e050548c69fab91f17104dc0 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-1.1.0-cp34-none-win_amd64.whl#md5=e698aeef0f98576974f038117bd0d2d1 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-1.1.1-cp34-none-win32.whl#md5=81a2b3cd82a035ab9eebc14cd75df73a (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-1.1.1-cp34-none-win_amd64.whl#md5=a60e164a62cd0fbbebc8b725f24687fc (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-1.1.2-cp34-none-win32.whl#md5=5ab52890b085d4536fc35df69ac81ab0 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-1.1.2-cp34-none-win_amd64.whl#md5=fa382929359353ec850912dd8c9e759f (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-1.2.0-cp34-none-win32.whl#md5=a116ae08306fdeae33d7c3f797ec2c56 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-1.2.0-cp34-none-win_amd64.whl#md5=de2e6bee4c3b3592bf314776a4c37668 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-1.2.1-cp34-cp34m-macosx_10_10_x86_64.whl#md5=30d5d1e44f40b9e7852cf88a27387e68 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-1.2.1-cp34-none-win32.whl#md5=0d9dc4257b356a957fc78ec46e56daf7 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp34/c/cffi/cffi-1.2.1-cp34-none-win_amd64.whl#md5=054675c9a8073a833b49ebb4c7d3d6ac (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp35/c/cffi/cffi-1.2.0-1-cp35-none-win32.whl#md5=5ddb3e7ad9f0018ead20ceba20bde656 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp35/c/cffi/cffi-1.2.0-cp35-none-win_amd64.whl#md5=d2f37f007c364835ba9a3947e669d2a1 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp35/c/cffi/cffi-1.2.1-cp35-cp35m-macosx_10_10_x86_64.whl#md5=4ac7a94927e1b75ee916e6e35d3ad16c (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp35/c/cffi/cffi-1.2.1-cp35-none-win32.whl#md5=e5cd00faca700dfad8349b8ba1c95fdf (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Skipping https://pypi.python.org/packages/cp35/c/cffi/cffi-1.2.1-cp35-none-win_amd64.whl#md5=4ddaf280b42b032942432b92565f1cc3 (from https://pypi.python.org/simple/cffi/) because it is not compatible with this Python Found link https://pypi.python.org/packages/source/c/cffi/cffi-0.1.tar.gz#md5=d78ad460f708ddd1f550fd65fd0803e1 (from https://pypi.python.org/simple/cffi/), version: 0.1 Found link https://pypi.python.org/packages/source/c/cffi/cffi-0.2.1.tar.gz#md5=32dd211d55f6891a575cf2b5471768fd (from https://pypi.python.org/simple/cffi/), version: 0.2.1 Found link https://pypi.python.org/packages/source/c/cffi/cffi-0.2.tar.gz#md5=768f1214dbaf8839d120e8dfd658aa88 (from https://pypi.python.org/simple/cffi/), version: 0.2 Found link https://pypi.python.org/packages/source/c/cffi/cffi-0.3.tar.gz#md5=25dbc7b6182c64d08adeb6077bfa2743 (from https://pypi.python.org/simple/cffi/), version: 0.3 Found link https://pypi.python.org/packages/source/c/cffi/cffi-0.4.1.tar.gz#md5=e2b929397207d3ec7d88786dda7da474 (from https://pypi.python.org/simple/cffi/), version: 0.4.1 Found link https://pypi.python.org/packages/source/c/cffi/cffi-0.4.2.tar.gz#md5=c2a35af157006e966c67d1a725e7875e (from https://pypi.python.org/simple/cffi/), version: 0.4.2 Found link https://pypi.python.org/packages/source/c/cffi/cffi-0.4.tar.gz#md5=4d5cee77fcb328ece71d794dcc38b5a9 (from https://pypi.python.org/simple/cffi/), version: 0.4 Found link https://pypi.python.org/packages/source/c/cffi/cffi-0.5.tar.gz#md5=b163c11f68cad4371e8caeb91d81743f (from https://pypi.python.org/simple/cffi/), version: 0.5 Found link https://pypi.python.org/packages/source/c/cffi/cffi-0.6.tar.gz#md5=5be33b1ab0247a984d42b27344519337 (from https://pypi.python.org/simple/cffi/), version: 0.6 Found link https://pypi.python.org/packages/source/c/cffi/cffi-0.7.1.tar.gz#md5=dcfbb32d9a757d515801463602e4c533 (from https://pypi.python.org/simple/cffi/), version: 0.7.1 Found link https://pypi.python.org/packages/source/c/cffi/cffi-0.7.2.tar.gz#md5=d329f5cb2053fd31dafc02e2c9ef0299 (from https://pypi.python.org/simple/cffi/), version: 0.7.2 Found link https://pypi.python.org/packages/source/c/cffi/cffi-0.7.tar.gz#md5=2110516c65f7c9e6f324241c322178c8 (from https://pypi.python.org/simple/cffi/), version: 0.7 Found link https://pypi.python.org/packages/source/c/cffi/cffi-0.8.1.tar.gz#md5=1a877bf113bfe90fdefedbf9e39310d2 (from https://pypi.python.org/simple/cffi/), version: 0.8.1 Found link https://pypi.python.org/packages/source/c/cffi/cffi-0.8.2.tar.gz#md5=37fc88c62f40d04e8a18192433f951ec (from https://pypi.python.org/simple/cffi/), version: 0.8.2 Found link https://pypi.python.org/packages/source/c/cffi/cffi-0.8.3.tar.gz#md5=57e140a7d475f58bada8f2ada3f5749e (from https://pypi.python.org/simple/cffi/), version: 0.8.3 Found link https://pypi.python.org/packages/source/c/cffi/cffi-0.8.4.tar.gz#md5=148894125d3fa696b418dc6559818f7a (from https://pypi.python.org/simple/cffi/), version: 0.8.4 Found link https://pypi.python.org/packages/source/c/cffi/cffi-0.8.5.tar.gz#md5=964981f3fada08abbe9a6f8948f3a4c3 (from https://pypi.python.org/simple/cffi/), version: 0.8.5 Found link https://pypi.python.org/packages/source/c/cffi/cffi-0.8.6.tar.gz#md5=474b5a68299a6f05009171de1dc91be6 (from https://pypi.python.org/simple/cffi/), version: 0.8.6 Found link https://pypi.python.org/packages/source/c/cffi/cffi-0.8.tar.gz#md5=e61deb0515311bb42d5d58b9403bc923 (from https://pypi.python.org/simple/cffi/), version: 0.8 Found link https://pypi.python.org/packages/source/c/cffi/cffi-0.9.0.tar.gz#md5=3a2f6b9f16e8082271aed6dcac51a71a (from https://pypi.python.org/simple/cffi/), version: 0.9.0 Found link https://pypi.python.org/packages/source/c/cffi/cffi-0.9.1.tar.gz#md5=8dbdf23c600845b75654024e434601ce (from https://pypi.python.org/simple/cffi/), version: 0.9.1 Found link https://pypi.python.org/packages/source/c/cffi/cffi-0.9.2.tar.gz#md5=b1bf4625ae07a8a932f2f1a2eb200c54 (from https://pypi.python.org/simple/cffi/), version: 0.9.2 Found link https://pypi.python.org/packages/source/c/cffi/cffi-1.0.0.tar.gz#md5=e0a938e4880fe60b8d0200e8370f8940 (from https://pypi.python.org/simple/cffi/), version: 1.0.0 Found link https://pypi.python.org/packages/source/c/cffi/cffi-1.0.1.tar.gz#md5=77d0dbe608a58765d2fdeed31e6afb21 (from https://pypi.python.org/simple/cffi/), version: 1.0.1 Found link https://pypi.python.org/packages/source/c/cffi/cffi-1.0.2-2.tar.gz#md5=8b163fef45435c6f6ec089e1f4e9e29a (from https://pypi.python.org/simple/cffi/), version: 1.0.2-2 Found link https://pypi.python.org/packages/source/c/cffi/cffi-1.0.3.tar.gz#md5=45fd49ea2ebff794fc8b9556d4cde796 (from https://pypi.python.org/simple/cffi/), version: 1.0.3 Found link https://pypi.python.org/packages/source/c/cffi/cffi-1.1.0.tar.gz#md5=b58d43a708e757f63a905c6a0d9ecf7a (from https://pypi.python.org/simple/cffi/), version: 1.1.0 Found link https://pypi.python.org/packages/source/c/cffi/cffi-1.1.1.tar.gz#md5=f397363bfbf99048accb0498ffc3e72b (from https://pypi.python.org/simple/cffi/), version: 1.1.1 Found link https://pypi.python.org/packages/source/c/cffi/cffi-1.1.2.tar.gz#md5=ca6e6c45b45caa87aee9adc7c796eaea (from https://pypi.python.org/simple/cffi/), version: 1.1.2 Found link https://pypi.python.org/packages/source/c/cffi/cffi-1.2.0-1.tar.gz#md5=092a40d5e8e8f71742008e28e2b2f803 (from https://pypi.python.org/simple/cffi/), version: 1.2.0-1 Found link https://pypi.python.org/packages/source/c/cffi/cffi-1.2.1.tar.gz#md5=faca1e420e80433db409bb1bdd0a3f45 (from https://pypi.python.org/simple/cffi/), version: 1.2.1 Ignoring link https://pypi.python.org/packages/source/c/cffi/cffi-0.1.tar.gz#md5=d78ad460f708ddd1f550fd65fd0803e1 (from https://pypi.python.org/simple/cffi/), version 0.1 doesn't match >=1.1.0 Ignoring link https://pypi.python.org/packages/source/c/cffi/cffi-0.2.1.tar.gz#md5=32dd211d55f6891a575cf2b5471768fd (from https://pypi.python.org/simple/cffi/), version 0.2.1 doesn't match >=1.1.0 Ignoring link https://pypi.python.org/packages/source/c/cffi/cffi-0.2.tar.gz#md5=768f1214dbaf8839d120e8dfd658aa88 (from https://pypi.python.org/simple/cffi/), version 0.2 doesn't match >=1.1.0 Ignoring link https://pypi.python.org/packages/source/c/cffi/cffi-0.3.tar.gz#md5=25dbc7b6182c64d08adeb6077bfa2743 (from https://pypi.python.org/simple/cffi/), version 0.3 doesn't match >=1.1.0 Ignoring link https://pypi.python.org/packages/source/c/cffi/cffi-0.4.1.tar.gz#md5=e2b929397207d3ec7d88786dda7da474 (from https://pypi.python.org/simple/cffi/), version 0.4.1 doesn't match >=1.1.0 Ignoring link https://pypi.python.org/packages/source/c/cffi/cffi-0.4.2.tar.gz#md5=c2a35af157006e966c67d1a725e7875e (from https://pypi.python.org/simple/cffi/), version 0.4.2 doesn't match >=1.1.0 Ignoring link https://pypi.python.org/packages/source/c/cffi/cffi-0.4.tar.gz#md5=4d5cee77fcb328ece71d794dcc38b5a9 (from https://pypi.python.org/simple/cffi/), version 0.4 doesn't match >=1.1.0 Ignoring link https://pypi.python.org/packages/source/c/cffi/cffi-0.5.tar.gz#md5=b163c11f68cad4371e8caeb91d81743f (from https://pypi.python.org/simple/cffi/), version 0.5 doesn't match >=1.1.0 Ignoring link https://pypi.python.org/packages/source/c/cffi/cffi-0.6.tar.gz#md5=5be33b1ab0247a984d42b27344519337 (from https://pypi.python.org/simple/cffi/), version 0.6 doesn't match >=1.1.0 Ignoring link https://pypi.python.org/packages/source/c/cffi/cffi-0.7.1.tar.gz#md5=dcfbb32d9a757d515801463602e4c533 (from https://pypi.python.org/simple/cffi/), version 0.7.1 doesn't match >=1.1.0 Ignoring link https://pypi.python.org/packages/source/c/cffi/cffi-0.7.2.tar.gz#md5=d329f5cb2053fd31dafc02e2c9ef0299 (from https://pypi.python.org/simple/cffi/), version 0.7.2 doesn't match >=1.1.0 Ignoring link https://pypi.python.org/packages/source/c/cffi/cffi-0.7.tar.gz#md5=2110516c65f7c9e6f324241c322178c8 (from https://pypi.python.org/simple/cffi/), version 0.7 doesn't match >=1.1.0 Ignoring link https://pypi.python.org/packages/source/c/cffi/cffi-0.8.1.tar.gz#md5=1a877bf113bfe90fdefedbf9e39310d2 (from https://pypi.python.org/simple/cffi/), version 0.8.1 doesn't match >=1.1.0 Ignoring link https://pypi.python.org/packages/source/c/cffi/cffi-0.8.2.tar.gz#md5=37fc88c62f40d04e8a18192433f951ec (from https://pypi.python.org/simple/cffi/), version 0.8.2 doesn't match >=1.1.0 Ignoring link https://pypi.python.org/packages/source/c/cffi/cffi-0.8.3.tar.gz#md5=57e140a7d475f58bada8f2ada3f5749e (from https://pypi.python.org/simple/cffi/), version 0.8.3 doesn't match >=1.1.0 Ignoring link https://pypi.python.org/packages/source/c/cffi/cffi-0.8.4.tar.gz#md5=148894125d3fa696b418dc6559818f7a (from https://pypi.python.org/simple/cffi/), version 0.8.4 doesn't match >=1.1.0 Ignoring link https://pypi.python.org/packages/source/c/cffi/cffi-0.8.5.tar.gz#md5=964981f3fada08abbe9a6f8948f3a4c3 (from https://pypi.python.org/simple/cffi/), version 0.8.5 doesn't match >=1.1.0 Ignoring link https://pypi.python.org/packages/source/c/cffi/cffi-0.8.6.tar.gz#md5=474b5a68299a6f05009171de1dc91be6 (from https://pypi.python.org/simple/cffi/), version 0.8.6 doesn't match >=1.1.0 Ignoring link https://pypi.python.org/packages/source/c/cffi/cffi-0.8.tar.gz#md5=e61deb0515311bb42d5d58b9403bc923 (from https://pypi.python.org/simple/cffi/), version 0.8 doesn't match >=1.1.0 Ignoring link https://pypi.python.org/packages/source/c/cffi/cffi-0.9.0.tar.gz#md5=3a2f6b9f16e8082271aed6dcac51a71a (from https://pypi.python.org/simple/cffi/), version 0.9.0 doesn't match >=1.1.0 Ignoring link https://pypi.python.org/packages/source/c/cffi/cffi-0.9.1.tar.gz#md5=8dbdf23c600845b75654024e434601ce (from https://pypi.python.org/simple/cffi/), version 0.9.1 doesn't match >=1.1.0 Ignoring link https://pypi.python.org/packages/source/c/cffi/cffi-0.9.2.tar.gz#md5=b1bf4625ae07a8a932f2f1a2eb200c54 (from https://pypi.python.org/simple/cffi/), version 0.9.2 doesn't match >=1.1.0 Ignoring link https://pypi.python.org/packages/source/c/cffi/cffi-1.0.0.tar.gz#md5=e0a938e4880fe60b8d0200e8370f8940 (from https://pypi.python.org/simple/cffi/), version 1.0.0 doesn't match >=1.1.0 Ignoring link https://pypi.python.org/packages/source/c/cffi/cffi-1.0.1.tar.gz#md5=77d0dbe608a58765d2fdeed31e6afb21 (from https://pypi.python.org/simple/cffi/), version 1.0.1 doesn't match >=1.1.0 Ignoring link https://pypi.python.org/packages/source/c/cffi/cffi-1.0.2-2.tar.gz#md5=8b163fef45435c6f6ec089e1f4e9e29a (from https://pypi.python.org/simple/cffi/), version 1.0.2-2 doesn't match >=1.1.0 Ignoring link https://pypi.python.org/packages/source/c/cffi/cffi-1.0.3.tar.gz#md5=45fd49ea2ebff794fc8b9556d4cde796 (from https://pypi.python.org/simple/cffi/), version 1.0.3 doesn't match >=1.1.0 Using version 1.2.1 (newest of versions: 1.2.1, 1.2.0-1, 1.1.2, 1.1.1, 1.1.0) Downloading from URL https://pypi.python.org/packages/source/c/cffi/cffi-1.2.1.tar.gz#md5=faca1e420e80433db409bb1bdd0a3f45 (from https://pypi.python.org/simple/cffi/) Running setup.py (path:/tmp/pip_build_chris/cffi/setup.py) egg_info for package cffi running egg_info creating pip-egg-info/cffi.egg-info writing entry points to pip-egg-info/cffi.egg-info/entry_points.txt writing requirements to pip-egg-info/cffi.egg-info/requires.txt writing dependency_links to pip-egg-info/cffi.egg-info/dependency_links.txt writing top-level names to pip-egg-info/cffi.egg-info/top_level.txt writing pip-egg-info/cffi.egg-info/PKG-INFO writing manifest file 'pip-egg-info/cffi.egg-info/SOURCES.txt' warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info/cffi.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pip-egg-info/cffi.egg-info/SOURCES.txt' Source in /tmp/pip_build_chris/cffi has version 1.2.1, which satisfies requirement cffi>=1.1.0 (from cryptography) Downloading/unpacking pycparser (from cffi>=1.1.0->cryptography) Getting page https://pypi.python.org/simple/pycparser/ URLs to search for versions for pycparser (from cffi>=1.1.0->cryptography):
-
https://pypi.python.org/simple/pycparser/ Analyzing links from page https://pypi.python.org/simple/pycparser/ Found link https://pypi.python.org/packages/source/p/pycparser/pycparser-2.02.zip#md5=e484dcd6702770551c3d6cec1caf8dd8 (from https://pypi.python.org/simple/pycparser/), version: 2.02 Found link https://pypi.python.org/packages/source/p/pycparser/pycparser-2.03.zip#md5=ae975c230d0f5c275ffc278c2a5c8862 (from https://pypi.python.org/simple/pycparser/), version: 2.03 Found link https://pypi.python.org/packages/source/p/pycparser/pycparser-2.04.zip#md5=bc652c2ee023efdd37a67aa92ca88359 (from https://pypi.python.org/simple/pycparser/), version: 2.04 Found link https://pypi.python.org/packages/source/p/pycparser/pycparser-2.05.zip#md5=23eb23b7f14d0361b155f25d67f82be9 (from https://pypi.python.org/simple/pycparser/), version: 2.05 Found link https://pypi.python.org/packages/source/p/pycparser/pycparser-2.06.tar.gz#md5=b6898062ebae1ce52d355ef1039e030e (from https://pypi.python.org/simple/pycparser/), version: 2.06 Found link https://pypi.python.org/packages/source/p/pycparser/pycparser-2.07.tar.gz#md5=985cb5c0d7f357904e7fdff44d31e727 (from https://pypi.python.org/simple/pycparser/), version: 2.07 Found link https://pypi.python.org/packages/source/p/pycparser/pycparser-2.08.tar.gz#md5=923f08a99839b4fac45d2ac395e1ef7e (from https://pypi.python.org/simple/pycparser/), version: 2.08 Found link https://pypi.python.org/packages/source/p/pycparser/pycparser-2.09.1.tar.gz#md5=74aa075fc28b7c24a4426574d1ac91e0 (from https://pypi.python.org/simple/pycparser/), version: 2.09.1 Found link https://pypi.python.org/packages/source/p/pycparser/pycparser-2.09.tar.gz#md5=27b8018a93c11c93f8e845488a593db4 (from https://pypi.python.org/simple/pycparser/), version: 2.09 Found link https://pypi.python.org/packages/source/p/pycparser/pycparser-2.10.tar.gz#md5=d87aed98c8a9f386aa56d365fe4d515f (from https://pypi.python.org/simple/pycparser/), version: 2.10 Found link https://pypi.python.org/packages/source/p/pycparser/pycparser-2.11.tar.gz#md5=8b87f6f121edded09056c165afd12c4e (from https://pypi.python.org/simple/pycparser/), version: 2.11 Found link https://pypi.python.org/packages/source/p/pycparser/pycparser-2.12.tar.gz#md5=debde3e37af8566c95d2c0a0504397e7 (from https://pypi.python.org/simple/pycparser/), version: 2.12 Found link https://pypi.python.org/packages/source/p/pycparser/pycparser-2.13.tar.gz#md5=e4fe1a2d341b22e25da0d22f034ef32f (from https://pypi.python.org/simple/pycparser/), version: 2.13 Found link https://pypi.python.org/packages/source/p/pycparser/pycparser-2.14.tar.gz#md5=a2bc8d28c923b4fe2b2c3b4b51a4f935 (from https://pypi.python.org/simple/pycparser/), version: 2.14 Using version 2.14 (newest of versions: 2.14, 2.13, 2.12, 2.11, 2.10, 2.09.1, 2.09, 2.08, 2.07, 2.06, 2.05, 2.04, 2.03, 2.02) Downloading from URL https://pypi.python.org/packages/source/p/pycparser/pycparser-2.14.tar.gz#md5=a2bc8d28c923b4fe2b2c3b4b51a4f935 (from https://pypi.python.org/simple/pycparser/) Running setup.py (path:/tmp/pip_build_chris/pycparser/setup.py) egg_info for package pycparser running egg_info creating pip-egg-info/pycparser.egg-info writing dependency_links to pip-egg-info/pycparser.egg-info/dependency_links.txt writing top-level names to pip-egg-info/pycparser.egg-info/top_level.txt writing pip-egg-info/pycparser.egg-info/PKG-INFO writing manifest file 'pip-egg-info/pycparser.egg-info/SOURCES.txt' warning: manifest_maker: standard file '-c' not found
reading manifest file 'pip-egg-info/pycparser.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching 'yacctab.' found under directory 'tests' warning: no previously-included files matching 'lextab.' found under directory 'tests' warning: no previously-included files matching 'yacctab.' found under directory 'examples' warning: no previously-included files matching 'lextab.' found under directory 'examples' writing manifest file 'pip-egg-info/pycparser.egg-info/SOURCES.txt' Source in /tmp/pip_build_chris/pycparser has version 2.14, which satisfies requirement pycparser (from cffi>=1.1.0->cryptography) Installing collected packages: cryptography, idna, pyasn1, cffi, pycparser Running setup.py install for cryptography Running command /usr/bin/python3 -c "import setuptools, tokenize;file='/tmp/pip_build_chris/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/pip-hh8qcecv-record/install-record.txt --single-version-externally-managed --compile c/_cffi_backend.c:2:20: fatal error: Python.h: No such file or directory #include <Python.h> ^ compilation terminated. Traceback (most recent call last): File "/usr/lib/python3.4/distutils/unixccompiler.py", line 116, in _compile extra_postargs) File "/usr/lib/python3.4/distutils/ccompiler.py", line 909, in spawn spawn(cmd, dry_run=self.dry_run) File "/usr/lib/python3.4/distutils/spawn.py", line 36, in spawn _spawn_posix(cmd, search_path, dry_run=dry_run) File "/usr/lib/python3.4/distutils/spawn.py", line 162, in _spawn_posix % (cmd, exit_status)) distutils.errors.DistutilsExecError: command 'x86_64-linux-gnu-gcc' failed with exit status 1
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/usr/lib/python3.4/distutils/core.py", line 148, in setup dist.run_commands() File "/usr/lib/python3.4/distutils/dist.py", line 955, in run_commands self.run_command(cmd) File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/usr/lib/python3/dist-packages/setuptools/command/bdist_egg.py", line 185, in run cmd = self.call_command('install_lib', warn_dir=0) File "/usr/lib/python3/dist-packages/setuptools/command/bdist_egg.py", line 171, in call_command self.run_command(cmdname) File "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/usr/lib/python3/dist-packages/setuptools/command/install_lib.py", line 21, in run self.build() File "/usr/lib/python3.4/distutils/command/install_lib.py", line 109, in build self.run_command('build_ext') File "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command self.distribution.run_command(command) File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command cmd_obj.run() File "/usr/lib/python3/dist-packages/setuptools/command/build_ext.py", line 49, in run _build_ext.run(self) File "/usr/lib/python3.4/distutils/command/build_ext.py", line 339, in run self.build_extensions() File "/usr/lib/python3.4/distutils/command/build_ext.py", line 448, in build_extensions self.build_extension(ext) File "/usr/lib/python3/dist-packages/setuptools/command/build_ext.py", line 178, in build_extension _build_ext.build_extension(self,ext) File "/usr/lib/python3.4/distutils/command/build_ext.py", line 503, in build_extension depends=ext.depends) File "/usr/lib/python3.4/distutils/ccompiler.py", line 574, in compile self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts) File "/usr/lib/python3.4/distutils/unixccompiler.py", line 118, in _compile raise CompileError(msg) distutils.errors.CompileError: command 'x86_64-linux-gnu-gcc' failed with exit status 1
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 1025, in run_setup run_setup(setup_script, args) File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 50, in run_setup lambda: execfile( File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 100, in run return func() File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 52, in
{'file':setup_script, 'name':'main'} File "/usr/lib/python3/dist-packages/setuptools/compat.py", line 78, in execfile exec(compile(source, fn, 'exec'), globs, locs) File "setup.py", line 191, in return True File "/usr/lib/python3.4/distutils/core.py", line 163, in setup raise SystemExit("error: " + str(msg)) SystemExit: error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "
", line 1, in File "/tmp/pip_build_chris/cryptography/setup.py", line 313, in **keywords_with_side_effects(sys.argv) File "/usr/lib/python3.4/distutils/core.py", line 108, in setup _setup_distribution = dist = klass(attrs) File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 239, in init self.fetch_build_eggs(attrs.pop('setup_requires')) File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 264, in fetch_build_eggs replace_conflicting=True File "/usr/lib/python3/dist-packages/pkg_resources.py", line 620, in resolve dist = best[req.key] = env.best_match(req, ws, installer) File "/usr/lib/python3/dist-packages/pkg_resources.py", line 858, in best_match return self.obtain(req, installer) # try and download/install File "/usr/lib/python3/dist-packages/pkg_resources.py", line 870, in obtain return installer(requirement) File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 314, in fetch_build_egg return cmd.easy_install(req) File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 616, in easy_install return self.install_item(spec, dist.location, tmpdir, deps) File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 646, in install_item dists = self.install_eggs(spec, download, tmpdir) File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 834, in install_eggs return self.build_and_install(setup_script, setup_base) File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 1040, in build_and_install self.run_setup(setup_script, setup_base, args) File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 1028, in run_setup raise DistutilsError("Setup script exited with %s" % (v.args[0],)) distutils.errors.DistutilsError: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1 Complete output from command /usr/bin/python3 -c "import setuptools, tokenize;file='/tmp/pip_build_chris/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/pip-hh8qcecv-record/install-record.txt --single-version-externally-managed --compile: c/_cffi_backend.c:2:20: fatal error: Python.h: No such file or directory #include <Python.h>
^
compilation terminated.
Traceback (most recent call last):
File "/usr/lib/python3.4/distutils/unixccompiler.py", line 116, in _compile
extra_postargs)
File "/usr/lib/python3.4/distutils/ccompiler.py", line 909, in spawn
spawn(cmd, dry_run=self.dry_run)
File "/usr/lib/python3.4/distutils/spawn.py", line 36, in spawn
_spawn_posix(cmd, search_path, dry_run=dry_run)
File "/usr/lib/python3.4/distutils/spawn.py", line 162, in _spawn_posix
% (cmd, exit_status))
distutils.errors.DistutilsExecError: command 'x86_64-linux-gnu-gcc' failed with exit status 1
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.4/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/lib/python3.4/distutils/dist.py", line 955, in run_commands
self.run_command(cmd)
File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/usr/lib/python3/dist-packages/setuptools/command/bdist_egg.py", line 185, in run
cmd = self.call_command('install_lib', warn_dir=0)
File "/usr/lib/python3/dist-packages/setuptools/command/bdist_egg.py", line 171, in call_command
self.run_command(cmdname)
File "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/usr/lib/python3/dist-packages/setuptools/command/install_lib.py", line 21, in run
self.build()
File "/usr/lib/python3.4/distutils/command/install_lib.py", line 109, in build
self.run_command('build_ext')
File "/usr/lib/python3.4/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/usr/lib/python3.4/distutils/dist.py", line 974, in run_command
cmd_obj.run()
File "/usr/lib/python3/dist-packages/setuptools/command/build_ext.py", line 49, in run
_build_ext.run(self)
File "/usr/lib/python3.4/distutils/command/build_ext.py", line 339, in run
self.build_extensions()
File "/usr/lib/python3.4/distutils/command/build_ext.py", line 448, in build_extensions
self.build_extension(ext)
File "/usr/lib/python3/dist-packages/setuptools/command/build_ext.py", line 178, in build_extension
_build_ext.build_extension(self,ext)
File "/usr/lib/python3.4/distutils/command/build_ext.py", line 503, in build_extension
depends=ext.depends)
File "/usr/lib/python3.4/distutils/ccompiler.py", line 574, in compile
self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts)
File "/usr/lib/python3.4/distutils/unixccompiler.py", line 118, in _compile
raise CompileError(msg)
distutils.errors.CompileError: command 'x86_64-linux-gnu-gcc' failed with exit status 1
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 1025, in run_setup
run_setup(setup_script, args)
File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 50, in run_setup
lambda: execfile(
File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 100, in run
return func()
File "/usr/lib/python3/dist-packages/setuptools/sandbox.py", line 52, in
{'__file__':setup_script, '__name__':'__main__'}
File "/usr/lib/python3/dist-packages/setuptools/compat.py", line 78, in execfile
exec(compile(source, fn, 'exec'), globs, locs)
File "setup.py", line 191, in
return True
File "/usr/lib/python3.4/distutils/core.py", line 163, in setup
raise SystemExit("error: " + str(msg))
SystemExit: error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "
File "/tmp/pip_build_chris/cryptography/setup.py", line 313, in
**keywords_with_side_effects(sys.argv)
File "/usr/lib/python3.4/distutils/core.py", line 108, in setup
_setup_distribution = dist = klass(attrs)
File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 239, in init
self.fetch_build_eggs(attrs.pop('setup_requires'))
File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 264, in fetch_build_eggs
replace_conflicting=True
File "/usr/lib/python3/dist-packages/pkg_resources.py", line 620, in resolve
dist = best[req.key] = env.best_match(req, ws, installer)
File "/usr/lib/python3/dist-packages/pkg_resources.py", line 858, in best_match
return self.obtain(req, installer) # try and download/install
File "/usr/lib/python3/dist-packages/pkg_resources.py", line 870, in obtain
return installer(requirement)
File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 314, in fetch_build_egg
return cmd.easy_install(req)
File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 616, in easy_install
return self.install_item(spec, dist.location, tmpdir, deps)
File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 646, in install_item
dists = self.install_eggs(spec, download, tmpdir)
File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 834, in install_eggs
return self.build_and_install(setup_script, setup_base)
File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 1040, in build_and_install
self.run_setup(setup_script, setup_base, args)
File "/usr/lib/python3/dist-packages/setuptools/command/easy_install.py", line 1028, in run_setup
raise DistutilsError("Setup script exited with %s" % (v.args[0],))
distutils.errors.DistutilsError: Setup script exited with error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
Cleaning up... Removing temporary dir /tmp/pip_build_chris... Command /usr/bin/python3 -c "import setuptools, tokenize;file='/tmp/pip_build_chris/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/pip-hh8qcecv-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_chris/cryptography Exception information: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/pip/basecommand.py", line 122, in main status = self.run(options, args) File "/usr/lib/python3/dist-packages/pip/commands/install.py", line 283, in run requirement_set.install(install_options, global_options, root=options.root_path) File "/usr/lib/python3/dist-packages/pip/req.py", line 1436, in install requirement.install(install_options, global_options, _args, *_kwargs) File "/usr/lib/python3/dist-packages/pip/req.py", line 707, in install cwd=self.source_dir, filter_stdout=self._filter_install, show_stdout=False) File "/usr/lib/python3/dist-packages/pip/util.py", line 715, in call_subprocess % (command_desc, proc.returncode, cwd)) pip.exceptions.InstallationError: Command /usr/bin/python3 -c "import setuptools, tokenize;file='/tmp/pip_build_chris/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(file).read().replace('\r\n', '\n'), file, 'exec'))" install --record /tmp/pip-hh8qcecv-record/install-record.txt --single-version-externally-managed --compile failed with error code 1 in /tmp/pip_build_chris/cryptography
Looks like the cryptography user guide tells you to install python-dev
, but the package you need in this instance is actually python3-dev
. Just to be sure, I fired up an EC2 instance running Ubuntu 14.04 and was able to get the server running from a fresh install with these commands:
$ sudo apt-get install python3 python3-pip python3-dev git build-essential libffi-dev libssl-dev
$ git clone https://github.com/schlarpc/SeriousCast.git
$ cd SeriousCast/
$ sudo pip3 install -r requirements.txt
$ ./server.py
at that point it runs and gives me
INFO :: 139963874469696 :: Setting up server, please wait
CRITICAL :: 139963874469696 :: settings.cfg not found
which is expected since I hadn't set up settings.cfg yet :smiley:
Thanks but I wasn't able to install that package. Error with dependencies. So I think I'll just look for a similar app. I'll stop with this python thing before I break my system. Thank you very much for your help though.
As a last attempt I tried to install the packages without the dependencies, but still no luck at installing cryptography via pip. Is there any way you can include all this stuff within the app itself or use something else other than python?
It's a fair amount of work to get a Python app like this bundled into a portable form, and the resulting builds tend to be fairly brittle in my experience. A more reasonable approach is probably containerization, for which a fork exists: https://github.com/danisla/SeriousCast/tree/dockerize However, that is behind by a couple commits from this repo and won't work without merging in the last few commits.