Python-future: standard_library.install_aliases() cassé en 0.17

Créé le 29 oct. 2018  ·  7Commentaires  ·  Source: PythonCharmers/python-future

Depuis la sortie de 0.17 il y a quelques jours, j'obtiens des erreurs lors de l'utilisation de Python 2.7. Voici le pistolet fumant le plus court que je puisse produire :

Python 2.7.13 (default, Sep 26 2018, 18:42:22) 
[GCC 6.3.0 20170516] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from future import standard_library
>>> standard_library.install_aliases()
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python2.7/dist-packages/future/standard_library/__init__.py", line 453, in install_aliases
    __import__(newmodname)
ImportError: No module named reprlib
>>> 
bug help wanted

Commentaire le plus utile

Pour info : cela se produit également avec import configparser et semble cassé dans 0.17.x. La solution de contournement --force --no-cache-dir ne semble pas résoudre le problème. J'ai également supprimé ~/.cache/.pip mais le problème persiste dans 0.17.x.

En utilisant python version 2.7.15, "pip install future<0.16", cela n'a pas d'ImportError (future version 0.15.2):

from future import standard_library
standard_library.install_aliases()
import configparser

En utilisant python version 2.7.15, "pip install future --force --no-cache-dir", le même code a une ImportError.

Tous les 7 commentaires

Je suis assez certain qu'il s'agit de la même cause racine que #398.
Essayez de vider votre cache pip comme solution de contournement temporaire.

Pour info : cela se produit également avec import configparser et semble cassé dans 0.17.x. La solution de contournement --force --no-cache-dir ne semble pas résoudre le problème. J'ai également supprimé ~/.cache/.pip mais le problème persiste dans 0.17.x.

En utilisant python version 2.7.15, "pip install future<0.16", cela n'a pas d'ImportError (future version 0.15.2):

from future import standard_library
standard_library.install_aliases()
import configparser

En utilisant python version 2.7.15, "pip install future --force --no-cache-dir", le même code a une ImportError.

Pour moi, 1.17.1 a résolu mon problème d'origine (installé avec pip2 install -U future ). Je ne peux plus non plus répéter le problème signalé par @dahluwalia-ag.

@jackjansen Vous voulez dire 0,17.1 je pense.

Voici la sortie du journal détaillé pour la commande pip install --no-cache-dir --upgrade --force :

[root<strong i="8">@localhost</strong> test_future_27]# pipenv install --python 2.7
Creating a virtualenv for this project…
Pipfile: /root/dev/shared/repos/test_future_27/Pipfile
Using /root/.pyenv/versions/2.7.15/bin/python2.7 (2.7.15) to create virtualenv…
⠙Already using interpreter /root/.pyenv/versions/2.7.15/bin/python2.7
New python executable in /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/bin/python2.7
Also creating executable in /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/bin/python
Installing setuptools, pip, wheel...done.

Virtualenv location: /root/.local/share/virtualenvs/test_future_27-MltuwF9Z                                                                                                 Installing dependencies from Pipfile.lock (dfae9f)…
  🐍   ▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉ 0/0 — 00:00:00
To activate this project's virtualenv, run pipenv shell.
Alternatively, run a command inside the virtualenv with pipenv run.
[root<strong i="9">@localhost</strong> test_future_27]# pipenv shell
Launching subshell in virtual environment…
 . /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/bin/activate
[root<strong i="10">@localhost</strong> test_future_27]#  . /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/bin/activate
(test_future_27) [root<strong i="11">@localhost</strong> test_future_27]# pip install future --no-cache-dir --upgrade --force --verbose
Created temporary directory: /tmp/pip-ephem-wheel-cache-3jbxT3
Created temporary directory: /tmp/pip-req-tracker-XUeB7Q
Created requirements tracker '/tmp/pip-req-tracker-XUeB7Q'
Created temporary directory: /tmp/pip-install-Pwdz3n
Collecting future
  1 location(s) to search for versions of future:
  * https://pypi.org/simple/future/
  Getting page https://pypi.org/simple/future/
  Starting new HTTPS connection (1): pypi.org:443
  https://pypi.org:443 "GET /simple/future/ HTTP/1.1" 200 4410
  Analyzing links from page https://pypi.org/simple/future/
    Found link https://files.pythonhosted.org/packages/97/22/1f2ed10053f338c41e622ca0ea155990d5cdb6ffd602c951649554cc9723/future-0.0.1.tar.gz#sha256=a4bb0bbfd389ad7c709e84381e291df51b3b0d7b3f966390c1920d285a19410d (from https://pypi.org/simple/future/), version: 0.0.1
    Found link https://files.pythonhosted.org/packages/6a/d7/8a0dc06421cde141a4f1345e19fd08967901c3ab969c47feb8f1157d81ec/future-0.0.2.tar.gz#sha256=28ce8c7c9f2f70223c247279c9029a6a12e60bd76e9f0944a7726dd59cade943 (from https://pypi.org/simple/future/), version: 0.0.2
    Found link https://files.pythonhosted.org/packages/70/3d/8110f3a9eba14fa50ad8773a25715294117ce8364c3cb5b7fec3cec94b45/future-0.0.3.tar.gz#sha256=3df7e0074a1c94c35dd2ce83d67d71e85eecb64f9e6bc9aa6737a1f31160adab (from https://pypi.org/simple/future/), version: 0.0.3
    Found link https://files.pythonhosted.org/packages/af/cf/4fbe349bcf9a08f2c329a66cc4d4a417387acc9033ad5238160b3f266e05/future-0.1.0.tar.gz#sha256=f11b05b486d88dd1ea4fe48e3d3742cafdc71160eb1edbfe8032b48b908dd568 (from https://pypi.org/simple/future/), version: 0.1.0
    Found link https://files.pythonhosted.org/packages/47/71/85e86ca16d116369e327aeece8f383d896fb2e55f3033d03753ae3c717a9/future-0.2.0.tar.gz#sha256=b4f4d1938fd3df9b7e0e94370f4c2ce23f4ccdb7e912274d5ee29dc1eef58bcd (from https://pypi.org/simple/future/), version: 0.2.0
    Found link https://files.pythonhosted.org/packages/8d/96/0c1b5bd252dad69587f2f38f13d4e611bc3582d51f985a2ec3001f5a56e3/future-0.3.0.tar.gz#sha256=874d60acb23d7a3ea0c40ee71ec5f6855725eb7bf88e2f59761565ee8b6c9193 (from https://pypi.org/simple/future/), version: 0.3.0
    Found link https://files.pythonhosted.org/packages/0d/e6/37fd66577d0d0f2f647949e8e2d9096b03562e71ffd38046e2a0491e3b6e/future-0.3.1.tar.gz#sha256=8507366ad5b81c4215e30d895102851e962f425104732c879513dd9a5ff7e08d (from https://pypi.org/simple/future/), version: 0.3.1
    Found link https://files.pythonhosted.org/packages/1a/fa/e955d2aaa4ea5d518837e5ff45dd3f5e8a7857312c57292232caf8d064f5/future-0.3.2.tar.gz#sha256=01eabc535be50de4332289ea3722879492761888b7ab50040cdddf8c1c1e70c5 (from https://pypi.org/simple/future/), version: 0.3.2
    Found link https://files.pythonhosted.org/packages/36/8d/403c370d25bde232bef32e8e306942b1a95c62e5146b7d3586c2548c6171/future-0.3.3.tar.gz#sha256=e3321b66f32f23a342f6db71229446dc3e9fd26682536a0e1377cfa908780382 (from https://pypi.org/simple/future/), version: 0.3.3
    Found link https://files.pythonhosted.org/packages/ed/52/ed0ce839b5b8cf521e2361296c8a5892a242824a7a7e294a3fdbb8d2d79d/future-0.3.4.tar.gz#sha256=d1f46dbe5cefbf49f2a36a2ad5c9833a54d703582525ba6f211dfaab639bde97 (from https://pypi.org/simple/future/), version: 0.3.4
    Found link https://files.pythonhosted.org/packages/76/49/512ff7efa41f0b63d311bb4f5260d63f547f8bfb0fb8ad2e84268932491e/future-0.3.5.tar.gz#sha256=9f63f2ff5725b3417c9146cddcfb6b9ac3c756b2a324681c373d873b2e712623 (from https://pypi.org/simple/future/), version: 0.3.5
    Found link https://files.pythonhosted.org/packages/39/20/35ff22a9737f14d4d036811a3f7f7f06f3a936f176496ac99021de80c2f5/future-0.4.0.tar.gz#sha256=a2e6800b24a31d6117c27dc1ad0477f7be59fd5c6a035a700264553349a594b9 (from https://pypi.org/simple/future/), version: 0.4.0
    Found link https://files.pythonhosted.org/packages/35/34/f3ab317ef4dc8c68a4e263ff2698e56e77a5c6eb2dfaf32c933022dab408/future-0.4.1.tar.gz#sha256=567d6d1cee5645cf99678cf22eeb0a742087f7ed46ae926f898af4f9dd52ce8d (from https://pypi.org/simple/future/), version: 0.4.1
    Found link https://files.pythonhosted.org/packages/19/af/6e9bcbd4d75c0529e01951cdcc5d4ceea2ff5503c166eceb829c938442b4/future-0.5.0.tar.gz#sha256=d9c4294ae110a8e2c5509a0229d026831a25d3f5c44cb0c5d1b36a96af8a80e8 (from https://pypi.org/simple/future/), version: 0.5.0
    Found link https://files.pythonhosted.org/packages/bd/f1/3969374107374de0133022284302829ce57bb3aae40d3652954725c730d4/future-0.5.1.tar.gz#sha256=f8020c7b3b6bccdd2ca825f1e856e3c090c46d1955c78549113a936dea4d3011 (from https://pypi.org/simple/future/), version: 0.5.1
    Found link https://files.pythonhosted.org/packages/6a/f5/79aed4c3961bd5a33ed259a6d700dfb91cddde963c03f1e0f5fe8c4f9800/future-0.5.2.tar.gz#sha256=eb68b4fd25a753f04454223fcfaf8eadab30ce5ab16bfabefd183fd1a17a0eb0 (from https://pypi.org/simple/future/), version: 0.5.2
    Found link https://files.pythonhosted.org/packages/1f/b8/b1c98f9a79016720b87516e83281278c470140a15621531ab32b13ffe243/future-0.6.0.tar.gz#sha256=2e7ae9fafea7df29b834300ed6d7e702c9794b7662506c7142305ee6fde33d07 (from https://pypi.org/simple/future/), version: 0.6.0
    Found link https://files.pythonhosted.org/packages/02/d7/f598e05b40dab77125a08d79409e2993b464a72bd8f6e30748fb25c8d2ff/future-0.7.0.tar.gz#sha256=7268b0ef5db1b4fe9eb8b77556695868fb8a96a026bb387b359d5287d0c9395f (from https://pypi.org/simple/future/), version: 0.7.0
    Found link https://files.pythonhosted.org/packages/57/57/970dcbc3d2ea887f286a4d3caa03ad772fba910de2bb0da83a3b960614aa/future-0.8.0.tar.gz#sha256=b567816dc752bb32881dc25b87ecdaeee12f38ee03cd4b35edbc55495efcd946 (from https://pypi.org/simple/future/), version: 0.8.0
    Found link https://files.pythonhosted.org/packages/2f/b1/202444d6c09a6d7af12fe2a8aa1ca82231497fbd3c4db0851c13af773ad1/future-0.8.1.tar.gz#sha256=1ec83ca5d540b2186962367a50677c30669a3f2f3fbc1a25d41606c9181520ba (from https://pypi.org/simple/future/), version: 0.8.1
    Found link https://files.pythonhosted.org/packages/39/62/85c024887fe4c3740856e4ee5b7fa69f73fe4e3edce06f7435d90dc5fbdf/future-0.8.2.tar.gz#sha256=a96597d95a60ffcd874d5e53df78e96e1a1fddaeb15e6960bd2cce8ae48c6d4d (from https://pypi.org/simple/future/), version: 0.8.2
    Found link https://files.pythonhosted.org/packages/f7/19/0a60b692f34dae382bff5ca243dd5727b0205d8ee7ace62dee8348e5751e/future-0.9.0.tar.gz#sha256=78d83fd71340d0f443bda0f4ee088dc1aa273154c0a2d9103fb7a1924256ac85 (from https://pypi.org/simple/future/), version: 0.9.0
    Found link https://files.pythonhosted.org/packages/14/7b/a841b12ed2fd1da2db3833943a077acc7882a5657bb0cdfab6a22f9ed2c4/future-0.10.0.tar.gz#sha256=583cc8cdf60de925e8ac2b1c53476bdae1e880724250f5b818f75b59ead0b1be (from https://pypi.org/simple/future/), version: 0.10.0
    Found link https://files.pythonhosted.org/packages/c9/77/a67f45ce02080d57bb6da0577e85cfcde8bf155c90dbedbcd4d43d21591a/future-0.10.1.tar.gz#sha256=d703b41f14cb513de560a2ec2583b95f70e664411747e9c37f90b93c3045477d (from https://pypi.org/simple/future/), version: 0.10.1
    Found link https://files.pythonhosted.org/packages/4b/26/efbffa48a3ddd910c039b62fdc1b619f1e995eeff46a895ac14f7accafb8/future-0.10.2.tar.gz#sha256=36dddb829d358fcb4368e0b73cfcefda3c7a8eceb01323f0f9ef4d83b13f666b (from https://pypi.org/simple/future/), version: 0.10.2
    Found link https://files.pythonhosted.org/packages/5e/05/b1c3543d934e289d879e91a5ba4d8d53dd97f794a23c555b13757b2c6bf6/future-0.11.0.tar.gz#sha256=2e6765f781b7f00c6485702f15c212e4cbf4c5c9ab5dc2ee9097437ef870598b (from https://pypi.org/simple/future/), version: 0.11.0
    Found link https://files.pythonhosted.org/packages/50/ee/213a1d99b19b9b37e26698ef20b704a27bfaaa7fd98de67464f15f36af1c/future-0.11.1.tar.gz#sha256=b19d1ae9b78b9f3c13c82fcf81dac73c8d04cd435f4040cbc7ac36e4ebf01655 (from https://pypi.org/simple/future/), version: 0.11.1
    Found link https://files.pythonhosted.org/packages/fe/4a/5697d5a9681607f9c34b87af13782cb8eb832bc3a4ea2747b9433a2d7e52/future-0.11.2.tar.gz#sha256=b2465f2d14acc3b279d1e6fab9bd8b2e89992c9ddaad37cdf10347a5ee14369a (from https://pypi.org/simple/future/), version: 0.11.2
    Found link https://files.pythonhosted.org/packages/48/04/0f72f4e005490d07b25ce5b8ac023ecf4bfb2d38ece2bc55b0f03f1ae45d/future-0.11.3.tar.gz#sha256=8f4cc0ad30918e01a9ed054d062d1be28419a0c0eb03afd502775fdf07e32000 (from https://pypi.org/simple/future/), version: 0.11.3
    Found link https://files.pythonhosted.org/packages/9e/be/c3adca8bdf3e452622e085e0cf9cb5c9f45e9e14a8ff77f7e7ae9cd34604/future-0.11.4.tar.gz#sha256=e9ba55f1ebfb0d99fdf8545df77a60ffe6a04f699f3525d2a5911462b6e2a531 (from https://pypi.org/simple/future/), version: 0.11.4
    Found link https://files.pythonhosted.org/packages/02/f8/f284a56149af9e72da9605cb178175f4acdfedc4655aabee19a138acd6fe/future-0.12.0.tar.gz#sha256=bc49f4ccd55b289234b09bb4b4b2ab8017ce91845f7013a9b5daa3f25855794e (from https://pypi.org/simple/future/), version: 0.12.0
    Found link https://files.pythonhosted.org/packages/db/74/22c98655ae91486061cd2fe3058bd8a8422e213a36d3ae315bef023d062b/future-0.12.1.tar.gz#sha256=3ae3e71387b6b3669228f60608025b6405bb8f1b2410f945d3fc85e4f2bf71dc (from https://pypi.org/simple/future/), version: 0.12.1
    Found link https://files.pythonhosted.org/packages/9d/47/5cdb58d1ce9035d6f6b4bde347354f262d2cddd568c51c3053baa88fc59d/future-0.12.2.tar.gz#sha256=b5ef01195260bbd302e4bb565c0915f62e2c18331a43c45ae0838f378ae8b0c6 (from https://pypi.org/simple/future/), version: 0.12.2
    Found link https://files.pythonhosted.org/packages/ac/7f/f925ed0e29af42ed3273a1eceaf90b9c3d6bd51bca8aaba49725e9c0d9b5/future-0.12.3.tar.gz#sha256=39e254b43f135575a94092766ef17c507f9339419422a820f8128414d040f7f4 (from https://pypi.org/simple/future/), version: 0.12.3
    Found link https://files.pythonhosted.org/packages/ea/a9/8f9d4a952a681b860b4d08759dc3fa768b8d611c72048497c872bee6e54b/future-0.12.4.tar.gz#sha256=d5767f16a6c739c4829eb465abbd33f36cf4b8668e575cf1ec56949027030eaa (from https://pypi.org/simple/future/), version: 0.12.4
    Found link https://files.pythonhosted.org/packages/08/94/9f023d3443f00f62d5f3e44e6daaef059bd28300d92d59c60bedfdc298da/future-0.13.0.tar.gz#sha256=7fb75607a7a2af3aa975a39373dc7b5db7edbc4e37d54065e6a04b1d4a1bc2c8 (from https://pypi.org/simple/future/), version: 0.13.0
    Found link https://files.pythonhosted.org/packages/b4/e6/07e207c894654762689a37c1b697c16aee1360df6eeafcbd66d3a16b9812/future-0.13.1.tar.gz#sha256=6e91722eaec7d9324ac1060858f5211f822fea698b1f88492aa91d08fc2a62e2 (from https://pypi.org/simple/future/), version: 0.13.1
    Found link https://files.pythonhosted.org/packages/4b/ab/3e42d1f0227e3a23d02338506e24007a1d9c21bda028735efb19285578f9/future-0.14.0.tar.gz#sha256=af25a0ee915d8d8720d8fe8b4516e55ac27f354d5d57af3c900757f4b6ccca8c (from https://pypi.org/simple/future/), version: 0.14.0
    Found link https://files.pythonhosted.org/packages/dc/a6/57718937bc25e602367d82ff86a6689b677f18e29e30ff9bab58cc17f5dc/future-0.14.1.tar.gz#sha256=854d893d57b894193169c65661884fd318d6e106ae84c1fb9f30604d89ee9de1 (from https://pypi.org/simple/future/), version: 0.14.1
    Found link https://files.pythonhosted.org/packages/d6/c1/3e8cee376151bd70744e7f1290212f887333323f260da22eb834c709d236/future-0.14.2.tar.gz#sha256=1af14fadd7779520345b4376ca24c4ff16fe9e59cbfb453dfe7a3e44fe76a1f7 (from https://pypi.org/simple/future/), version: 0.14.2
    Found link https://files.pythonhosted.org/packages/83/80/8ef3a11a15f8eaafafa0937b20c1b3f73527e69ab6b3fa1cf94a5a96aabb/future-0.14.3.tar.gz#sha256=62857d51881d97dd5492b9295b9f51d92108a52a4c88e2c40054c1d3e5995be9 (from https://pypi.org/simple/future/), version: 0.14.3
    Found link https://files.pythonhosted.org/packages/7c/eb/1d7403c6d187ec097394685b0ea8a69faadaeb63f222d6c9b85ae165f915/future-0.15.0.tar.gz#sha256=7f8ad46e287ac32e3dae78be41098c83d690b364142e0a5f11958c2b549420b0 (from https://pypi.org/simple/future/), version: 0.15.0
    Found link https://files.pythonhosted.org/packages/41/b7/b646f0140a752ea87bb0b4c3a4af6a1e6e5fa676b9b1314a702368b75d4b/future-0.15.1.tar.gz#sha256=d61405f32beb357eeef6e32bbfe4c0e463cac658f59601a5ddeabf87bb8c46c1 (from https://pypi.org/simple/future/), version: 0.15.1
    Found link https://files.pythonhosted.org/packages/5a/f4/99abde815842bc6e97d5a7806ad51236630da14ca2f3b1fce94c0bb94d3d/future-0.15.2.tar.gz#sha256=3d3b193f20ca62ba7d8782589922878820d0a023b885882deec830adbf639b97 (from https://pypi.org/simple/future/), version: 0.15.2
    Found link https://files.pythonhosted.org/packages/00/2b/8d082ddfed935f3608cc61140df6dcbf0edea1bc3ab52fb6c29ae3e81e85/future-0.16.0.tar.gz#sha256=e39ced1ab767b5936646cedba8bcce582398233d6a627067d4c6a454c90cfedb (from https://pypi.org/simple/future/), version: 0.16.0
    Found link https://files.pythonhosted.org/packages/85/aa/ba2e24dcb889d7e98733f87515d80b3512418b80ba79d82d2ddcd43fadf3/future-0.17.0.tar.gz#sha256=eb6d4df04f1fb538c99f69c9a28b255d1ee4e825d479b9c62fc38c0cf38065a4 (from https://pypi.org/simple/future/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*), version: 0.17.0
    Found link https://files.pythonhosted.org/packages/90/52/e20466b85000a181e1e144fd8305caf2cf475e2f9674e797b222f8105f5f/future-0.17.1.tar.gz#sha256=67045236dcfd6816dc439556d009594abf643e5eb48992e36beac09c2ca659b8 (from https://pypi.org/simple/future/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*), version: 0.17.1
  Using version 0.17.1 (newest of versions: 0.0.1, 0.0.2, 0.0.3, 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.4.0, 0.4.1, 0.5.0, 0.5.1, 0.5.2, 0.6.0, 0.7.0, 0.8.0, 0.8.1, 0.8.2, 0.9.0, 0.10.0, 0.10.1, 0.10.2, 0.11.0, 0.11.1, 0.11.2, 0.11.3, 0.11.4, 0.12.0, 0.12.1, 0.12.2, 0.12.3, 0.12.4, 0.13.0, 0.13.1, 0.14.0, 0.14.1, 0.14.2, 0.14.3, 0.15.0, 0.15.1, 0.15.2, 0.16.0, 0.17.0, 0.17.1)
  Created temporary directory: /tmp/pip-unpack-Xpfl5i
  Starting new HTTPS connection (1): files.pythonhosted.org:443
  https://files.pythonhosted.org:443 "GET /packages/90/52/e20466b85000a181e1e144fd8305caf2cf475e2f9674e797b222f8105f5f/future-0.17.1.tar.gz HTTP/1.1" 200 829119
  Downloading https://files.pythonhosted.org/packages/90/52/e20466b85000a181e1e144fd8305caf2cf475e2f9674e797b222f8105f5f/future-0.17.1.tar.gz (829kB)
  Downloading from URL https://files.pythonhosted.org/packages/90/52/e20466b85000a181e1e144fd8305caf2cf475e2f9674e797b222f8105f5f/future-0.17.1.tar.gz#sha256=67045236dcfd6816dc439556d009594abf643e5eb48992e36beac09c2ca659b8 (from https://pypi.org/simple/future/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*)
    100% |████████████████████████████████| 829kB 10.4MB/s
  Added future from https://files.pythonhosted.org/packages/90/52/e20466b85000a181e1e144fd8305caf2cf475e2f9674e797b222f8105f5f/future-0.17.1.tar.gz#sha256=67045236dcfd6816dc439556d009594abf643e5eb48992e36beac09c2ca659b8 to build tracker '/tmp/pip-req-tracker-XUeB7Q'
  Running setup.py (path:/tmp/pip-install-Pwdz3n/future/setup.py) egg_info for package future
    Running command python setup.py egg_info
    running egg_info
    creating pip-egg-info/future.egg-info
    writing pip-egg-info/future.egg-info/PKG-INFO
    writing top-level names to pip-egg-info/future.egg-info/top_level.txt
    writing dependency_links to pip-egg-info/future.egg-info/dependency_links.txt
    writing entry points to pip-egg-info/future.egg-info/entry_points.txt
    writing manifest file 'pip-egg-info/future.egg-info/SOURCES.txt'
    reading manifest file 'pip-egg-info/future.egg-info/SOURCES.txt'
    reading manifest template 'MANIFEST.in'
    warning: no files found matching '*.au' under directory 'tests'
    warning: no files found matching '*.gif' under directory 'tests'
    warning: no files found matching '*.txt' under directory 'tests'
    writing manifest file 'pip-egg-info/future.egg-info/SOURCES.txt'
  Source in /tmp/pip-install-Pwdz3n/future has version 0.17.1, which satisfies requirement future from https://files.pythonhosted.org/packages/90/52/e20466b85000a181e1e144fd8305caf2cf475e2f9674e797b222f8105f5f/future-0.17.1.tar.gz#sha256=67045236dcfd6816dc439556d009594abf643e5eb48992e36beac09c2ca659b8
  Removed future from https://files.pythonhosted.org/packages/90/52/e20466b85000a181e1e144fd8305caf2cf475e2f9674e797b222f8105f5f/future-0.17.1.tar.gz#sha256=67045236dcfd6816dc439556d009594abf643e5eb48992e36beac09c2ca659b8 from build tracker '/tmp/pip-req-tracker-XUeB7Q'
Installing collected packages: future
  Created temporary directory: /tmp/pip-record-ytMgKK
  Running setup.py install for future ...     Running command /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/bin/python2.7 -u -c "import setuptools, tokenize;__file__='/tmp/pip-install-Pwdz3n/future/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-ytMgKK/install-record.txt --single-version-externally-managed --compile --install-headers /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/include/site/python2.7/future
    running install
    running build
    running build_py
    creating build
    creating build/lib
    creating build/lib/future
    copying src/future/__init__.py -> build/lib/future
    creating build/lib/future/builtins
    copying src/future/builtins/misc.py -> build/lib/future/builtins
    copying src/future/builtins/newround.py -> build/lib/future/builtins
    copying src/future/builtins/__init__.py -> build/lib/future/builtins
    copying src/future/builtins/newnext.py -> build/lib/future/builtins
    copying src/future/builtins/disabled.py -> build/lib/future/builtins
    copying src/future/builtins/iterators.py -> build/lib/future/builtins
    copying src/future/builtins/newsuper.py -> build/lib/future/builtins
    creating build/lib/future/types
    copying src/future/types/newint.py -> build/lib/future/types
    copying src/future/types/newmemoryview.py -> build/lib/future/types
    copying src/future/types/newopen.py -> build/lib/future/types
    copying src/future/types/newobject.py -> build/lib/future/types
    copying src/future/types/newdict.py -> build/lib/future/types
    copying src/future/types/newbytes.py -> build/lib/future/types
    copying src/future/types/__init__.py -> build/lib/future/types
    copying src/future/types/newlist.py -> build/lib/future/types
    copying src/future/types/newstr.py -> build/lib/future/types
    copying src/future/types/newrange.py -> build/lib/future/types
    creating build/lib/future/standard_library
    copying src/future/standard_library/__init__.py -> build/lib/future/standard_library
    creating build/lib/future/backports
    copying src/future/backports/misc.py -> build/lib/future/backports
    copying src/future/backports/_markupbase.py -> build/lib/future/backports
    copying src/future/backports/__init__.py -> build/lib/future/backports
    copying src/future/backports/socketserver.py -> build/lib/future/backports
    copying src/future/backports/total_ordering.py -> build/lib/future/backports
    copying src/future/backports/socket.py -> build/lib/future/backports
    copying src/future/backports/datetime.py -> build/lib/future/backports
    creating build/lib/future/backports/email
    copying src/future/backports/email/_policybase.py -> build/lib/future/backports/email
    copying src/future/backports/email/header.py -> build/lib/future/backports/email
    copying src/future/backports/email/_encoded_words.py -> build/lib/future/backports/email
    copying src/future/backports/email/_header_value_parser.py -> build/lib/future/backports/email
    copying src/future/backports/email/policy.py -> build/lib/future/backports/email
    copying src/future/backports/email/__init__.py -> build/lib/future/backports/email
    copying src/future/backports/email/message.py -> build/lib/future/backports/email
    copying src/future/backports/email/encoders.py -> build/lib/future/backports/email
    copying src/future/backports/email/parser.py -> build/lib/future/backports/email
    copying src/future/backports/email/generator.py -> build/lib/future/backports/email
    copying src/future/backports/email/utils.py -> build/lib/future/backports/email
    copying src/future/backports/email/charset.py -> build/lib/future/backports/email
    copying src/future/backports/email/iterators.py -> build/lib/future/backports/email
    copying src/future/backports/email/quoprimime.py -> build/lib/future/backports/email
    copying src/future/backports/email/errors.py -> build/lib/future/backports/email
    copying src/future/backports/email/feedparser.py -> build/lib/future/backports/email
    copying src/future/backports/email/_parseaddr.py -> build/lib/future/backports/email
    copying src/future/backports/email/base64mime.py -> build/lib/future/backports/email
    copying src/future/backports/email/headerregistry.py -> build/lib/future/backports/email
    creating build/lib/future/backports/email/mime
    copying src/future/backports/email/mime/multipart.py -> build/lib/future/backports/email/mime
    copying src/future/backports/email/mime/__init__.py -> build/lib/future/backports/email/mime
    copying src/future/backports/email/mime/message.py -> build/lib/future/backports/email/mime
    copying src/future/backports/email/mime/application.py -> build/lib/future/backports/email/mime
    copying src/future/backports/email/mime/nonmultipart.py -> build/lib/future/backports/email/mime
    copying src/future/backports/email/mime/text.py -> build/lib/future/backports/email/mime
    copying src/future/backports/email/mime/audio.py -> build/lib/future/backports/email/mime
    copying src/future/backports/email/mime/image.py -> build/lib/future/backports/email/mime
    copying src/future/backports/email/mime/base.py -> build/lib/future/backports/email/mime
    creating build/lib/future/backports/html
    copying src/future/backports/html/__init__.py -> build/lib/future/backports/html
    copying src/future/backports/html/parser.py -> build/lib/future/backports/html
    copying src/future/backports/html/entities.py -> build/lib/future/backports/html
    creating build/lib/future/backports/http
    copying src/future/backports/http/cookies.py -> build/lib/future/backports/http
    copying src/future/backports/http/server.py -> build/lib/future/backports/http
    copying src/future/backports/http/client.py -> build/lib/future/backports/http
    copying src/future/backports/http/__init__.py -> build/lib/future/backports/http
    copying src/future/backports/http/cookiejar.py -> build/lib/future/backports/http
    creating build/lib/future/backports/test
    copying src/future/backports/test/support.py -> build/lib/future/backports/test
    copying src/future/backports/test/ssl_servers.py -> build/lib/future/backports/test
    copying src/future/backports/test/__init__.py -> build/lib/future/backports/test
    copying src/future/backports/test/pystone.py -> build/lib/future/backports/test
    creating build/lib/future/backports/urllib
    copying src/future/backports/urllib/error.py -> build/lib/future/backports/urllib
    copying src/future/backports/urllib/request.py -> build/lib/future/backports/urllib
    copying src/future/backports/urllib/__init__.py -> build/lib/future/backports/urllib
    copying src/future/backports/urllib/response.py -> build/lib/future/backports/urllib
    copying src/future/backports/urllib/robotparser.py -> build/lib/future/backports/urllib
    copying src/future/backports/urllib/parse.py -> build/lib/future/backports/urllib
    creating build/lib/future/backports/xmlrpc
    copying src/future/backports/xmlrpc/server.py -> build/lib/future/backports/xmlrpc
    copying src/future/backports/xmlrpc/client.py -> build/lib/future/backports/xmlrpc
    copying src/future/backports/xmlrpc/__init__.py -> build/lib/future/backports/xmlrpc
    creating build/lib/future/moves
    copying src/future/moves/queue.py -> build/lib/future/moves
    copying src/future/moves/_dummy_thread.py -> build/lib/future/moves
    copying src/future/moves/copyreg.py -> build/lib/future/moves
    copying src/future/moves/_markupbase.py -> build/lib/future/moves
    copying src/future/moves/builtins.py -> build/lib/future/moves
    copying src/future/moves/subprocess.py -> build/lib/future/moves
    copying src/future/moves/__init__.py -> build/lib/future/moves
    copying src/future/moves/socketserver.py -> build/lib/future/moves
    copying src/future/moves/winreg.py -> build/lib/future/moves
    copying src/future/moves/configparser.py -> build/lib/future/moves
    copying src/future/moves/reprlib.py -> build/lib/future/moves
    copying src/future/moves/collections.py -> build/lib/future/moves
    copying src/future/moves/pickle.py -> build/lib/future/moves
    copying src/future/moves/_thread.py -> build/lib/future/moves
    copying src/future/moves/sys.py -> build/lib/future/moves
    copying src/future/moves/itertools.py -> build/lib/future/moves
    creating build/lib/future/moves/dbm
    copying src/future/moves/dbm/ndbm.py -> build/lib/future/moves/dbm
    copying src/future/moves/dbm/gnu.py -> build/lib/future/moves/dbm
    copying src/future/moves/dbm/__init__.py -> build/lib/future/moves/dbm
    copying src/future/moves/dbm/dumb.py -> build/lib/future/moves/dbm
    creating build/lib/future/moves/html
    copying src/future/moves/html/__init__.py -> build/lib/future/moves/html
    copying src/future/moves/html/parser.py -> build/lib/future/moves/html
    copying src/future/moves/html/entities.py -> build/lib/future/moves/html
    creating build/lib/future/moves/http
    copying src/future/moves/http/cookies.py -> build/lib/future/moves/http
    copying src/future/moves/http/server.py -> build/lib/future/moves/http
    copying src/future/moves/http/client.py -> build/lib/future/moves/http
    copying src/future/moves/http/__init__.py -> build/lib/future/moves/http
    copying src/future/moves/http/cookiejar.py -> build/lib/future/moves/http
    creating build/lib/future/moves/test
    copying src/future/moves/test/support.py -> build/lib/future/moves/test
    copying src/future/moves/test/__init__.py -> build/lib/future/moves/test
    creating build/lib/future/moves/tkinter
    copying src/future/moves/tkinter/scrolledtext.py -> build/lib/future/moves/tkinter
    copying src/future/moves/tkinter/colorchooser.py -> build/lib/future/moves/tkinter
    copying src/future/moves/tkinter/commondialog.py -> build/lib/future/moves/tkinter
    copying src/future/moves/tkinter/messagebox.py -> build/lib/future/moves/tkinter
    copying src/future/moves/tkinter/dialog.py -> build/lib/future/moves/tkinter
    copying src/future/moves/tkinter/constants.py -> build/lib/future/moves/tkinter
    copying src/future/moves/tkinter/dnd.py -> build/lib/future/moves/tkinter
    copying src/future/moves/tkinter/__init__.py -> build/lib/future/moves/tkinter
    copying src/future/moves/tkinter/ttk.py -> build/lib/future/moves/tkinter
    copying src/future/moves/tkinter/filedialog.py -> build/lib/future/moves/tkinter
    copying src/future/moves/tkinter/font.py -> build/lib/future/moves/tkinter
    copying src/future/moves/tkinter/tix.py -> build/lib/future/moves/tkinter
    copying src/future/moves/tkinter/simpledialog.py -> build/lib/future/moves/tkinter
    creating build/lib/future/moves/urllib
    copying src/future/moves/urllib/error.py -> build/lib/future/moves/urllib
    copying src/future/moves/urllib/request.py -> build/lib/future/moves/urllib
    copying src/future/moves/urllib/__init__.py -> build/lib/future/moves/urllib
    copying src/future/moves/urllib/response.py -> build/lib/future/moves/urllib
    copying src/future/moves/urllib/robotparser.py -> build/lib/future/moves/urllib
    copying src/future/moves/urllib/parse.py -> build/lib/future/moves/urllib
    creating build/lib/future/moves/xmlrpc
    copying src/future/moves/xmlrpc/server.py -> build/lib/future/moves/xmlrpc
    copying src/future/moves/xmlrpc/client.py -> build/lib/future/moves/xmlrpc
    copying src/future/moves/xmlrpc/__init__.py -> build/lib/future/moves/xmlrpc
    creating build/lib/future/tests
    copying src/future/tests/__init__.py -> build/lib/future/tests
    copying src/future/tests/base.py -> build/lib/future/tests
    creating build/lib/future/utils
    copying src/future/utils/__init__.py -> build/lib/future/utils
    copying src/future/utils/surrogateescape.py -> build/lib/future/utils
    creating build/lib/past
    copying src/past/__init__.py -> build/lib/past
    creating build/lib/past/builtins
    copying src/past/builtins/noniterators.py -> build/lib/past/builtins
    copying src/past/builtins/misc.py -> build/lib/past/builtins
    copying src/past/builtins/__init__.py -> build/lib/past/builtins
    creating build/lib/past/types
    copying src/past/types/basestring.py -> build/lib/past/types
    copying src/past/types/__init__.py -> build/lib/past/types
    copying src/past/types/olddict.py -> build/lib/past/types
    copying src/past/types/oldstr.py -> build/lib/past/types
    creating build/lib/past/utils
    copying src/past/utils/__init__.py -> build/lib/past/utils
    creating build/lib/past/translation
    copying src/past/translation/__init__.py -> build/lib/past/translation
    creating build/lib/libfuturize
    copying src/libfuturize/__init__.py -> build/lib/libfuturize
    copying src/libfuturize/main.py -> build/lib/libfuturize
    copying src/libfuturize/fixer_util.py -> build/lib/libfuturize
    creating build/lib/libfuturize/fixes
    copying src/libfuturize/fixes/fix_oldstr_wrap.py -> build/lib/libfuturize/fixes
    copying src/libfuturize/fixes/fix_division.py -> build/lib/libfuturize/fixes
    copying src/libfuturize/fixes/fix_print.py -> build/lib/libfuturize/fixes
    copying src/libfuturize/fixes/fix_add__future__imports_except_unicode_literals.py -> build/lib/libfuturize/fixes
    copying src/libfuturize/fixes/fix_cmp.py -> build/lib/libfuturize/fixes
    copying src/libfuturize/fixes/fix_division_safe.py -> build/lib/libfuturize/fixes
    copying src/libfuturize/fixes/fix_next_call.py -> build/lib/libfuturize/fixes
    copying src/libfuturize/fixes/fix_metaclass.py -> build/lib/libfuturize/fixes
    copying src/libfuturize/fixes/__init__.py -> build/lib/libfuturize/fixes
    copying src/libfuturize/fixes/fix_unicode_literals_import.py -> build/lib/libfuturize/fixes
    copying src/libfuturize/fixes/fix_bytes.py -> build/lib/libfuturize/fixes
    copying src/libfuturize/fixes/fix_future_builtins.py -> build/lib/libfuturize/fixes
    copying src/libfuturize/fixes/fix_xrange_with_import.py -> build/lib/libfuturize/fixes
    copying src/libfuturize/fixes/fix_raise.py -> build/lib/libfuturize/fixes
    copying src/libfuturize/fixes/fix_object.py -> build/lib/libfuturize/fixes
    copying src/libfuturize/fixes/fix_UserDict.py -> build/lib/libfuturize/fixes
    copying src/libfuturize/fixes/fix_order___future__imports.py -> build/lib/libfuturize/fixes
    copying src/libfuturize/fixes/fix_future_standard_library.py -> build/lib/libfuturize/fixes
    copying src/libfuturize/fixes/fix_future_standard_library_urllib.py -> build/lib/libfuturize/fixes
    copying src/libfuturize/fixes/fix_basestring.py -> build/lib/libfuturize/fixes
    copying src/libfuturize/fixes/fix_execfile.py -> build/lib/libfuturize/fixes
    copying src/libfuturize/fixes/fix_unicode_keep_u.py -> build/lib/libfuturize/fixes
    copying src/libfuturize/fixes/fix_remove_old__future__imports.py -> build/lib/libfuturize/fixes
    copying src/libfuturize/fixes/fix_absolute_import.py -> build/lib/libfuturize/fixes
    copying src/libfuturize/fixes/fix_print_with_import.py -> build/lib/libfuturize/fixes
    creating build/lib/libpasteurize
    copying src/libpasteurize/__init__.py -> build/lib/libpasteurize
    copying src/libpasteurize/main.py -> build/lib/libpasteurize
    creating build/lib/libpasteurize/fixes
    copying src/libpasteurize/fixes/fix_throw.py -> build/lib/libpasteurize/fixes
    copying src/libpasteurize/fixes/fix_division.py -> build/lib/libpasteurize/fixes
    copying src/libpasteurize/fixes/fix_add_future_standard_library_import.py -> build/lib/libpasteurize/fixes
    copying src/libpasteurize/fixes/fix_kwargs.py -> build/lib/libpasteurize/fixes
    copying src/libpasteurize/fixes/fix_imports2.py -> build/lib/libpasteurize/fixes
    copying src/libpasteurize/fixes/fix_metaclass.py -> build/lib/libpasteurize/fixes
    copying src/libpasteurize/fixes/fix_fullargspec.py -> build/lib/libpasteurize/fixes
    copying src/libpasteurize/fixes/fix_annotations.py -> build/lib/libpasteurize/fixes
    copying src/libpasteurize/fixes/fix_printfunction.py -> build/lib/libpasteurize/fixes
    copying src/libpasteurize/fixes/fix_imports.py -> build/lib/libpasteurize/fixes
    copying src/libpasteurize/fixes/__init__.py -> build/lib/libpasteurize/fixes
    copying src/libpasteurize/fixes/fix_features.py -> build/lib/libpasteurize/fixes
    copying src/libpasteurize/fixes/fix_future_builtins.py -> build/lib/libpasteurize/fixes
    copying src/libpasteurize/fixes/fix_memoryview.py -> build/lib/libpasteurize/fixes
    copying src/libpasteurize/fixes/fix_add_all__future__imports.py -> build/lib/libpasteurize/fixes
    copying src/libpasteurize/fixes/fix_raise.py -> build/lib/libpasteurize/fixes
    copying src/libpasteurize/fixes/fix_add_all_future_builtins.py -> build/lib/libpasteurize/fixes
    copying src/libpasteurize/fixes/fix_next.py -> build/lib/libpasteurize/fixes
    copying src/libpasteurize/fixes/fix_newstyle.py -> build/lib/libpasteurize/fixes
    copying src/libpasteurize/fixes/fix_raise_.py -> build/lib/libpasteurize/fixes
    copying src/libpasteurize/fixes/fix_getcwd.py -> build/lib/libpasteurize/fixes
    copying src/libpasteurize/fixes/feature_base.py -> build/lib/libpasteurize/fixes
    copying src/libpasteurize/fixes/fix_unpacking.py -> build/lib/libpasteurize/fixes
    creating build/lib/builtins
    copying src/builtins/__init__.py -> build/lib/builtins
    creating build/lib/copyreg
    copying src/copyreg/__init__.py -> build/lib/copyreg
    creating build/lib/html
    copying src/html/__init__.py -> build/lib/html
    copying src/html/parser.py -> build/lib/html
    copying src/html/entities.py -> build/lib/html
    creating build/lib/http
    copying src/http/cookies.py -> build/lib/http
    copying src/http/server.py -> build/lib/http
    copying src/http/client.py -> build/lib/http
    copying src/http/__init__.py -> build/lib/http
    copying src/http/cookiejar.py -> build/lib/http
    creating build/lib/queue
    copying src/queue/__init__.py -> build/lib/queue
    creating build/lib/reprlib
    copying src/reprlib/__init__.py -> build/lib/reprlib
    creating build/lib/socketserver
    copying src/socketserver/__init__.py -> build/lib/socketserver
    creating build/lib/tkinter
    copying src/tkinter/scrolledtext.py -> build/lib/tkinter
    copying src/tkinter/colorchooser.py -> build/lib/tkinter
    copying src/tkinter/commondialog.py -> build/lib/tkinter
    copying src/tkinter/messagebox.py -> build/lib/tkinter
    copying src/tkinter/dialog.py -> build/lib/tkinter
    copying src/tkinter/constants.py -> build/lib/tkinter
    copying src/tkinter/dnd.py -> build/lib/tkinter
    copying src/tkinter/__init__.py -> build/lib/tkinter
    copying src/tkinter/ttk.py -> build/lib/tkinter
    copying src/tkinter/filedialog.py -> build/lib/tkinter
    copying src/tkinter/font.py -> build/lib/tkinter
    copying src/tkinter/tix.py -> build/lib/tkinter
    copying src/tkinter/simpledialog.py -> build/lib/tkinter
    creating build/lib/winreg
    copying src/winreg/__init__.py -> build/lib/winreg
    creating build/lib/xmlrpc
    copying src/xmlrpc/server.py -> build/lib/xmlrpc
    copying src/xmlrpc/client.py -> build/lib/xmlrpc
    copying src/xmlrpc/__init__.py -> build/lib/xmlrpc
    creating build/lib/_dummy_thread
    copying src/_dummy_thread/__init__.py -> build/lib/_dummy_thread
    creating build/lib/_markupbase
    copying src/_markupbase/__init__.py -> build/lib/_markupbase
    creating build/lib/_thread
    copying src/_thread/__init__.py -> build/lib/_thread
    running egg_info
    writing src/future.egg-info/PKG-INFO
    writing top-level names to src/future.egg-info/top_level.txt
    writing dependency_links to src/future.egg-info/dependency_links.txt
    writing entry points to src/future.egg-info/entry_points.txt
    reading manifest file 'src/future.egg-info/SOURCES.txt'
    reading manifest template 'MANIFEST.in'
    warning: no files found matching '*.au' under directory 'tests'
    warning: no files found matching '*.gif' under directory 'tests'
    warning: no files found matching '*.txt' under directory 'tests'
    writing manifest file 'src/future.egg-info/SOURCES.txt'
    copying src/future/backports/test/badcert.pem -> build/lib/future/backports/test
    copying src/future/backports/test/badkey.pem -> build/lib/future/backports/test
    copying src/future/backports/test/dh512.pem -> build/lib/future/backports/test
    copying src/future/backports/test/https_svn_python_org_root.pem -> build/lib/future/backports/test
    copying src/future/backports/test/keycert.passwd.pem -> build/lib/future/backports/test
    copying src/future/backports/test/keycert.pem -> build/lib/future/backports/test
    copying src/future/backports/test/keycert2.pem -> build/lib/future/backports/test
    copying src/future/backports/test/nokia.pem -> build/lib/future/backports/test
    copying src/future/backports/test/nullbytecert.pem -> build/lib/future/backports/test
    copying src/future/backports/test/nullcert.pem -> build/lib/future/backports/test
    copying src/future/backports/test/sha256.pem -> build/lib/future/backports/test
    copying src/future/backports/test/ssl_cert.pem -> build/lib/future/backports/test
    copying src/future/backports/test/ssl_key.passwd.pem -> build/lib/future/backports/test
    copying src/future/backports/test/ssl_key.pem -> build/lib/future/backports/test
    creating build/lib/past/tests
    copying src/past/tests/__init__.py -> build/lib/past/tests
    warning: build_py: byte-compiling is disabled, skipping.

    running install_lib
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future
    copying build/lib/future/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/builtins
    copying build/lib/future/builtins/misc.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/builtins
    copying build/lib/future/builtins/newround.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/builtins
    copying build/lib/future/builtins/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/builtins
    copying build/lib/future/builtins/newnext.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/builtins
    copying build/lib/future/builtins/disabled.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/builtins
    copying build/lib/future/builtins/iterators.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/builtins
    copying build/lib/future/builtins/newsuper.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/builtins
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/types
    copying build/lib/future/types/newint.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/types
    copying build/lib/future/types/newmemoryview.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/types
    copying build/lib/future/types/newopen.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/types
    copying build/lib/future/types/newobject.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/types
    copying build/lib/future/types/newdict.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/types
    copying build/lib/future/types/newbytes.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/types
    copying build/lib/future/types/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/types
    copying build/lib/future/types/newlist.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/types
    copying build/lib/future/types/newstr.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/types
    copying build/lib/future/types/newrange.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/types
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/standard_library
    copying build/lib/future/standard_library/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/standard_library
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports
    copying build/lib/future/backports/misc.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports
    copying build/lib/future/backports/_markupbase.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports
    copying build/lib/future/backports/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports
    copying build/lib/future/backports/socketserver.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports
    copying build/lib/future/backports/total_ordering.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports
    copying build/lib/future/backports/socket.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports
    copying build/lib/future/backports/datetime.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/email
    copying build/lib/future/backports/email/_policybase.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/email
    copying build/lib/future/backports/email/header.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/email
    copying build/lib/future/backports/email/_encoded_words.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/email
    copying build/lib/future/backports/email/_header_value_parser.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/email
    copying build/lib/future/backports/email/policy.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/email
    copying build/lib/future/backports/email/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/email
    copying build/lib/future/backports/email/message.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/email
    copying build/lib/future/backports/email/encoders.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/email
    copying build/lib/future/backports/email/parser.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/email
    copying build/lib/future/backports/email/generator.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/email
    copying build/lib/future/backports/email/utils.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/email
    copying build/lib/future/backports/email/charset.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/email
    copying build/lib/future/backports/email/iterators.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/email
    copying build/lib/future/backports/email/quoprimime.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/email
    copying build/lib/future/backports/email/errors.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/email
    copying build/lib/future/backports/email/feedparser.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/email
    copying build/lib/future/backports/email/_parseaddr.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/email
    copying build/lib/future/backports/email/base64mime.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/email
    copying build/lib/future/backports/email/headerregistry.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/email
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/email/mime
    copying build/lib/future/backports/email/mime/multipart.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/email/mime
    copying build/lib/future/backports/email/mime/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/email/mime
    copying build/lib/future/backports/email/mime/message.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/email/mime
    copying build/lib/future/backports/email/mime/application.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/email/mime
    copying build/lib/future/backports/email/mime/nonmultipart.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/email/mime
    copying build/lib/future/backports/email/mime/text.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/email/mime
    copying build/lib/future/backports/email/mime/audio.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/email/mime
    copying build/lib/future/backports/email/mime/image.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/email/mime
    copying build/lib/future/backports/email/mime/base.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/email/mime
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/html
    copying build/lib/future/backports/html/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/html
    copying build/lib/future/backports/html/parser.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/html
    copying build/lib/future/backports/html/entities.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/html
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/http
    copying build/lib/future/backports/http/cookies.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/http
    copying build/lib/future/backports/http/server.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/http
    copying build/lib/future/backports/http/client.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/http
    copying build/lib/future/backports/http/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/http
    copying build/lib/future/backports/http/cookiejar.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/http
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/test
    copying build/lib/future/backports/test/support.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/test
    copying build/lib/future/backports/test/ssl_servers.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/test
    copying build/lib/future/backports/test/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/test
    copying build/lib/future/backports/test/pystone.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/test
    copying build/lib/future/backports/test/badcert.pem -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/test
    copying build/lib/future/backports/test/badkey.pem -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/test
    copying build/lib/future/backports/test/dh512.pem -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/test
    copying build/lib/future/backports/test/https_svn_python_org_root.pem -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/test
    copying build/lib/future/backports/test/keycert.passwd.pem -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/test
    copying build/lib/future/backports/test/keycert.pem -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/test
    copying build/lib/future/backports/test/keycert2.pem -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/test
    copying build/lib/future/backports/test/nokia.pem -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/test
    copying build/lib/future/backports/test/nullbytecert.pem -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/test
    copying build/lib/future/backports/test/nullcert.pem -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/test
    copying build/lib/future/backports/test/sha256.pem -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/test
    copying build/lib/future/backports/test/ssl_cert.pem -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/test
    copying build/lib/future/backports/test/ssl_key.passwd.pem -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/test
    copying build/lib/future/backports/test/ssl_key.pem -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/test
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/urllib
    copying build/lib/future/backports/urllib/error.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/urllib
    copying build/lib/future/backports/urllib/request.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/urllib
    copying build/lib/future/backports/urllib/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/urllib
    copying build/lib/future/backports/urllib/response.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/urllib
    copying build/lib/future/backports/urllib/robotparser.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/urllib
    copying build/lib/future/backports/urllib/parse.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/urllib
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/xmlrpc
    copying build/lib/future/backports/xmlrpc/server.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/xmlrpc
    copying build/lib/future/backports/xmlrpc/client.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/xmlrpc
    copying build/lib/future/backports/xmlrpc/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/backports/xmlrpc
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves
    copying build/lib/future/moves/queue.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves
    copying build/lib/future/moves/_dummy_thread.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves
    copying build/lib/future/moves/copyreg.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves
    copying build/lib/future/moves/_markupbase.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves
    copying build/lib/future/moves/builtins.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves
    copying build/lib/future/moves/subprocess.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves
    copying build/lib/future/moves/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves
    copying build/lib/future/moves/socketserver.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves
    copying build/lib/future/moves/winreg.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves
    copying build/lib/future/moves/configparser.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves
    copying build/lib/future/moves/reprlib.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves
    copying build/lib/future/moves/collections.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves
    copying build/lib/future/moves/pickle.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves
    copying build/lib/future/moves/_thread.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves
    copying build/lib/future/moves/sys.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves
    copying build/lib/future/moves/itertools.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/dbm
    copying build/lib/future/moves/dbm/ndbm.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/dbm
    copying build/lib/future/moves/dbm/gnu.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/dbm
    copying build/lib/future/moves/dbm/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/dbm
    copying build/lib/future/moves/dbm/dumb.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/dbm
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/html
    copying build/lib/future/moves/html/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/html
    copying build/lib/future/moves/html/parser.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/html
    copying build/lib/future/moves/html/entities.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/html
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/http
    copying build/lib/future/moves/http/cookies.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/http
    copying build/lib/future/moves/http/server.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/http
    copying build/lib/future/moves/http/client.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/http
    copying build/lib/future/moves/http/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/http
    copying build/lib/future/moves/http/cookiejar.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/http
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/test
    copying build/lib/future/moves/test/support.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/test
    copying build/lib/future/moves/test/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/test
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/tkinter
    copying build/lib/future/moves/tkinter/scrolledtext.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/tkinter
    copying build/lib/future/moves/tkinter/colorchooser.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/tkinter
    copying build/lib/future/moves/tkinter/commondialog.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/tkinter
    copying build/lib/future/moves/tkinter/messagebox.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/tkinter
    copying build/lib/future/moves/tkinter/dialog.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/tkinter
    copying build/lib/future/moves/tkinter/constants.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/tkinter
    copying build/lib/future/moves/tkinter/dnd.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/tkinter
    copying build/lib/future/moves/tkinter/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/tkinter
    copying build/lib/future/moves/tkinter/ttk.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/tkinter
    copying build/lib/future/moves/tkinter/filedialog.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/tkinter
    copying build/lib/future/moves/tkinter/font.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/tkinter
    copying build/lib/future/moves/tkinter/tix.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/tkinter
    copying build/lib/future/moves/tkinter/simpledialog.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/tkinter
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/urllib
    copying build/lib/future/moves/urllib/error.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/urllib
    copying build/lib/future/moves/urllib/request.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/urllib
    copying build/lib/future/moves/urllib/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/urllib
    copying build/lib/future/moves/urllib/response.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/urllib
    copying build/lib/future/moves/urllib/robotparser.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/urllib
    copying build/lib/future/moves/urllib/parse.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/urllib
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/xmlrpc
    copying build/lib/future/moves/xmlrpc/server.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/xmlrpc
    copying build/lib/future/moves/xmlrpc/client.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/xmlrpc
    copying build/lib/future/moves/xmlrpc/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/moves/xmlrpc
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/tests
    copying build/lib/future/tests/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/tests
    copying build/lib/future/tests/base.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/tests
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/utils
    copying build/lib/future/utils/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/utils
    copying build/lib/future/utils/surrogateescape.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future/utils
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/past
    copying build/lib/past/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/past
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/past/builtins
    copying build/lib/past/builtins/noniterators.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/past/builtins
    copying build/lib/past/builtins/misc.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/past/builtins
    copying build/lib/past/builtins/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/past/builtins
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/past/types
    copying build/lib/past/types/basestring.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/past/types
    copying build/lib/past/types/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/past/types
    copying build/lib/past/types/olddict.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/past/types
    copying build/lib/past/types/oldstr.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/past/types
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/past/utils
    copying build/lib/past/utils/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/past/utils
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/past/translation
    copying build/lib/past/translation/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/past/translation
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/past/tests
    copying build/lib/past/tests/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/past/tests
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libfuturize
    copying build/lib/libfuturize/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libfuturize
    copying build/lib/libfuturize/main.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libfuturize
    copying build/lib/libfuturize/fixer_util.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libfuturize
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libfuturize/fixes
    copying build/lib/libfuturize/fixes/fix_oldstr_wrap.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libfuturize/fixes
    copying build/lib/libfuturize/fixes/fix_division.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libfuturize/fixes
    copying build/lib/libfuturize/fixes/fix_print.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libfuturize/fixes
    copying build/lib/libfuturize/fixes/fix_add__future__imports_except_unicode_literals.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libfuturize/fixes
    copying build/lib/libfuturize/fixes/fix_cmp.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libfuturize/fixes
    copying build/lib/libfuturize/fixes/fix_division_safe.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libfuturize/fixes
    copying build/lib/libfuturize/fixes/fix_next_call.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libfuturize/fixes
    copying build/lib/libfuturize/fixes/fix_metaclass.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libfuturize/fixes
    copying build/lib/libfuturize/fixes/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libfuturize/fixes
    copying build/lib/libfuturize/fixes/fix_unicode_literals_import.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libfuturize/fixes
    copying build/lib/libfuturize/fixes/fix_bytes.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libfuturize/fixes
    copying build/lib/libfuturize/fixes/fix_future_builtins.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libfuturize/fixes
    copying build/lib/libfuturize/fixes/fix_xrange_with_import.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libfuturize/fixes
    copying build/lib/libfuturize/fixes/fix_raise.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libfuturize/fixes
    copying build/lib/libfuturize/fixes/fix_object.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libfuturize/fixes
    copying build/lib/libfuturize/fixes/fix_UserDict.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libfuturize/fixes
    copying build/lib/libfuturize/fixes/fix_order___future__imports.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libfuturize/fixes
    copying build/lib/libfuturize/fixes/fix_future_standard_library.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libfuturize/fixes
    copying build/lib/libfuturize/fixes/fix_future_standard_library_urllib.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libfuturize/fixes
    copying build/lib/libfuturize/fixes/fix_basestring.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libfuturize/fixes
    copying build/lib/libfuturize/fixes/fix_execfile.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libfuturize/fixes
    copying build/lib/libfuturize/fixes/fix_unicode_keep_u.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libfuturize/fixes
    copying build/lib/libfuturize/fixes/fix_remove_old__future__imports.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libfuturize/fixes
    copying build/lib/libfuturize/fixes/fix_absolute_import.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libfuturize/fixes
    copying build/lib/libfuturize/fixes/fix_print_with_import.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libfuturize/fixes
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libpasteurize
    copying build/lib/libpasteurize/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libpasteurize
    copying build/lib/libpasteurize/main.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libpasteurize
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libpasteurize/fixes
    copying build/lib/libpasteurize/fixes/fix_throw.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libpasteurize/fixes
    copying build/lib/libpasteurize/fixes/fix_division.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libpasteurize/fixes
    copying build/lib/libpasteurize/fixes/fix_add_future_standard_library_import.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libpasteurize/fixes
    copying build/lib/libpasteurize/fixes/fix_kwargs.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libpasteurize/fixes
    copying build/lib/libpasteurize/fixes/fix_imports2.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libpasteurize/fixes
    copying build/lib/libpasteurize/fixes/fix_metaclass.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libpasteurize/fixes
    copying build/lib/libpasteurize/fixes/fix_fullargspec.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libpasteurize/fixes
    copying build/lib/libpasteurize/fixes/fix_annotations.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libpasteurize/fixes
    copying build/lib/libpasteurize/fixes/fix_printfunction.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libpasteurize/fixes
    copying build/lib/libpasteurize/fixes/fix_imports.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libpasteurize/fixes
    copying build/lib/libpasteurize/fixes/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libpasteurize/fixes
    copying build/lib/libpasteurize/fixes/fix_features.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libpasteurize/fixes
    copying build/lib/libpasteurize/fixes/fix_future_builtins.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libpasteurize/fixes
    copying build/lib/libpasteurize/fixes/fix_memoryview.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libpasteurize/fixes
    copying build/lib/libpasteurize/fixes/fix_add_all__future__imports.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libpasteurize/fixes
    copying build/lib/libpasteurize/fixes/fix_raise.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libpasteurize/fixes
    copying build/lib/libpasteurize/fixes/fix_add_all_future_builtins.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libpasteurize/fixes
    copying build/lib/libpasteurize/fixes/fix_next.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libpasteurize/fixes
    copying build/lib/libpasteurize/fixes/fix_newstyle.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libpasteurize/fixes
    copying build/lib/libpasteurize/fixes/fix_raise_.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libpasteurize/fixes
    copying build/lib/libpasteurize/fixes/fix_getcwd.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libpasteurize/fixes
    copying build/lib/libpasteurize/fixes/feature_base.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libpasteurize/fixes
    copying build/lib/libpasteurize/fixes/fix_unpacking.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/libpasteurize/fixes
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/builtins
    copying build/lib/builtins/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/builtins
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/copyreg
    copying build/lib/copyreg/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/copyreg
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/html
    copying build/lib/html/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/html
    copying build/lib/html/parser.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/html
    copying build/lib/html/entities.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/html
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/http
    copying build/lib/http/cookies.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/http
    copying build/lib/http/server.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/http
    copying build/lib/http/client.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/http
    copying build/lib/http/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/http
    copying build/lib/http/cookiejar.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/http
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/queue
    copying build/lib/queue/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/queue
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/reprlib
    copying build/lib/reprlib/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/reprlib
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/socketserver
    copying build/lib/socketserver/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/socketserver
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/tkinter
    copying build/lib/tkinter/scrolledtext.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/tkinter
    copying build/lib/tkinter/colorchooser.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/tkinter
    copying build/lib/tkinter/commondialog.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/tkinter
    copying build/lib/tkinter/messagebox.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/tkinter
    copying build/lib/tkinter/dialog.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/tkinter
    copying build/lib/tkinter/constants.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/tkinter
    copying build/lib/tkinter/dnd.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/tkinter
    copying build/lib/tkinter/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/tkinter
    copying build/lib/tkinter/ttk.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/tkinter
    copying build/lib/tkinter/filedialog.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/tkinter
    copying build/lib/tkinter/font.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/tkinter
    copying build/lib/tkinter/tix.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/tkinter
    copying build/lib/tkinter/simpledialog.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/tkinter
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/winreg
    copying build/lib/winreg/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/winreg
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/xmlrpc
    copying build/lib/xmlrpc/server.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/xmlrpc
    copying build/lib/xmlrpc/client.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/xmlrpc
    copying build/lib/xmlrpc/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/xmlrpc
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/_dummy_thread
    copying build/lib/_dummy_thread/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/_dummy_thread
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/_markupbase
    copying build/lib/_markupbase/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/_markupbase
    creating /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/_thread
    copying build/lib/_thread/__init__.py -> /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/_thread
    warning: install_lib: byte-compiling is disabled, skipping.

    running install_egg_info
    Copying src/future.egg-info to /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/lib/python2.7/site-packages/future-0.17.1-py2.7.egg-info
    running install_scripts
    Installing pasteurize script to /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/bin
    Installing futurize script to /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/bin
    writing list of installed files to '/tmp/pip-record-ytMgKK/install-record.txt'
done
  Removing source in /tmp/pip-install-Pwdz3n/future
Successfully installed future-0.17.1
Cleaning up...
Removed build tracker '/tmp/pip-req-tracker-XUeB7Q'
1 location(s) to search for versions of pip:
* https://pypi.org/simple/pip/
Getting page https://pypi.org/simple/pip/
Starting new HTTPS connection (1): pypi.org:443
https://pypi.org:443 "GET /simple/pip/ HTTP/1.1" 200 10163
Analyzing links from page https://pypi.org/simple/pip/
  Found link https://files.pythonhosted.org/packages/3d/9d/1e313763bdfb6a48977b65829c6ce2a43eaae29ea2f907c8bbef024a7219/pip-0.2.tar.gz#sha256=88bb8d029e1bf4acd0e04d300104b7440086f94cc1ce1c5c3c31e3293aee1f81 (from https://pypi.org/simple/pip/), version: 0.2
  Found link https://files.pythonhosted.org/packages/18/ad/c0fe6cdfe1643a19ef027c7168572dac6283b80a384ddf21b75b921877da/pip-0.2.1.tar.gz#sha256=83522005c1266cc2de97e65072ff7554ac0f30ad369c3b02ff3a764b962048da (from https://pypi.org/simple/pip/), version: 0.2.1
  Found link https://files.pythonhosted.org/packages/17/05/f66144ef69b436d07f8eeeb28b7f77137f80de4bf60349ec6f0f9509e801/pip-0.3.tar.gz#sha256=183c72455cb7f8860ac1376f8c4f14d7f545aeab8ee7c22cd4caf79f35a2ed47 (from https://pypi.org/simple/pip/), version: 0.3
  Found link https://files.pythonhosted.org/packages/0a/bb/d087c9a1415f8726e683791c0b2943c53f2b76e69f527f2e2b2e9f9e7b5c/pip-0.3.1.tar.gz#sha256=34ce534f17065c78f980702928e988a6b6b2d8a9851aae5f1571a1feb9bb58d8 (from https://pypi.org/simple/pip/), version: 0.3.1
  Found link https://files.pythonhosted.org/packages/cf/c3/153571aaac6cf999f4bb09c019b1ff379b7b599ea833813a41c784eec995/pip-0.4.tar.gz#sha256=28fc67558874f71fddda7168f73595f1650523dce3bc5bf189713ecdfc1e456e (from https://pypi.org/simple/pip/), version: 0.4
  Found link https://files.pythonhosted.org/packages/8d/c7/f05c87812fa5d9562ecbc5f4f1fc1570444f53c81c834a7f662af406e3c1/pip-0.5.tar.gz#sha256=328d8412782f22568508a0d0c78a49c9920a82e44c8dfca49954fe525c152b2a (from https://pypi.org/simple/pip/), version: 0.5
  Found link https://files.pythonhosted.org/packages/9a/aa/f536b6d14fe03343367da2ff44eee28f340ae650cd017ca088b6be13084a/pip-0.5.1.tar.gz#sha256=e27650538c41fe1007a41abd4cfd0f905b822622cbe1f8e7e09d1215af207694 (from https://pypi.org/simple/pip/), version: 0.5.1
  Found link https://files.pythonhosted.org/packages/db/e6/fdf7be8a17b032c533d3f91e91e2c63dd81d3627cbe4113248a00c2d39d8/pip-0.6.tar.gz#sha256=4cf47db6815b2f435d1f44e1f35ff04823043f6161f7df9aec71a123b0c47f0d (from https://pypi.org/simple/pip/), version: 0.6
  Found link https://files.pythonhosted.org/packages/91/cd/105f4d3c75d0ae18e12623acc96f42168aaba408dd6e43c4505aa21f8e37/pip-0.6.1.tar.gz#sha256=efe47e84ffeb0ea4804f9858b8a94bebd07f5452f907ebed36d03aed06a9f9ec (from https://pypi.org/simple/pip/), version: 0.6.1
  Found link https://files.pythonhosted.org/packages/1c/c7/c0e1a9413c37828faf290f29a85a4d6034c145cc04bf1622ba8beb662ad8/pip-0.6.2.tar.gz#sha256=1c1a504d7e70d2c24246f95bd16e3d5fcec740fd144df69a407bf65a2ee67586 (from https://pypi.org/simple/pip/), version: 0.6.2
  Found link https://files.pythonhosted.org/packages/3f/af/c4b9d49fb0f286996b28dbc0955c3ad359794697eb98e0e69863908070b0/pip-0.6.3.tar.gz#sha256=1a6df71eb29b98cba11bde6d6a0d8c6dd8b0518e74ceb71fb31ea4fbb42fd313 (from https://pypi.org/simple/pip/), version: 0.6.3
  Found link https://files.pythonhosted.org/packages/ec/7a/6fe91ff0079ad0437830957c459d52f3923e516f5b453218f2a93d09a427/pip-0.7.tar.gz#sha256=ceaea0b9e494d893c8a191895301b79c1db33e41f14d3ad93e3d28a8b4e9bf27 (from https://pypi.org/simple/pip/), version: 0.7
  Found link https://files.pythonhosted.org/packages/a5/63/11303863c2f5e9d9a15d89fcf7513a4b60987007d418862e0fb65c09fff7/pip-0.7.1.tar.gz#sha256=f54f05aa17edd0036de433c44892c8fedb1fd2871c97829838feb995818d24c3 (from https://pypi.org/simple/pip/), version: 0.7.1
  Found link https://files.pythonhosted.org/packages/cd/a9/1debaa96bbc1005c1c8ad3b79fec58c198d35121546ea2e858ce0894268a/pip-0.7.2.tar.gz#sha256=98df2eb779358412bbbae75980171ae85deebc846d87e244d086520b1212da09 (from https://pypi.org/simple/pip/), version: 0.7.2
  Found link https://files.pythonhosted.org/packages/74/54/f785c327fb3d163560a879b36edae5c78ee07806be282c9d4807f6be7dd1/pip-0.8.tar.gz#sha256=9017e4484a212dd4e1a43dd9f039dd7fc8338d4eea1c339d5ae1c80726de5b0f (from https://pypi.org/simple/pip/), version: 0.8
  Found link https://files.pythonhosted.org/packages/5c/79/5e8381cc3078bae92166f2ba96de8355e8c181926505ba8882f7b099a500/pip-0.8.1.tar.gz#sha256=7176a87f35675f6468341212f3b959bb51d23ea66eb1c3692bf746c45c716fa2 (from https://pypi.org/simple/pip/), version: 0.8.1
  Found link https://files.pythonhosted.org/packages/17/3e/0a98ab032991518741e7e712a719633e6ae160f51b3d3e855194530fd308/pip-0.8.2.tar.gz#sha256=f80a3549c048bc3bbcb47844826e9c7c6fcd87e77b92bef0d9e66d1b397c4962 (from https://pypi.org/simple/pip/), version: 0.8.2
  Found link https://files.pythonhosted.org/packages/f7/9a/943fc6d879ed7220bac2e7e53096bfe78abec88d77f2f516400e0129679e/pip-0.8.3.tar.gz#sha256=1be2e18edd38aa75b5e4ef38a99ec33ba9247177cfcb4a6d2d2b3e73430e3001 (from https://pypi.org/simple/pip/), version: 0.8.3
  Found link https://files.pythonhosted.org/packages/24/33/6eb675fb6db7b71d69d6928b33dea61b8bf5cfe1e5649be70ec84ce2fc09/pip-1.0.tar.gz#sha256=34ba07e2d14ba86d5088ba896ac80bed845a9b276ab8acb279b8d99bc77fec8e (from https://pypi.org/simple/pip/), version: 1.0
  Found link https://files.pythonhosted.org/packages/10/d9/f584e6107ef98ad7eaaaa5d0f756bfee12561fa6a4712ffdb7209e0e1fd4/pip-1.0.1.tar.gz#sha256=37d2f18213d3845d2038dd3686bc71fc12bb41ad66c945a8b0dfec2879f3497b (from https://pypi.org/simple/pip/), version: 1.0.1
  Found link https://files.pythonhosted.org/packages/16/90/5e6f80364d8a656f60681dfb7330298edef292d43e1499bcb3a4c71ff0b9/pip-1.0.2.tar.gz#sha256=a6ed9b36aac2f121c01a2c9e0307a9e4d9438d100a407db701ac65479a3335d2 (from https://pypi.org/simple/pip/), version: 1.0.2
  Found link https://files.pythonhosted.org/packages/25/57/0d42cf5307d79913a082c5c4397d46f3793bc35e1138a694136d6e31be99/pip-1.1.tar.gz#sha256=993804bb947d18508acee02141281c77d27677f8c14eaa64d6287a1c53ef01c8 (from https://pypi.org/simple/pip/), version: 1.1
  Found link https://files.pythonhosted.org/packages/ba/c3/4e1f892f41aaa217fe0d1f827fa05928783349c69f3cc06fdd68e112678a/pip-1.2.tar.gz#sha256=2b168f1987403f1dc6996a1f22a6f6637b751b7ab6ff27e78380b8d6e70aa314 (from https://pypi.org/simple/pip/), version: 1.2
  Found link https://files.pythonhosted.org/packages/c3/a2/a63244da32afd9ce9a8ca1bd86e71610039adea8b8314046ebe5047527a6/pip-1.2.1.tar.gz#sha256=12a9302acfca62cdc7bc5d83386cac3e0581db61ac39acdb3a4e766a16b88eb1 (from https://pypi.org/simple/pip/), version: 1.2.1
  Found link https://files.pythonhosted.org/packages/00/45/69d4f2602b80550bfb26cfd2f62c2f05b3b5c7352705d3766cd1e5b27648/pip-1.3.tar.gz#sha256=d6a13c5be316cb21a0243047c7f163f47e88973ebccff8d32e63ca1bf4d9321c (from https://pypi.org/simple/pip/), version: 1.3
  Found link https://files.pythonhosted.org/packages/5b/ce/f5b98104f1c10d868936c25f7c597f492d4371aa9ad5fb61a94954ee7208/pip-1.3.1.tar.gz#sha256=145eaa5d1ea1b062663da1f3a97780d7edea4c63c68a37c463b1deedf7bb4957 (from https://pypi.org/simple/pip/), version: 1.3.1
  Found link https://files.pythonhosted.org/packages/5f/d0/3b3958f6a58783bae44158b2c4c7827ae89abaecdd4bed12cff402620b9a/pip-1.4.tar.gz#sha256=1fd43cbf07d95ddcecbb795c97a1674b3ddb711bb4a67661284a5aa765aa1b97 (from https://pypi.org/simple/pip/), version: 1.4
  Found link https://files.pythonhosted.org/packages/3f/f8/da390e0df72fb61d176b25a4b95262e3dcc14bda0ad25ac64d56db38b667/pip-1.4.1.tar.gz#sha256=4e7a06554711a624c35d0c646f63674b7f6bfc7f80221bf1eb1f631bd890d04e (from https://pypi.org/simple/pip/), version: 1.4.1
  Found link https://files.pythonhosted.org/packages/4f/7d/e53bc80667378125a9e07d4929a61b0bd7128a1129dbe6f07bb3228652a3/pip-1.5.tar.gz#sha256=25f81d1a0e55d3b1709818dd57fdfb954b028f229f09bd69cb0bc80a8e03e048 (from https://pypi.org/simple/pip/), version: 1.5
  Found link https://files.pythonhosted.org/packages/44/5d/1dca53b5de6d287e7eb99bd174bb022eb6cb0d6ca6e19ca6b16655dde8c2/pip-1.5.1-py2.py3-none-any.whl#sha256=00960db3b0b8724dd37fe37cfb9c72ecb8f59fab9db7d17c5c1e89a1adab49ce (from https://pypi.org/simple/pip/), version: 1.5.1
  Found link https://files.pythonhosted.org/packages/21/3f/d86a600c9b2f41a75caacf768a24130f343def97652de2345da15ef7911f/pip-1.5.1.tar.gz#sha256=e60e936fbc101d56668c6134c1f2b5b40fcbec8b4fc4ca7fc34842b6b4c5c130 (from https://pypi.org/simple/pip/), version: 1.5.1
  Found link https://files.pythonhosted.org/packages/3d/1f/227d77d5e9ed2df5162de4ba3616799a351eccb1ecd668ae824dd26153a1/pip-1.5.2-py2.py3-none-any.whl#sha256=6903909ccdcdbc3297b74118590e71344d6d262827acd1f5c0e2fcfce9807499 (from https://pypi.org/simple/pip/), version: 1.5.2
  Found link https://files.pythonhosted.org/packages/ed/94/391a003107f6ec997c314199d03bff1c105af758ee490e3255353574487b/pip-1.5.2.tar.gz#sha256=2a8a3e08e652d3a40edbb39264bf01f8ff3c32520a79113357cca1f30533f738 (from https://pypi.org/simple/pip/), version: 1.5.2
  Found link https://files.pythonhosted.org/packages/df/e9/bdb53d44fad1465b43edaf6bc7dd3027ed5af81405cc97603fdff0721ebb/pip-1.5.3-py2.py3-none-any.whl#sha256=f0037aed3ce6cf96b9e9117d42e967a74bea9ebe19088a2fdea5de93d5762fee (from https://pypi.org/simple/pip/), version: 1.5.3
  Found link https://files.pythonhosted.org/packages/55/de/671a48ad313c808623041fc475f7c8f7610401d9f573f06b40eeb84e74e3/pip-1.5.3.tar.gz#sha256=dc53b4d28b88556a37cd73052b6d1d08cc644c6724e37c4d38a2e3c03c5440b2 (from https://pypi.org/simple/pip/), version: 1.5.3
  Found link https://files.pythonhosted.org/packages/a9/9a/9aa19fe00de4c025562e5fb3796ff8520165a7dd1a5662c6ec9816e1ae99/pip-1.5.4-py2.py3-none-any.whl#sha256=fb7282556a42e84464f2e963a859ac4012d8134ba6218b70c1d82d145fcfa82f (from https://pypi.org/simple/pip/), version: 1.5.4
  Found link https://files.pythonhosted.org/packages/78/d8/6e58a7130d457edadb753a0ea5708e411c100c7e94e72ad4802feeef735c/pip-1.5.4.tar.gz#sha256=70208a250bb4afdbbdd74c3ac35d4ab9ba1eb6852d02567a6a87f2f5104e30b9 (from https://pypi.org/simple/pip/), version: 1.5.4
  Found link https://files.pythonhosted.org/packages/ce/c2/10d996b9c51b126a9f0bb9e14a9edcdd5c88888323c0685bb9b392b6c47c/pip-1.5.5-py2.py3-none-any.whl#sha256=fe7a5808190067b2598d85def9b83db46e5d64a00848ad843e107c36e1db4ae6 (from https://pypi.org/simple/pip/), version: 1.5.5
  Found link https://files.pythonhosted.org/packages/88/01/a442fde40bd9aaf837612536f16ab751fac628807fd718690795b8ade77d/pip-1.5.5.tar.gz#sha256=4b7f5124364ae9b5ba833dcd8813a84c1c06fba1d7c8543323c7af4b33188eca (from https://pypi.org/simple/pip/), version: 1.5.5
  Found link https://files.pythonhosted.org/packages/3f/08/7347ca4021e7fe0f1ab8f93cbc7d2a7a7350012300ad0e0227d55625e2b8/pip-1.5.6-py2.py3-none-any.whl#sha256=fbc1351ffedf09ca7560428758845a88d648b9730b63ce9e5df53a7c89f039a4 (from https://pypi.org/simple/pip/), version: 1.5.6
  Found link https://files.pythonhosted.org/packages/45/db/4fb9a456b4ec4d3b701456ef562b9d72d76b6358e0c1463d17db18c5b772/pip-1.5.6.tar.gz#sha256=b1a4ae66baf21b7eb05a5e4f37c50c2706fa28ea1f8780ce8efe14dcd9f1726c (from https://pypi.org/simple/pip/), version: 1.5.6
  Found link https://files.pythonhosted.org/packages/dc/7c/21191b5944b917b66e4e4e06d74f668d814b6e8a3ff7acd874479b6f6b3d/pip-6.0-py2.py3-none-any.whl#sha256=5ec6732505bd8be49fe1f8ad557b88253ffb085736396df4d6bea753fc2a8f2c (from https://pypi.org/simple/pip/), version: 6.0
  Found link https://files.pythonhosted.org/packages/38/fd/065c66a88398f240e344fdf496b9707f92d75f88eedc3d10ff847b28a657/pip-6.0.tar.gz#sha256=6103897f1bb68d3f933edd60f3e3830c4ea6b8abf7a4b500db148921b11f6c9b (from https://pypi.org/simple/pip/), version: 6.0
  Found link https://files.pythonhosted.org/packages/e9/7a/cdbc1a12ed52410d557e48d4646f4543e9e991ff32d2374dc6db849aa617/pip-6.0.1-py2.py3-none-any.whl#sha256=322aea7d1f7b9ee68ad87ac4704cad5df97f77e70668c0bd18f964c5daa78173 (from https://pypi.org/simple/pip/), version: 6.0.1
  Found link https://files.pythonhosted.org/packages/4d/c3/8675b90cd89b9b222062f4f6c7e9d48b0387f5b35cbf747a74403a883e56/pip-6.0.1.tar.gz#sha256=fa2f7c68da4a405d673aa38542f9df009d60026db4f532429ac9cbfbda1f959d (from https://pypi.org/simple/pip/), version: 6.0.1
  Found link https://files.pythonhosted.org/packages/71/3c/b5a521e5e99cfff091e282231591f21193fd80de079ec5fb8ed9c6614044/pip-6.0.2-py2.py3-none-any.whl#sha256=7d17b0f267f7c9cd17cd2924bbbe2b4a3d407322c0e09084ca3f1295c1fed50d (from https://pypi.org/simple/pip/), version: 6.0.2
  Found link https://files.pythonhosted.org/packages/4c/5a/f9e8e3de0153282c7cb54a9b991af225536ac914bac858ca664cf883bb3e/pip-6.0.2.tar.gz#sha256=6fa90667706a679e3dc75b27a51fddafa64401c45e96f8ae6c20978183290077 (from https://pypi.org/simple/pip/), version: 6.0.2
  Found link https://files.pythonhosted.org/packages/73/cb/3eebf42003791df29219a3dfa1874572aa16114b44c9b1b0ac66bf96e8c0/pip-6.0.3-py2.py3-none-any.whl#sha256=b72655b6ac6aef1c86dd07f51e8ace8d7aabd6a1c4ff88db87155276fa32a073 (from https://pypi.org/simple/pip/), version: 6.0.3
  Found link https://files.pythonhosted.org/packages/ce/63/8d99ae60d11ae1a65f5d4fc39a529a598bd3b8e067132210cb0c4d9e9f74/pip-6.0.3.tar.gz#sha256=b091a35f5fa0faffac0b27b97e1e1e93ffe63b463c2ea8dbde0c1fb987933614 (from https://pypi.org/simple/pip/), version: 6.0.3
  Found link https://files.pythonhosted.org/packages/c5/0e/c974206726542bc495fc7443dd97834a6d14c2f0cba183fcfcd01075225a/pip-6.0.4-py2.py3-none-any.whl#sha256=8dfd95de29a7a3bb1e7d368cc83d566938eb210b04d553ebfe5e3a422f4aec65 (from https://pypi.org/simple/pip/), version: 6.0.4
  Found link https://files.pythonhosted.org/packages/02/a1/c90f19910ee153d7a0efca7216758121118d7e93084276541383fe9ca82e/pip-6.0.4.tar.gz#sha256=1dbbff9c369e510c7468ab68ba52c003f68f83c99c2f8259acd51099e8799f1e (from https://pypi.org/simple/pip/), version: 6.0.4
  Found link https://files.pythonhosted.org/packages/e9/1b/c6a375a337fb576784cdea3700f6c3eaf1420f0a01458e6e034cc178a84a/pip-6.0.5-py2.py3-none-any.whl#sha256=b2c20e3a2a43b2bbb1d19ad98be27eccc7b0f0ece016da602ccaa757a862b0e2 (from https://pypi.org/simple/pip/), version: 6.0.5
  Found link https://files.pythonhosted.org/packages/19/f2/58628768f618c8c9fea878e0fb97730c0b8a838d3ab3f325768bf12dac94/pip-6.0.5.tar.gz#sha256=3bf42d28be9085ab2e9aecfd69a6da2d31563fe833304bf71a620a30c38ab8a2 (from https://pypi.org/simple/pip/), version: 6.0.5
  Found link https://files.pythonhosted.org/packages/64/fc/4a49ccb18f55a0ceeb76e8d554bd4563217117492997825d194ed0017cc1/pip-6.0.6-py2.py3-none-any.whl#sha256=fb04f8afe1ba57626783f0c8e2f3d46bbaebaa446fcf124f434e968a2fee595e (from https://pypi.org/simple/pip/), version: 6.0.6
  Found link https://files.pythonhosted.org/packages/f6/ce/d9e4e178b66c766c117f62ddf4fece019ef9d50127a8926d2f60300d615e/pip-6.0.6.tar.gz#sha256=3a14091299dcdb9bab9e9004ae67ac401f2b1b14a7c98de074ca74fdddf4bfa0 (from https://pypi.org/simple/pip/), version: 6.0.6
  Found link https://files.pythonhosted.org/packages/7a/8e/2bbd4fcf3ee06ee90ded5f39ec12f53165dfdb9ef25a981717ad38a16670/pip-6.0.7-py2.py3-none-any.whl#sha256=93a326304c7db749896bcef822bbbac1ab29dad5651c6d732e245975239890e6 (from https://pypi.org/simple/pip/), version: 6.0.7
  Found link https://files.pythonhosted.org/packages/52/85/b160ebdaa84378df6bb0176d4eed9f57edca662446174eead7a9e2e566d6/pip-6.0.7.tar.gz#sha256=35a5a43ac6b7af83ed47ea5731a365f43d350a3a7267e039e5f06b61d42ab3c2 (from https://pypi.org/simple/pip/), version: 6.0.7
  Found link https://files.pythonhosted.org/packages/63/65/55b71647adec1ad595bf0e5d76d028506dfc002df30c256f022ff7a660a5/pip-6.0.8-py2.py3-none-any.whl#sha256=3c22b0a8ff92727bd737a82f72700790591f177541df08c07bc1f90d6b72ac19 (from https://pypi.org/simple/pip/), version: 6.0.8
  Found link https://files.pythonhosted.org/packages/ef/8a/e3a980bc0a7f791d72c1302f65763ed300f2e14c907ac033e01b44c79e5e/pip-6.0.8.tar.gz#sha256=0d58487a1b7f5be2e5e965c11afbea1dc44ecec8069de03491a4d0d6c85f4551 (from https://pypi.org/simple/pip/), version: 6.0.8
  Found link https://files.pythonhosted.org/packages/24/fb/8a56a46243514681e569bbafd8146fa383476c4b7c725c8598c452366f31/pip-6.1.0-py2.py3-none-any.whl#sha256=435a018f6d29e34d4f901bf4e6860d8a5fa1816b68d62008c18ca062a306db31 (from https://pypi.org/simple/pip/), version: 6.1.0
  Found link https://files.pythonhosted.org/packages/6c/84/432eb60bbcb414b9cdfcb135d5f4925e253c74e7d6916ada79990d6cc1a0/pip-6.1.0.tar.gz#sha256=89f120e2ab3d25ab70c36eb28ad4f280fc9ba71736e74d3055f609c1f9173768 (from https://pypi.org/simple/pip/), version: 6.1.0
  Found link https://files.pythonhosted.org/packages/67/f0/ba0fb41dbdbfc4aa3e0c16b40269aca6b9e3d59cacdb646218aa2e9b1d2c/pip-6.1.1-py2.py3-none-any.whl#sha256=a67e54aa0f26b6d62ccec5cc6735eff205dd0fed075f56ac3d3111e91e4467fc (from https://pypi.org/simple/pip/), version: 6.1.1
  Found link https://files.pythonhosted.org/packages/bf/85/871c126b50b8ee0b9819e8a63b614aedd264577e73478caedcd447e8f28c/pip-6.1.1.tar.gz#sha256=89f3b626d225e08e7f20d85044afa40f612eb3284484169813dc2d0631f2a556 (from https://pypi.org/simple/pip/), version: 6.1.1
  Found link https://files.pythonhosted.org/packages/5a/9b/56d3c18d0784d5f2bbd446ea2dc7ffa7476c35e3dc223741d20cfee3b185/pip-7.0.0-py2.py3-none-any.whl#sha256=309c48399c7d68501a10ef206abd6e5c541fedbf84b95435d9063bd454b39df7 (from https://pypi.org/simple/pip/), version: 7.0.0
  Found link https://files.pythonhosted.org/packages/c6/16/6475b142927ca5d03e3b7968efa5b0edd103e4684ecfde181a25f6fa2505/pip-7.0.0.tar.gz#sha256=7b46bfc1b95494731de306a688e2a7bc056d7fa7ad27e026908fb2ae67fed23d (from https://pypi.org/simple/pip/), version: 7.0.0
  Found link https://files.pythonhosted.org/packages/5a/10/bb7a32c335bceba636aa673a4c977effa1e73a79f88856459486d8d670cf/pip-7.0.1-py2.py3-none-any.whl#sha256=d26b8573ba1ac1ec99a9bdbdffee2ff2b06c7790815211d0eb4dc1462a089705 (from https://pypi.org/simple/pip/), version: 7.0.1
  Found link https://files.pythonhosted.org/packages/4a/83/9ae4362a80739657e0c8bb628ea3fa0214a9aba7c8590dacc301ea293f73/pip-7.0.1.tar.gz#sha256=cfec177552fdd0b2d12b72651c8e874f955b4c62c1c2c9f2588cbdc1c0d0d416 (from https://pypi.org/simple/pip/), version: 7.0.1
  Found link https://files.pythonhosted.org/packages/64/7f/7107800ae0919a80afbf1ecba21b90890431c3ee79d700adac3c79cb6497/pip-7.0.2-py2.py3-none-any.whl#sha256=83c869c5ab7113866e2d69641ec470d47f0faae68ca4550a289a4d3db515ad65 (from https://pypi.org/simple/pip/), version: 7.0.2
  Found link https://files.pythonhosted.org/packages/75/b1/66532c273bca0133e42c3b4540a1609289f16e3046f1830f18c60794d661/pip-7.0.2.tar.gz#sha256=ba28fa60b573a9444e7b78ccb3b0f261d1f66f46d20403f9dce37b18a6aed405 (from https://pypi.org/simple/pip/), version: 7.0.2
  Found link https://files.pythonhosted.org/packages/96/76/33a598ae42dd0554207d83c7acc60e3b166dbde723cbf282f1f73b7a127c/pip-7.0.3-py2.py3-none-any.whl#sha256=7b1cb03e827d58d2d05e68ea96a9e27487ed4b0afcd951ac6e40847ce94f0738 (from https://pypi.org/simple/pip/), version: 7.0.3
  Found link https://files.pythonhosted.org/packages/35/59/5b23115758ba0f2fc465c459611865173ef006202ba83f662d1f58ed2fb8/pip-7.0.3.tar.gz#sha256=b4c598825a6f6dc2cac65968feb28e6be6c1f7f1408493c60a07eaa731a0affd (from https://pypi.org/simple/pip/), version: 7.0.3
  Found link https://files.pythonhosted.org/packages/f7/c0/9f8dac88326609b4b12b304e8382f64f7d5af7735a00d2fac36cf135fc30/pip-7.1.0-py2.py3-none-any.whl#sha256=80c29f899d3a00a448d65f8158544d22935baec7159af8da1a4fa1490ced481d (from https://pypi.org/simple/pip/), version: 7.1.0
  Found link https://files.pythonhosted.org/packages/7e/71/3c6ece07a9a885650aa6607b0ebfdf6fc9a3ef8691c44b5e724e4eee7bf2/pip-7.1.0.tar.gz#sha256=d5275ba3221182a5dd1b6bcfbfc5ec277fb399dd23226d6fa018048f7e0f10f2 (from https://pypi.org/simple/pip/), version: 7.1.0
  Found link https://files.pythonhosted.org/packages/1c/56/094d563c508917081bccff365e4f621ba33073c1c13aca9267a43cfcaf13/pip-7.1.1-py2.py3-none-any.whl#sha256=ce13000878d34c1178af76cb8cf269e232c00508c78ed46c165dd5b0881615f4 (from https://pypi.org/simple/pip/), version: 7.1.1
  Found link https://files.pythonhosted.org/packages/3b/bb/b3f2a95494fd3f01d3b3ae530e7c0e910dc25e88e30787b0a5e10cbc0640/pip-7.1.1.tar.gz#sha256=b22fe3c93a13fc7c04f145a42fd2ad50a9e3e1b8a7eed2e2b1c66e540a0951da (from https://pypi.org/simple/pip/), version: 7.1.1
  Found link https://files.pythonhosted.org/packages/b2/d0/cd115fe345dd6f07ec1c780020a7dfe74966fceeb171e0f20d1d4905b0b7/pip-7.1.2-py2.py3-none-any.whl#sha256=b9d3983b5cce04f842175e30169d2f869ef12c3546fd274083a65eada4e9708c (from https://pypi.org/simple/pip/), version: 7.1.2
  Found link https://files.pythonhosted.org/packages/d0/92/1e8406c15d9372084a5bf79d96da3a0acc4e7fcf0b80020a4820897d2a5c/pip-7.1.2.tar.gz#sha256=ca047986f0528cfa975a14fb9f7f106271d4e0c3fe1ddced6c1db2e7ae57a477 (from https://pypi.org/simple/pip/), version: 7.1.2
  Found link https://files.pythonhosted.org/packages/00/ae/bddef02881ee09c6a01a0d6541aa6c75a226a4e68b041be93142befa0cd6/pip-8.0.0-py2.py3-none-any.whl#sha256=262ed1823eb7fbe3f18a9bedb4800e59c4ab9a6682aff8c37b5ee83ea840910b (from https://pypi.org/simple/pip/), version: 8.0.0
  Found link https://files.pythonhosted.org/packages/e3/2d/03c014d11e66628abf2fda5ca00f779cbe7b5292c5cd13d42a95b94aa9b8/pip-8.0.0.tar.gz#sha256=90112b296152f270cb8dddcd19b7b87488d9e002e8cf622e14c4da9c2f6319b1 (from https://pypi.org/simple/pip/), version: 8.0.0
  Found link https://files.pythonhosted.org/packages/45/9c/6f9a24917c860873e2ce7bd95b8f79897524353df51d5d920cd6b6c1ec33/pip-8.0.1-py2.py3-none-any.whl#sha256=dedaac846bc74e38a3253671f51a056331ffca1da70e3f48d8128f2aa0635bba (from https://pypi.org/simple/pip/), version: 8.0.1
  Found link https://files.pythonhosted.org/packages/ea/66/a3d6187bd307159fedf8575c0d9ee2294d13b1cdd11673ca812e6a2dda8f/pip-8.0.1.tar.gz#sha256=477c50b3e538a7ac0fa611fb8b877b04b33fb70d325b12a81b9dbf3eb1158a4d (from https://pypi.org/simple/pip/), version: 8.0.1
  Found link https://files.pythonhosted.org/packages/e7/a0/bd35f5f978a5e925953ce02fa0f078a232f0f10fcbe543d8cfc043f74fda/pip-8.0.2-py2.py3-none-any.whl#sha256=249a6f3194be8c2e8cb4d4be3f6fd16a9f1e3336218caffa8e7419e3816f9988 (from https://pypi.org/simple/pip/), version: 8.0.2
  Found link https://files.pythonhosted.org/packages/ce/15/ee1f9a84365423e9ef03d0f9ed0eba2fb00ac1fffdd33e7b52aea914d0f8/pip-8.0.2.tar.gz#sha256=46f4bd0d8dfd51125a554568d646fe4200a3c2c6c36b9f2d06d2212148439521 (from https://pypi.org/simple/pip/), version: 8.0.2
  Found link https://files.pythonhosted.org/packages/ae/d4/2b127310f5364610b74c28e2e6a40bc19e2d3c9a9a4e012d3e333e767c99/pip-8.0.3-py2.py3-none-any.whl#sha256=b0335bc837f9edb5aad03bd43d0973b084a1cbe616f8188dc23ba13234dbd552 (from https://pypi.org/simple/pip/), version: 8.0.3
  Found link https://files.pythonhosted.org/packages/22/f3/14bc87a4f6b5ec70b682765978a6f3105bf05b6781fa97e04d30138bd264/pip-8.0.3.tar.gz#sha256=30f98b66f3fe1069c529a491597d34a1c224a68640c82caf2ade5f88aa1405e8 (from https://pypi.org/simple/pip/), version: 8.0.3
  Found link https://files.pythonhosted.org/packages/1e/c7/78440b3fb882ed001e6e12d8770bd45e73d6eced4e57f7c072b829ce8a3d/pip-8.1.0-py2.py3-none-any.whl#sha256=a542b99e08002ead83200198e19a3983270357e1cb4fe704247990b5b35471dc (from https://pypi.org/simple/pip/), version: 8.1.0
  Found link https://files.pythonhosted.org/packages/3c/72/6981d5adf880adecb066a1a1a4c312a17f8d787a3b85446967964ac66d55/pip-8.1.0.tar.gz#sha256=d8faa75dd7d0737b16d50cd0a56dc91a631c79ecfd8d38b80f6ee929ec82043e (from https://pypi.org/simple/pip/), version: 8.1.0
  Found link https://files.pythonhosted.org/packages/31/6a/0f19a7edef6c8e5065f4346137cc2a08e22e141942d66af2e1e72d851462/pip-8.1.1-py2.py3-none-any.whl#sha256=44b9c342782ab905c042c207d995aa069edc02621ddbdc2b9f25954a0fdac25c (from https://pypi.org/simple/pip/), version: 8.1.1
  Found link https://files.pythonhosted.org/packages/41/27/9a8d24e1b55bd8c85e4d022da2922cb206f183e2d18fee4e320c9547e751/pip-8.1.1.tar.gz#sha256=3e78d3066aaeb633d185a57afdccf700aa2e660436b4af618bcb6ff0fa511798 (from https://pypi.org/simple/pip/), version: 8.1.1
  Found link https://files.pythonhosted.org/packages/9c/32/004ce0852e0a127f07f358b715015763273799bd798956fa930814b60f39/pip-8.1.2-py2.py3-none-any.whl#sha256=6464dd9809fb34fc8df2bf49553bb11dac4c13d2ffa7a4f8038ad86a4ccb92a1 (from https://pypi.org/simple/pip/), version: 8.1.2
  Found link https://files.pythonhosted.org/packages/e7/a8/7556133689add8d1a54c0b14aeff0acb03c64707ce100ecd53934da1aa13/pip-8.1.2.tar.gz#sha256=4d24b03ffa67638a3fa931c09fd9e0273ffa904e95ebebe7d4b1a54c93d7b732 (from https://pypi.org/simple/pip/), version: 8.1.2
  Found link https://files.pythonhosted.org/packages/3f/ef/935d9296acc4f48d1791ee56a73781271dce9712b059b475d3f5fa78487b/pip-9.0.0-py2.py3-none-any.whl#sha256=c856ac18ca01e7127456f831926dc67cc7d3ab663f4c13b1ec156e36db4de574 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.0
  Found link https://files.pythonhosted.org/packages/5e/53/eaef47e5e2f75677c9de0737acc84b659b78a71c4086f424f55346a341b5/pip-9.0.0.tar.gz#sha256=f62fb70e7e000e46fce12aaeca752e5281a5446977fe5a75ab4189a43b3f8793 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.0
  Found link https://files.pythonhosted.org/packages/b6/ac/7015eb97dc749283ffdec1c3a88ddb8ae03b8fad0f0e611408f196358da3/pip-9.0.1-py2.py3-none-any.whl#sha256=690b762c0a8460c303c089d5d0be034fb15a5ea2b75bdf565f40421f542fefb0 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.1
  Found link https://files.pythonhosted.org/packages/11/b6/abcb525026a4be042b486df43905d6893fb04f05aac21c32c638e939e447/pip-9.0.1.tar.gz#sha256=09f243e1a7b461f654c26a725fa373211bb7ff17a9300058b205c61658ca940d (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.1
  Found link https://files.pythonhosted.org/packages/e7/f9/e801dcea22886cd513f6bd2e8f7e581bd6f67bb8e8f1cd8e7b92d8539280/pip-9.0.2-py2.py3-none-any.whl#sha256=b135491ddb061f39719b8472d8abb59c613816a2b86069c332db74d1cd208ab2 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.2
  Found link https://files.pythonhosted.org/packages/e5/8f/3fc66461992dc9e9fcf5e005687d5f676729172dda640df2fd8b597a6da7/pip-9.0.2.tar.gz#sha256=88110a224e9d30e5d76592a0b2130ef10e7e67a6426e8617bb918fffbfe91fe5 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.2
  Found link https://files.pythonhosted.org/packages/ac/95/a05b56bb975efa78d3557efa36acaf9cf5d2fd0ee0062060493687432e03/pip-9.0.3-py2.py3-none-any.whl#sha256=c3ede34530e0e0b2381e7363aded78e0c33291654937e7373032fda04e8803e5 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.3
  Found link https://files.pythonhosted.org/packages/c4/44/e6b8056b6c8f2bfd1445cc9990f478930d8e3459e9dbf5b8e2d2922d64d3/pip-9.0.3.tar.gz#sha256=7bf48f9a693be1d58f49f7af7e0ae9fe29fd671cde8a55e6edca3581c4ef5796 (from https://pypi.org/simple/pip/) (requires-python:>=2.6,!=3.0.*,!=3.1.*,!=3.2.*), version: 9.0.3
  Found link https://files.pythonhosted.org/packages/4b/5a/8544ae02a5bd28464e03af045e8aabde20a7b02db1911a9159328e1eb25a/pip-10.0.0b1-py2.py3-none-any.whl#sha256=dbd5d24cd461be23429625085a36cc8732cbcac4d2aaf673031f80f6ac07d844 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b1
  Found link https://files.pythonhosted.org/packages/aa/6d/ffbb86abf18b750fb26f27eda7c7732df2aacaa669c420d2eb2ad6df3458/pip-10.0.0b1.tar.gz#sha256=8d6e63d8b99752e4b53f272b66f9cd7b59e2b288e9a863a61c48d167203a2656 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b1
  Found link https://files.pythonhosted.org/packages/97/72/1d514201e7d7fc7fff5aac3de9c7b892cd72fb4bf23fd983630df96f7412/pip-10.0.0b2-py2.py3-none-any.whl#sha256=79f55588912f1b2b4f86f96f11e329bb01b25a484e2204f245128b927b1038a7 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b2
  Found link https://files.pythonhosted.org/packages/32/67/572f642e6e42c580d3154964cfbab7d9322c23b0f417c6c01fdd206a2777/pip-10.0.0b2.tar.gz#sha256=ad6adec2150ce4aed8f6134d9b77d928fc848dbcb887fb1a455988cf99da5cae (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0b2
  Found link https://files.pythonhosted.org/packages/62/a1/0d452b6901b0157a0134fd27ba89bf95a857fbda64ba52e1ca2cf61d8412/pip-10.0.0-py2.py3-none-any.whl#sha256=86a60a96d85e329962a9e6f6af612cbc11106293dbc83f119802b5bee9874cf3 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0
  Found link https://files.pythonhosted.org/packages/e0/69/983a8e47d3dfb51e1463c1e962b2ccd1d74ec4e236e232625e353d830ed2/pip-10.0.0.tar.gz#sha256=f05a3eeea64bce94e85cc6671d679473d66288a4d37c3fcf983584954096b34f (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.0
  Found link https://files.pythonhosted.org/packages/0f/74/ecd13431bcc456ed390b44c8a6e917c1820365cbebcb6a8974d1cd045ab4/pip-10.0.1-py2.py3-none-any.whl#sha256=717cdffb2833be8409433a93746744b59505f42146e8d37de6c62b430e25d6d7 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.1
  Found link https://files.pythonhosted.org/packages/ae/e8/2340d46ecadb1692a1e455f13f75e596d4eab3d11a57446f08259dee8f02/pip-10.0.1.tar.gz#sha256=f2bd08e0cd1b06e10218feaf6fef299f473ba706582eb3bd9d52203fdbd7ee68 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*), version: 10.0.1
  Found link https://files.pythonhosted.org/packages/5f/25/e52d3f31441505a5f3af41213346e5b6c221c9e086a166f3703d2ddaf940/pip-18.0-py2.py3-none-any.whl#sha256=070e4bf493c7c2c9f6a08dd797dd3c066d64074c38e9e8a0fb4e6541f266d96c (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.0
  Found link https://files.pythonhosted.org/packages/69/81/52b68d0a4de760a2f1979b0931ba7889202f302072cc7a0d614211bc7579/pip-18.0.tar.gz#sha256=a0e11645ee37c90b40c46d607070c4fd583e2cd46231b1c06e389c5e814eed76 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.0
  Found link https://files.pythonhosted.org/packages/c2/d7/90f34cb0d83a6c5631cf71dfe64cc1054598c843a92b400e55675cc2ac37/pip-18.1-py2.py3-none-any.whl#sha256=7909d0a0932e88ea53a7014dfd14522ffef91a464daaaf5c573343852ef98550 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.1
  Found link https://files.pythonhosted.org/packages/45/ae/8a0ad77defb7cc903f09e551d88b443304a9bd6e6f124e75c0fbbf6de8f7/pip-18.1.tar.gz#sha256=c0a292bd977ef590379a3f05d7b7f65135487b67470f6281289a94e015650ea1 (from https://pypi.org/simple/pip/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 18.1
(test_future_27) [root<strong i="12">@localhost</strong> test_future_27]# python
Python 2.7.15 (default, Oct 24 2018, 10:29:31)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-28)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from future import standard_library
>>> standard_library.install_aliases()
>>> import configparser
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named configparser

Et je semble toujours avoir le problème même avec la commande pip2. Voici la sortie détaillée de cette commande :

[root<strong i="6">@localhost</strong> test_future_27]# pipenv install --python 2.7
Creating a virtualenv for this project…
Pipfile: /root/dev/shared/repos/test_future_27/Pipfile
Using /root/.pyenv/versions/2.7.15/bin/python2.7 (2.7.15) to create virtualenv…
⠙Already using interpreter /root/.pyenv/versions/2.7.15/bin/python2.7
New python executable in /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/bin/python2.7
Also creating executable in /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/bin/python
Installing setuptools, pip, wheel...done.

Virtualenv location: /root/.local/share/virtualenvs/test_future_27-MltuwF9Z                                                                                                 Installing dependencies from Pipfile.lock (dfae9f)…
  🐍   ▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉▉ 0/0 — 00:00:00
To activate this project's virtualenv, run pipenv shell.
Alternatively, run a command inside the virtualenv with pipenv run.
[root<strong i="7">@localhost</strong> test_future_27]# pipenv shell
Launching subshell in virtual environment…
 . /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/bin/activate
[root<strong i="8">@localhost</strong> test_future_27]#  . /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/bin/activate
(test_future_27) [root<strong i="9">@localhost</strong> test_future_27]# pip2 install -U future --verbose
Created temporary directory: /tmp/pip-ephem-wheel-cache-JtOqPS
Created temporary directory: /tmp/pip-req-tracker-GR4fWV
Created requirements tracker '/tmp/pip-req-tracker-GR4fWV'
Created temporary directory: /tmp/pip-install-fIwcmg
Collecting future
  1 location(s) to search for versions of future:
  * https://pypi.org/simple/future/
  Getting page https://pypi.org/simple/future/
  Looking up "https://pypi.org/simple/future/" in the cache
  Request header has "max_age" as 0, cache bypassed
  Starting new HTTPS connection (1): pypi.org:443
  https://pypi.org:443 "GET /simple/future/ HTTP/1.1" 304 0
  Analyzing links from page https://pypi.org/simple/future/
    Found link https://files.pythonhosted.org/packages/97/22/1f2ed10053f338c41e622ca0ea155990d5cdb6ffd602c951649554cc9723/future-0.0.1.tar.gz#sha256=a4bb0bbfd389ad7c709e84381e291df51b3b0d7b3f966390c1920d285a19410d (from https://pypi.org/simple/future/), version: 0.0.1
    Found link https://files.pythonhosted.org/packages/6a/d7/8a0dc06421cde141a4f1345e19fd08967901c3ab969c47feb8f1157d81ec/future-0.0.2.tar.gz#sha256=28ce8c7c9f2f70223c247279c9029a6a12e60bd76e9f0944a7726dd59cade943 (from https://pypi.org/simple/future/), version: 0.0.2
    Found link https://files.pythonhosted.org/packages/70/3d/8110f3a9eba14fa50ad8773a25715294117ce8364c3cb5b7fec3cec94b45/future-0.0.3.tar.gz#sha256=3df7e0074a1c94c35dd2ce83d67d71e85eecb64f9e6bc9aa6737a1f31160adab (from https://pypi.org/simple/future/), version: 0.0.3
    Found link https://files.pythonhosted.org/packages/af/cf/4fbe349bcf9a08f2c329a66cc4d4a417387acc9033ad5238160b3f266e05/future-0.1.0.tar.gz#sha256=f11b05b486d88dd1ea4fe48e3d3742cafdc71160eb1edbfe8032b48b908dd568 (from https://pypi.org/simple/future/), version: 0.1.0
    Found link https://files.pythonhosted.org/packages/47/71/85e86ca16d116369e327aeece8f383d896fb2e55f3033d03753ae3c717a9/future-0.2.0.tar.gz#sha256=b4f4d1938fd3df9b7e0e94370f4c2ce23f4ccdb7e912274d5ee29dc1eef58bcd (from https://pypi.org/simple/future/), version: 0.2.0
    Found link https://files.pythonhosted.org/packages/8d/96/0c1b5bd252dad69587f2f38f13d4e611bc3582d51f985a2ec3001f5a56e3/future-0.3.0.tar.gz#sha256=874d60acb23d7a3ea0c40ee71ec5f6855725eb7bf88e2f59761565ee8b6c9193 (from https://pypi.org/simple/future/), version: 0.3.0
    Found link https://files.pythonhosted.org/packages/0d/e6/37fd66577d0d0f2f647949e8e2d9096b03562e71ffd38046e2a0491e3b6e/future-0.3.1.tar.gz#sha256=8507366ad5b81c4215e30d895102851e962f425104732c879513dd9a5ff7e08d (from https://pypi.org/simple/future/), version: 0.3.1
    Found link https://files.pythonhosted.org/packages/1a/fa/e955d2aaa4ea5d518837e5ff45dd3f5e8a7857312c57292232caf8d064f5/future-0.3.2.tar.gz#sha256=01eabc535be50de4332289ea3722879492761888b7ab50040cdddf8c1c1e70c5 (from https://pypi.org/simple/future/), version: 0.3.2
    Found link https://files.pythonhosted.org/packages/36/8d/403c370d25bde232bef32e8e306942b1a95c62e5146b7d3586c2548c6171/future-0.3.3.tar.gz#sha256=e3321b66f32f23a342f6db71229446dc3e9fd26682536a0e1377cfa908780382 (from https://pypi.org/simple/future/), version: 0.3.3
    Found link https://files.pythonhosted.org/packages/ed/52/ed0ce839b5b8cf521e2361296c8a5892a242824a7a7e294a3fdbb8d2d79d/future-0.3.4.tar.gz#sha256=d1f46dbe5cefbf49f2a36a2ad5c9833a54d703582525ba6f211dfaab639bde97 (from https://pypi.org/simple/future/), version: 0.3.4
    Found link https://files.pythonhosted.org/packages/76/49/512ff7efa41f0b63d311bb4f5260d63f547f8bfb0fb8ad2e84268932491e/future-0.3.5.tar.gz#sha256=9f63f2ff5725b3417c9146cddcfb6b9ac3c756b2a324681c373d873b2e712623 (from https://pypi.org/simple/future/), version: 0.3.5
    Found link https://files.pythonhosted.org/packages/39/20/35ff22a9737f14d4d036811a3f7f7f06f3a936f176496ac99021de80c2f5/future-0.4.0.tar.gz#sha256=a2e6800b24a31d6117c27dc1ad0477f7be59fd5c6a035a700264553349a594b9 (from https://pypi.org/simple/future/), version: 0.4.0
    Found link https://files.pythonhosted.org/packages/35/34/f3ab317ef4dc8c68a4e263ff2698e56e77a5c6eb2dfaf32c933022dab408/future-0.4.1.tar.gz#sha256=567d6d1cee5645cf99678cf22eeb0a742087f7ed46ae926f898af4f9dd52ce8d (from https://pypi.org/simple/future/), version: 0.4.1
    Found link https://files.pythonhosted.org/packages/19/af/6e9bcbd4d75c0529e01951cdcc5d4ceea2ff5503c166eceb829c938442b4/future-0.5.0.tar.gz#sha256=d9c4294ae110a8e2c5509a0229d026831a25d3f5c44cb0c5d1b36a96af8a80e8 (from https://pypi.org/simple/future/), version: 0.5.0
    Found link https://files.pythonhosted.org/packages/bd/f1/3969374107374de0133022284302829ce57bb3aae40d3652954725c730d4/future-0.5.1.tar.gz#sha256=f8020c7b3b6bccdd2ca825f1e856e3c090c46d1955c78549113a936dea4d3011 (from https://pypi.org/simple/future/), version: 0.5.1
    Found link https://files.pythonhosted.org/packages/6a/f5/79aed4c3961bd5a33ed259a6d700dfb91cddde963c03f1e0f5fe8c4f9800/future-0.5.2.tar.gz#sha256=eb68b4fd25a753f04454223fcfaf8eadab30ce5ab16bfabefd183fd1a17a0eb0 (from https://pypi.org/simple/future/), version: 0.5.2
    Found link https://files.pythonhosted.org/packages/1f/b8/b1c98f9a79016720b87516e83281278c470140a15621531ab32b13ffe243/future-0.6.0.tar.gz#sha256=2e7ae9fafea7df29b834300ed6d7e702c9794b7662506c7142305ee6fde33d07 (from https://pypi.org/simple/future/), version: 0.6.0
    Found link https://files.pythonhosted.org/packages/02/d7/f598e05b40dab77125a08d79409e2993b464a72bd8f6e30748fb25c8d2ff/future-0.7.0.tar.gz#sha256=7268b0ef5db1b4fe9eb8b77556695868fb8a96a026bb387b359d5287d0c9395f (from https://pypi.org/simple/future/), version: 0.7.0
    Found link https://files.pythonhosted.org/packages/57/57/970dcbc3d2ea887f286a4d3caa03ad772fba910de2bb0da83a3b960614aa/future-0.8.0.tar.gz#sha256=b567816dc752bb32881dc25b87ecdaeee12f38ee03cd4b35edbc55495efcd946 (from https://pypi.org/simple/future/), version: 0.8.0
    Found link https://files.pythonhosted.org/packages/2f/b1/202444d6c09a6d7af12fe2a8aa1ca82231497fbd3c4db0851c13af773ad1/future-0.8.1.tar.gz#sha256=1ec83ca5d540b2186962367a50677c30669a3f2f3fbc1a25d41606c9181520ba (from https://pypi.org/simple/future/), version: 0.8.1
    Found link https://files.pythonhosted.org/packages/39/62/85c024887fe4c3740856e4ee5b7fa69f73fe4e3edce06f7435d90dc5fbdf/future-0.8.2.tar.gz#sha256=a96597d95a60ffcd874d5e53df78e96e1a1fddaeb15e6960bd2cce8ae48c6d4d (from https://pypi.org/simple/future/), version: 0.8.2
    Found link https://files.pythonhosted.org/packages/f7/19/0a60b692f34dae382bff5ca243dd5727b0205d8ee7ace62dee8348e5751e/future-0.9.0.tar.gz#sha256=78d83fd71340d0f443bda0f4ee088dc1aa273154c0a2d9103fb7a1924256ac85 (from https://pypi.org/simple/future/), version: 0.9.0
    Found link https://files.pythonhosted.org/packages/14/7b/a841b12ed2fd1da2db3833943a077acc7882a5657bb0cdfab6a22f9ed2c4/future-0.10.0.tar.gz#sha256=583cc8cdf60de925e8ac2b1c53476bdae1e880724250f5b818f75b59ead0b1be (from https://pypi.org/simple/future/), version: 0.10.0
    Found link https://files.pythonhosted.org/packages/c9/77/a67f45ce02080d57bb6da0577e85cfcde8bf155c90dbedbcd4d43d21591a/future-0.10.1.tar.gz#sha256=d703b41f14cb513de560a2ec2583b95f70e664411747e9c37f90b93c3045477d (from https://pypi.org/simple/future/), version: 0.10.1
    Found link https://files.pythonhosted.org/packages/4b/26/efbffa48a3ddd910c039b62fdc1b619f1e995eeff46a895ac14f7accafb8/future-0.10.2.tar.gz#sha256=36dddb829d358fcb4368e0b73cfcefda3c7a8eceb01323f0f9ef4d83b13f666b (from https://pypi.org/simple/future/), version: 0.10.2
    Found link https://files.pythonhosted.org/packages/5e/05/b1c3543d934e289d879e91a5ba4d8d53dd97f794a23c555b13757b2c6bf6/future-0.11.0.tar.gz#sha256=2e6765f781b7f00c6485702f15c212e4cbf4c5c9ab5dc2ee9097437ef870598b (from https://pypi.org/simple/future/), version: 0.11.0
    Found link https://files.pythonhosted.org/packages/50/ee/213a1d99b19b9b37e26698ef20b704a27bfaaa7fd98de67464f15f36af1c/future-0.11.1.tar.gz#sha256=b19d1ae9b78b9f3c13c82fcf81dac73c8d04cd435f4040cbc7ac36e4ebf01655 (from https://pypi.org/simple/future/), version: 0.11.1
    Found link https://files.pythonhosted.org/packages/fe/4a/5697d5a9681607f9c34b87af13782cb8eb832bc3a4ea2747b9433a2d7e52/future-0.11.2.tar.gz#sha256=b2465f2d14acc3b279d1e6fab9bd8b2e89992c9ddaad37cdf10347a5ee14369a (from https://pypi.org/simple/future/), version: 0.11.2
    Found link https://files.pythonhosted.org/packages/48/04/0f72f4e005490d07b25ce5b8ac023ecf4bfb2d38ece2bc55b0f03f1ae45d/future-0.11.3.tar.gz#sha256=8f4cc0ad30918e01a9ed054d062d1be28419a0c0eb03afd502775fdf07e32000 (from https://pypi.org/simple/future/), version: 0.11.3
    Found link https://files.pythonhosted.org/packages/9e/be/c3adca8bdf3e452622e085e0cf9cb5c9f45e9e14a8ff77f7e7ae9cd34604/future-0.11.4.tar.gz#sha256=e9ba55f1ebfb0d99fdf8545df77a60ffe6a04f699f3525d2a5911462b6e2a531 (from https://pypi.org/simple/future/), version: 0.11.4
    Found link https://files.pythonhosted.org/packages/02/f8/f284a56149af9e72da9605cb178175f4acdfedc4655aabee19a138acd6fe/future-0.12.0.tar.gz#sha256=bc49f4ccd55b289234b09bb4b4b2ab8017ce91845f7013a9b5daa3f25855794e (from https://pypi.org/simple/future/), version: 0.12.0
    Found link https://files.pythonhosted.org/packages/db/74/22c98655ae91486061cd2fe3058bd8a8422e213a36d3ae315bef023d062b/future-0.12.1.tar.gz#sha256=3ae3e71387b6b3669228f60608025b6405bb8f1b2410f945d3fc85e4f2bf71dc (from https://pypi.org/simple/future/), version: 0.12.1
    Found link https://files.pythonhosted.org/packages/9d/47/5cdb58d1ce9035d6f6b4bde347354f262d2cddd568c51c3053baa88fc59d/future-0.12.2.tar.gz#sha256=b5ef01195260bbd302e4bb565c0915f62e2c18331a43c45ae0838f378ae8b0c6 (from https://pypi.org/simple/future/), version: 0.12.2
    Found link https://files.pythonhosted.org/packages/ac/7f/f925ed0e29af42ed3273a1eceaf90b9c3d6bd51bca8aaba49725e9c0d9b5/future-0.12.3.tar.gz#sha256=39e254b43f135575a94092766ef17c507f9339419422a820f8128414d040f7f4 (from https://pypi.org/simple/future/), version: 0.12.3
    Found link https://files.pythonhosted.org/packages/ea/a9/8f9d4a952a681b860b4d08759dc3fa768b8d611c72048497c872bee6e54b/future-0.12.4.tar.gz#sha256=d5767f16a6c739c4829eb465abbd33f36cf4b8668e575cf1ec56949027030eaa (from https://pypi.org/simple/future/), version: 0.12.4
    Found link https://files.pythonhosted.org/packages/08/94/9f023d3443f00f62d5f3e44e6daaef059bd28300d92d59c60bedfdc298da/future-0.13.0.tar.gz#sha256=7fb75607a7a2af3aa975a39373dc7b5db7edbc4e37d54065e6a04b1d4a1bc2c8 (from https://pypi.org/simple/future/), version: 0.13.0
    Found link https://files.pythonhosted.org/packages/b4/e6/07e207c894654762689a37c1b697c16aee1360df6eeafcbd66d3a16b9812/future-0.13.1.tar.gz#sha256=6e91722eaec7d9324ac1060858f5211f822fea698b1f88492aa91d08fc2a62e2 (from https://pypi.org/simple/future/), version: 0.13.1
    Found link https://files.pythonhosted.org/packages/4b/ab/3e42d1f0227e3a23d02338506e24007a1d9c21bda028735efb19285578f9/future-0.14.0.tar.gz#sha256=af25a0ee915d8d8720d8fe8b4516e55ac27f354d5d57af3c900757f4b6ccca8c (from https://pypi.org/simple/future/), version: 0.14.0
    Found link https://files.pythonhosted.org/packages/dc/a6/57718937bc25e602367d82ff86a6689b677f18e29e30ff9bab58cc17f5dc/future-0.14.1.tar.gz#sha256=854d893d57b894193169c65661884fd318d6e106ae84c1fb9f30604d89ee9de1 (from https://pypi.org/simple/future/), version: 0.14.1
    Found link https://files.pythonhosted.org/packages/d6/c1/3e8cee376151bd70744e7f1290212f887333323f260da22eb834c709d236/future-0.14.2.tar.gz#sha256=1af14fadd7779520345b4376ca24c4ff16fe9e59cbfb453dfe7a3e44fe76a1f7 (from https://pypi.org/simple/future/), version: 0.14.2
    Found link https://files.pythonhosted.org/packages/83/80/8ef3a11a15f8eaafafa0937b20c1b3f73527e69ab6b3fa1cf94a5a96aabb/future-0.14.3.tar.gz#sha256=62857d51881d97dd5492b9295b9f51d92108a52a4c88e2c40054c1d3e5995be9 (from https://pypi.org/simple/future/), version: 0.14.3
    Found link https://files.pythonhosted.org/packages/7c/eb/1d7403c6d187ec097394685b0ea8a69faadaeb63f222d6c9b85ae165f915/future-0.15.0.tar.gz#sha256=7f8ad46e287ac32e3dae78be41098c83d690b364142e0a5f11958c2b549420b0 (from https://pypi.org/simple/future/), version: 0.15.0
    Found link https://files.pythonhosted.org/packages/41/b7/b646f0140a752ea87bb0b4c3a4af6a1e6e5fa676b9b1314a702368b75d4b/future-0.15.1.tar.gz#sha256=d61405f32beb357eeef6e32bbfe4c0e463cac658f59601a5ddeabf87bb8c46c1 (from https://pypi.org/simple/future/), version: 0.15.1
    Found link https://files.pythonhosted.org/packages/5a/f4/99abde815842bc6e97d5a7806ad51236630da14ca2f3b1fce94c0bb94d3d/future-0.15.2.tar.gz#sha256=3d3b193f20ca62ba7d8782589922878820d0a023b885882deec830adbf639b97 (from https://pypi.org/simple/future/), version: 0.15.2
    Found link https://files.pythonhosted.org/packages/00/2b/8d082ddfed935f3608cc61140df6dcbf0edea1bc3ab52fb6c29ae3e81e85/future-0.16.0.tar.gz#sha256=e39ced1ab767b5936646cedba8bcce582398233d6a627067d4c6a454c90cfedb (from https://pypi.org/simple/future/), version: 0.16.0
    Found link https://files.pythonhosted.org/packages/85/aa/ba2e24dcb889d7e98733f87515d80b3512418b80ba79d82d2ddcd43fadf3/future-0.17.0.tar.gz#sha256=eb6d4df04f1fb538c99f69c9a28b255d1ee4e825d479b9c62fc38c0cf38065a4 (from https://pypi.org/simple/future/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*), version: 0.17.0
    Found link https://files.pythonhosted.org/packages/90/52/e20466b85000a181e1e144fd8305caf2cf475e2f9674e797b222f8105f5f/future-0.17.1.tar.gz#sha256=67045236dcfd6816dc439556d009594abf643e5eb48992e36beac09c2ca659b8 (from https://pypi.org/simple/future/) (requires-python:>=2.6, !=3.0.*, !=3.1.*, !=3.2.*), version: 0.17.1
  Using version 0.17.1 (newest of versions: 0.0.1, 0.0.2, 0.0.3, 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5, 0.4.0, 0.4.1, 0.5.0, 0.5.1, 0.5.2, 0.6.0, 0.7.0, 0.8.0, 0.8.1, 0.8.2, 0.9.0, 0.10.0, 0.10.1, 0.10.2, 0.11.0, 0.11.1, 0.11.2, 0.11.3, 0.11.4, 0.12.0, 0.12.1, 0.12.2, 0.12.3, 0.12.4, 0.13.0, 0.13.1, 0.14.0, 0.14.1, 0.14.2, 0.14.3, 0.15.0, 0.15.1, 0.15.2, 0.16.0, 0.17.0, 0.17.1)
  Using cached wheel link: file:///root/.cache/pip/wheels/0c/61/d2/d6b7317325828fbb39ee6ad559dbe4664d0896da4721bf379e/future-0.17.1-cp27-none-any.whl
  Added future from file:///root/.cache/pip/wheels/0c/61/d2/d6b7317325828fbb39ee6ad559dbe4664d0896da4721bf379e/future-0.17.1-cp27-none-any.whl to build tracker '/tmp/pip-req-tracker-GR4fWV'
  Removed future from file:///root/.cache/pip/wheels/0c/61/d2/d6b7317325828fbb39ee6ad559dbe4664d0896da4721bf379e/future-0.17.1-cp27-none-any.whl from build tracker '/tmp/pip-req-tracker-GR4fWV'
Installing collected packages: future

  changing mode of /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/bin/pasteurize to 755
  changing mode of /root/.local/share/virtualenvs/test_future_27-MltuwF9Z/bin/futurize to 755
Successfully installed future-0.17.1
Cleaning up...
Removed build tracker '/tmp/pip-req-tracker-GR4fWV'
(test_future_27) [root<strong i="10">@localhost</strong> test_future_27]# python
Python 2.7.15 (default, Oct 24 2018, 10:29:31)
[GCC 4.8.5 20150623 (Red Hat 4.8.5-28)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> from future import standard_library
>>> standard_library.install_aliases()
>>> import configparser
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ImportError: No module named configparser
>>> exit()

Notre solution de contournement actuelle consiste également à pip installer configparser, plutôt que d'utiliser l'ancienne version du futur.

Je suis incapable de reproduire -- pouvez-vous essayer de trouver une cause profonde ?

@jmadler ne sait pas si le "vous" se réfère à moi (en tant qu'OP), mais de toute façon: je ne peux plus reproduire le problème, il a disparu pour moi avec la version 0.17.1.

Génial merci :)

Cette page vous a été utile?
0 / 5 - 0 notes