Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--user is incorrectly passed down to setup.py develop. #5965

Closed
software-opal opened this issue Oct 29, 2018 · 3 comments
Closed

--user is incorrectly passed down to setup.py develop. #5965

software-opal opened this issue Oct 29, 2018 · 3 comments
Labels
auto-locked Outdated issues that have been locked by automation

Comments

@software-opal
Copy link

Environment

  • pip version: pip 18.1 from /home/opal/.local/lib/python3.6/site-packages/pip (python 3.6)
  • Python version: Python 3.6.5
  • OS: OpenSUSE tumbleweed

I use pyenv to manage my installed python versions.

Description
When installing an editable package from source the --user flag is passed as a parameter to setup.py which causes it to error.

Expected behavior
The install should succeed and place the required entities into the user's site-packages. More specifically the --user parameter shouldn't be passed down, and instead the correct --prefix(and probably other flags) should be passed in it's place.

How to Reproduce

  1. Run pip install --user -e git+https://github.com/pypa/pip#egg=pip

I have also replicated the error using another git repo, a local folder with a package checked out, and with --user after the package specification.

Output

$ pip install --user -e git+https://github.com/pypa/pip#egg=pip
Obtaining pip from git+https://github.com/pypa/pip#egg=pip
  Updating ./src/pip clone
  Installing build dependencies ... done
Installing collected packages: pip
  Found existing installation: pip 18.1
    Uninstalling pip-18.1:
      Successfully uninstalled pip-18.1
  Running setup.py develop for pip
    Complete output from command /usr/bin/python3 -c "import setuptools, tokenize;__file__='/home/opal/temp/src/pip/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" develop --no-deps --user --prefix=:
    usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
       or: -c --help [cmd1 cmd2 ...]
       or: -c --help-commands
       or: -c cmd --help
    
    error: option --user not recognized
    
    ----------------------------------------
  Rolling back uninstall of pip
Command "/usr/bin/python3 -c "import setuptools, tokenize;__file__='/home/opal/temp/src/pip/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" develop --no-deps --user --prefix=" failed with error code 1 in /home/opal/temp/src/pip/
Running `pip -v install --user -e git+https://github.com/pypa/pip#egg=pip` (sorry it's so long. In hindsight I should have picked something smaller but nothing came to mind) In an attempt to save your scrollbars I've snipped the `setuptools` link discovery. ``` $ pip -v install --user -e git+https://github.com/pypa/pip#egg=pip Created temporary directory: /tmp/pip-ephem-wheel-cache-vdvgfrq2 Created temporary directory: /tmp/pip-req-tracker-yo1bqn6y Created requirements tracker '/tmp/pip-req-tracker-yo1bqn6y' Created temporary directory: /tmp/pip-install-3f_e056i Obtaining pip from git+https://github.com/pypa/pip#egg=pip Checking in /home/opal/temp/src/pip for .git (git)... Running command git config --get-regexp remote\..*\.url remote.origin.url https://github.com/pypa/pip Clone in ./src/pip exists, and has correct URL (https://github.com/pypa/pip) Updating ./src/pip clone Running command git version git version 2.19.1 Running command git fetch -q --tags Running command git show-ref HEAD b47b2fa refs/remotes/origin/HEAD Running command git reset --hard -q b47b2fa Added pip from git+https://github.com/pypa/pip#egg=pip to build tracker '/tmp/pip-req-tracker-yo1bqn6y' Created temporary directory: /tmp/pip-build-env-oc4fa5f4 Installing build dependencies ... Running command /usr/bin/python3 -m pip install --ignore-installed --no-user --prefix /tmp/pip-build-env-oc4fa5f4 --no-warn-script-location -v --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- setuptools wheel Created temporary directory: /tmp/pip-ephem-wheel-cache-3jeh56_n Re-using requirements tracker '/tmp/pip-req-tracker-yo1bqn6y' Created temporary directory: /tmp/pip-install-s5hu6qjy Collecting setuptools 1 location(s) to search for versions of setuptools: * https://pypi.org/simple/setuptools/ Getting page https://pypi.org/simple/setuptools/ Looking up "https://pypi.org/simple/setuptools/" 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/setuptools/ HTTP/1.1" 304 0 Analyzing links from page https://pypi.org/simple/setuptools/ Skipping link https://files.pythonhosted.org/packages/77/38/90cae8fd99c5dc402d25930e1c91f5fcf6de5c8e982fd152a5a061e3df56/setuptools-0.6b1-py2.3.egg#sha256=ae0a6ec6090a92d08fe7f3dbf9f1b2ce889bce2a3d7724b62322a29b92cf93f0 (from https://pypi.org/simple/setuptools/); unsupported archive format: .egg ( snip ) Found link https://files.pythonhosted.org/packages/26/e5/9897eee1100b166a61f91b68528cb692e8887300d9cbdaa1a349f6304b79/setuptools-40.5.0.zip#sha256=2a2a200f4a760adbded23a091a00be2eca4e28efed65c6120ea275f7e89a1eab (from https://pypi.org/simple/setuptools/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*), version: 40.5.0 Using version 40.5.0 (newest of versions: 0.7.2, 0.7.3, 0.7.4, 0.7.5, 0.7.6, 0.7.7, 0.7.8, 0.8, 0.9, 0.9.1, 0.9.2, 0.9.3, 0.9.4, 0.9.5, 0.9.6, 0.9.7, 0.9.8, 1.0, 1.1, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.1.7, 1.2, 1.3, 1.3.1, 1.3.2, 1.4, 1.4.1, 1.4.2, 2.0, 2.0.1, 2.0.2, 2.1, 2.1.1, 2.1.2, 2.2, 3.0, 3.0.1, 3.0.2, 3.1, 3.2, 3.3, 3.4, 3.4.1, 3.4.2, 3.4.3, 3.4.4, 3.5, 3.5.1, 3.5.2, 3.6, 3.7, 3.7.1, 3.8, 3.8.1, 4.0, 4.0.1, 5.0, 5.0.1, 5.0.2, 5.1, 5.2, 5.3, 5.4, 5.4.1, 5.4.2, 5.5, 5.5.1, 5.6, 5.7, 5.8, 6.0.1, 6.0.2, 6.1, 7.0, 8.0, 8.0.1, 8.0.2, 8.0.3, 8.0.4, 8.1, 8.2, 8.2.1, 8.3, 9.0, 9.0.1, 9.1, 10.0, 10.0.1, 10.1, 10.2, 10.2.1, 11.0, 11.1, 11.2, 11.3, 11.3.1, 12.0, 12.0.1, 12.0.2, 12.0.3, 12.0.4, 12.0.5, 12.1, 12.2, 12.3, 12.4, 13.0.1, 13.0.2, 14.0, 14.1, 14.1.1, 14.2, 14.3, 14.3.1, 15.0, 15.1, 15.2, 16.0, 17.0, 17.1, 17.1.1, 18.0, 18.0.1, 18.1, 18.2, 18.3, 18.3.1, 18.3.2, 18.4, 18.5, 18.6, 18.6.1, 18.7, 18.7.1, 18.8, 18.8.1, 19.0, 19.1, 19.1.1, 19.2, 19.3, 19.4, 19.4.1, 19.5, 19.6, 19.6.1, 19.6.2, 19.7, 20.0, 20.1, 20.1.1, 20.2.2, 20.3, 20.3.1, 20.4, 20.6.6, 20.6.7, 20.6.8, 20.7.0, 20.8.0, 20.8.1, 20.9.0, 20.10.1, 21.0.0, 21.1.0, 21.2.0, 21.2.1, 21.2.2, 22.0.0, 22.0.1, 22.0.2, 22.0.4, 22.0.5, 23.0.0, 23.1.0, 23.2.0, 23.2.1, 24.0.0, 24.0.1, 24.0.2, 24.0.3, 24.1.0, 24.1.1, 24.2.0, 24.2.1, 24.3.0, 24.3.1, 25.0.0, 25.0.1, 25.0.2, 25.1.0, 25.1.1, 25.1.2, 25.1.3, 25.1.4, 25.1.5, 25.1.6, 25.2.0, 25.3.0, 25.4.0, 26.0.0, 26.1.0, 26.1.1, 27.0.0, 27.1.0, 27.1.2, 27.2.0, 27.3.0, 27.3.1, 28.0.0, 28.1.0, 28.2.0, 28.3.0, 28.4.0, 28.5.0, 28.6.0, 28.6.1, 28.7.0, 28.7.1, 28.8.0, 28.8.1, 29.0.0, 29.0.1, 30.0.0, 30.1.0, 30.2.0, 30.2.1, 30.3.0, 30.4.0, 31.0.0, 31.0.1, 32.0.0, 32.1.0, 32.1.1, 32.1.2, 32.1.3, 32.2.0, 32.3.0, 32.3.1, 33.1.0, 33.1.1, 34.0.0, 34.0.1, 34.0.2, 34.0.3, 34.1.0, 34.1.1, 34.2.0, 34.3.0, 34.3.1, 34.3.2, 34.3.3, 34.4.0, 34.4.1, 35.0.0, 35.0.1, 35.0.2, 36.0.1, 36.1.0, 36.1.1, 36.2.0, 36.2.1, 36.2.2, 36.2.3, 36.2.4, 36.2.5, 36.2.6, 36.2.7, 36.3.0, 36.4.0, 36.5.0, 36.6.0, 36.6.1, 36.7.0, 36.7.1, 36.7.2, 36.8.0, 37.0.0, 38.0.0, 38.1.0, 38.2.0, 38.2.1, 38.2.3, 38.2.4, 38.2.5, 38.3.0, 38.4.0, 38.4.1, 38.5.0, 38.5.1, 38.5.2, 38.6.0, 38.6.1, 38.7.0, 39.0.0, 39.0.1, 39.1.0, 39.2.0, 40.0.0, 40.1.0, 40.1.1, 40.2.0, 40.3.0, 40.4.0, 40.4.1, 40.4.2, 40.4.3, 40.5.0) Created temporary directory: /tmp/pip-unpack-xmh3t1py Looking up "https://files.pythonhosted.org/packages/82/a1/ba6fb41367b375f5cb653d1317d8ca263c636cff6566e2da1b0da716069d/setuptools-40.5.0-py2.py3-none-any.whl" in the cache Current age based on date: 134777 Ignoring unknown cache-control directive: immutable Freshness lifetime from max-age: 365000000 The response is "fresh", returning cached response 365000000 > 134777 Using cached https://files.pythonhosted.org/packages/82/a1/ba6fb41367b375f5cb653d1317d8ca263c636cff6566e2da1b0da716069d/setuptools-40.5.0-py2.py3-none-any.whl Downloading from URL https://files.pythonhosted.org/packages/82/a1/ba6fb41367b375f5cb653d1317d8ca263c636cff6566e2da1b0da716069d/setuptools-40.5.0-py2.py3-none-any.whl#sha256=e329a5c458c6acb5edc2b5c4ad44280c053ba827dc82fd5e84a83e22bb05460d (from https://pypi.org/simple/setuptools/) (requires-python:>=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*) Added setuptools from https://files.pythonhosted.org/packages/82/a1/ba6fb41367b375f5cb653d1317d8ca263c636cff6566e2da1b0da716069d/setuptools-40.5.0-py2.py3-none-any.whl#sha256=e329a5c458c6acb5edc2b5c4ad44280c053ba827dc82fd5e84a83e22bb05460d to build tracker '/tmp/pip-req-tracker-yo1bqn6y' Removed setuptools from https://files.pythonhosted.org/packages/82/a1/ba6fb41367b375f5cb653d1317d8ca263c636cff6566e2da1b0da716069d/setuptools-40.5.0-py2.py3-none-any.whl#sha256=e329a5c458c6acb5edc2b5c4ad44280c053ba827dc82fd5e84a83e22bb05460d from build tracker '/tmp/pip-req-tracker-yo1bqn6y' Collecting wheel 1 location(s) to search for versions of wheel: * https://pypi.org/simple/wheel/ Getting page https://pypi.org/simple/wheel/ Looking up "https://pypi.org/simple/wheel/" in the cache Request header has "max_age" as 0, cache bypassed https://pypi.org:443 "GET /simple/wheel/ HTTP/1.1" 304 0 Analyzing links from page https://pypi.org/simple/wheel/ Found link https://files.pythonhosted.org/packages/51/15/d31364732deb6e7d1490f8a08f011997b52b4b106d592d36e917404be613/wheel-0.1.tar.gz#sha256=2cc0dd3d9465ae323ad6e85fc9dc54ab3664da2c60ce42189b9ae4c44de7d8bd (from https://pypi.org/simple/wheel/), version: 0.1 Found link https://files.pythonhosted.org/packages/e2/1e/aedf6a9c6c0a588f96e9fe6e953de0c9f9084baad05f3ed0bd4a9b4a469f/wheel-0.2.tar.gz#sha256=82026a421ca379affefa9a0cb85807047e7184574a92f406670b2dcc3384da36 (from https://pypi.org/simple/wheel/), version: 0.2 Found link https://files.pythonhosted.org/packages/87/cc/7e2672fda46ece9fd8880fe8784ec8013f87879fc35b785cbc53e7e85700/wheel-0.3.tar.gz#sha256=767c011ae408983b4886dc791158ea3c538992a12c8e5a0e3234e740fd1ff40b (from https://pypi.org/simple/wheel/), version: 0.3 Found link https://files.pythonhosted.org/packages/c4/27/39e87b69a9a65cc89b6d83d21e7deca97bc31c7d0de492e63b4139890d11/wheel-0.4.tar.gz#sha256=d159b9b80abbb60c52fff7bb86a4d7b7a8af667e220f2b4c8d72a808b5511a92 (from https://pypi.org/simple/wheel/), version: 0.4 Found link https://files.pythonhosted.org/packages/91/9f/23da62e10213c4a9e7b6a41913bca5592f7bf14de5181f07eed6ea65dedb/wheel-0.4.1.tar.gz#sha256=68479e3af00ccb4d6a36e64f23859914187ef826f91beb2e05536e25c17b6a9b (from https://pypi.org/simple/wheel/), version: 0.4.1 Found link https://files.pythonhosted.org/packages/37/81/ed812d6e0cb7b75e184015601ab4a83fed37606899595ba28d511ba349ee/wheel-0.4.2.tar.gz#sha256=ca0e82e12241a71b962723c7723a84448f9e7c5b5b3a57b3fb80eee2d30cf51e (from https://pypi.org/simple/wheel/), version: 0.4.2 Found link https://files.pythonhosted.org/packages/a6/58/3ecc315c7809b9b44de37b615498b4fb51982c37d92be1b83640ddf94323/wheel-0.5.tar.gz#sha256=8047cd740333631716d66bbff24e740cc2d19f8dd2457fe45b41d7d6531a4229 (from https://pypi.org/simple/wheel/), version: 0.5 Found link https://files.pythonhosted.org/packages/53/26/1880f84340dd8717105fc3e5c199479829fcfb3108b2afea92b5b0ae0e09/wheel-0.6.tar.gz#sha256=c2ae5ea88f47ed0b1acf3129ad25f0a1449fc2ad05b785672a55ca3d7a39f245 (from https://pypi.org/simple/wheel/), version: 0.6 Found link https://files.pythonhosted.org/packages/1d/79/49416a92ca1ae8c30f9a489b6349c795794aa209cde2e7d0afd5614cbfa6/wheel-0.7.tar.gz#sha256=3bb349bde3db626f4d819ee4a2e9f318cd2f29c61c316d9f04cbed1a1ab3b048 (from https://pypi.org/simple/wheel/), version: 0.7 Skipping link https://files.pythonhosted.org/packages/0b/86/3c1687aba2d15cec12ed2dc9bb5276e9fb6d3d43ce7376e91fabdb400c0a/wheel-0.8-py27-none-any.whl#sha256=583831383bdf191fac1953595b8d9ec704718eb22e322b6fd4e9449aacd91f2b (from https://pypi.org/simple/wheel/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/27/22/83e4db59ad3ef6a1616c5db5c712b1d19803808d1e84001eae8e38c88db1/wheel-0.8.tar.gz#sha256=8554dad22e0fda18753bea533eb091ea514725a30a00268046d9dc69d44aa784 (from https://pypi.org/simple/wheel/), version: 0.8 Skipping link https://files.pythonhosted.org/packages/98/53/d87853d5490feb0ec9295e645ce0fa631ed95c2020d3411103561563e045/wheel-0.9-py27-none-any.whl#sha256=c989d0fa556621341d46167389496e5c9191b5c4eb5a70d1190c473207ddd9c8 (from https://pypi.org/simple/wheel/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/34/4b/aa762fd3c034baa7fdc266bf8f54e442c9d1b0aedce74ff32d287af25db3/wheel-0.9-py32-none-any.whl#sha256=4698c1d702ca4aa52225920ca53bce0f29576574cf5b7bfa06396487e6deca57 (from https://pypi.org/simple/wheel/), version: 0.9 Found link https://files.pythonhosted.org/packages/fc/62/48c826c3d7c15367a855ebab08b37a72ee9f33f41d4536fb16b6aa124acd/wheel-0.9.tar.gz#sha256=a5092ad01848ab3bed38cf2e0aead3ca84fec6b7912562b9e8b69ba0a717df27 (from https://pypi.org/simple/wheel/), version: 0.9 Found link https://files.pythonhosted.org/packages/2a/52/28470f5d856acec391d04cf4570664d4174ee5e0482f3d3cab584c5e2ea5/wheel-0.9.1.tar.gz#sha256=930a334a9df1e11b35580c89ce31a04a0a82859dd7a99e82191132eee0121adc (from https://pypi.org/simple/wheel/), version: 0.9.1 Found link https://files.pythonhosted.org/packages/a9/cf/8223ae8f72eac39e409d555da52a1b744b27f632da4dcb1513312a3ff570/wheel-0.9.2.tar.gz#sha256=a8ad92542fa0a5488774f36f3a00f43613d95c1a9fa6d064e60dd175339bd3c7 (from https://pypi.org/simple/wheel/), version: 0.9.2 Found link https://files.pythonhosted.org/packages/b6/54/617e21cd9d8151f6cfc9f9bf1b6cde2f430f70ff2b66ccef477ada7f0c12/wheel-0.9.3.tar.gz#sha256=75e69663f8817f23d446166fe7fc793d6f22158cb74168823c4ec4a2deab9781 (from https://pypi.org/simple/wheel/), version: 0.9.3 Found link https://files.pythonhosted.org/packages/16/84/d42d28af9502073272b59c52dfc90091bf8efa1277dac1b8730aaa3eb867/wheel-0.9.4.tar.gz#sha256=3fa176a44642d666768bb54c58c5a7e53ea8f302c2c656d6c9ea30b4be703add (from https://pypi.org/simple/wheel/), version: 0.9.4 Found link https://files.pythonhosted.org/packages/28/46/8ebdfe69b7ad35adf20b0e9335a0ec5790f9999d7c99fe5d180a55f9f963/wheel-0.9.5-py2.py3-none-any.whl#sha256=2fafe3ab14e79a5cd4e3e3c8ec901a16e69ba9977ff528e1357afb79fd6adbf4 (from https://pypi.org/simple/wheel/), version: 0.9.5 Found link https://files.pythonhosted.org/packages/cf/04/7cd10c6b78b55972a651e04affebc02fa4c0b45d943996540033b246eb42/wheel-0.9.5.tar.gz#sha256=e9e6395873fecf89c5260aa8f9ea0b1de6ae359dcf887f5dac31a30a6f9a4329 (from https://pypi.org/simple/wheel/), version: 0.9.5 Skipping link https://files.pythonhosted.org/packages/34/da/0fb28917ed602bda9807eda0e9a9202a53d97a2b2ae4b0392fd9015dbcfd/wheel-0.9.6-py27-none-any.whl#sha256=89020b5f151462bc58da956efa92808e92e65f4426e2130253e222eed2e4ab76 (from https://pypi.org/simple/wheel/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/02/c5/0f17dc19cc58f15bc3e1d8d0ccf68277180b3898028e16ba15bda2010545/wheel-0.9.6.tar.gz#sha256=a2409a6300454bc538862c6ec922f7a48cd46967700b9e94b23368af080b3322 (from https://pypi.org/simple/wheel/), version: 0.9.6 Skipping link https://files.pythonhosted.org/packages/9a/2a/4a9de088db2a97bf5eec6f274875c369c50d634eb2096efccf80902e6d33/wheel-0.9.7-py27-none-any.whl#sha256=3110450f09bd937a8b25c32ea4409f2a2ef490ed490dea002617bebc8133e7b8 (from https://pypi.org/simple/wheel/); it is not compatible with this Python Found link https://files.pythonhosted.org/packages/8d/47/0398c7707a3c6fe46d4d326bc063ce698beac7e6ab5af505f462bf50602d/wheel-0.9.7.tar.gz#sha256=b8eef2651193edc4b1a81263ff8d93c5b43d10fd5a4d441a9fbc5783ce10b081 (from https://pypi.org/simple/wheel/), version: 0.9.7 Found link https://files.pythonhosted.org/packages/55/c3/6147192b7e74f476b529aa56d2a68d1decfffae084276869b990a70b3053/wheel-0.10.0-py2.py3-none-any.whl#sha256=dbdb989fd7a99eace561be0443f1c00784a46ac6f6e10233877919a95af3c05a (from https://pypi.org/simple/wheel/), version: 0.10.0 Found link https://files.pythonhosted.org/packages/7d/23/7b42140d7c5de5cf184c99b9921066494fd1ac5049864aba84031df97447/wheel-0.10.0.tar.gz#sha256=7b9745941475a44c30d9e4007b0d0ec06a4ba9783cf425af13f753a27fca6fd5 (from https://pypi.org/simple/wheel/), version: 0.10.0 Found link https://files.pythonhosted.org/packages/bf/46/446356d9ee7bbcac41b9784720fe8d2312e62db7639a3cb37d3c35e766b2/wheel-0.10.1-py2.py3-none-any.whl#sha256=28f16c298102f35850945fad51d46fd094e6c2ba50bd8cdd4e2a7ec1093afbc1 (from https://pypi.org/simple/wheel/), version: 0.10.1 Found link https://files.pythonhosted.org/packages/48/67/928da8e188fb605c6723cb597dc2bcc269dad9aca725411f4e351bf84c0e/wheel-0.10.1.tar.gz#sha256=d05cad700d41c0053a7a1b9d062c0c135cd7da955b2e2ac50f0849d36ea4698a (from https://pypi.org/simple/wheel/), version: 0.10.1 Found link https://files.pythonhosted.org/packages/cd/09/5471330c7f308a02256964f8935d1e5e95824f814c14b5396d7970c38378/wheel-0.10.2-py2.py3-none-any.whl#sha256=abfdc3fb4427901d7faff5c570508089c382ef750a39a520c6ce0f2e2d0b6c94 (from https://pypi.org/simple/wheel/), version: 0.10.2 Found link https://files.pythonhosted.org/packages/47/cc/2b9c2ec868d1dcefb995b6689f4fd7ecd271bd4e6572fbb046a8b126c20d/wheel-0.10.2.tar.gz#sha256=d242e094b505073c2bdf53563fb2a2d8dc58a7bd5a7ae0de0e7d74f034cb6ce7 (from https://pypi.org/simple/wheel/), version: 0.10.2 Found link https://files.pythonhosted.org/packages/54/8c/cde887de967cd0cffa166b01ad763171930ca86015a009427ba3fb7925ea/wheel-0.10.3-py2.py3-none-any.whl#sha256=456f150509b57b16a2dfd9c882d8204990fafa55ad9f6410cd6cbb8795237c40 (from https://pypi.org/simple/wheel/), version: 0.10.3 Found link https://files.pythonhosted.org/packages/db/9e/7a4ceefae0950a291ff1cdf9aa927bbe61d5a67b187ae3aa11eba61a8138/wheel-0.10.3.tar.gz#sha256=0827c883b021ec8903260601d1a77bdeb3e1df2d164db847b1e3e20fb4e4ef98 (from https://pypi.org/simple/wheel/), version: 0.10.3 Found link https://files.pythonhosted.org/packages/f0/c8/53fa58a736b1f842bf4e29e61fd89f97bbf75b9bef09c06575fe31f660e0/wheel-0.11.0-py2.py3-none-any.whl#sha256=10a60ecaff2bde8bc58a04c3bd3e7518fefa4a6d7e7a297780c637f4c75530e9 (from https://pypi.org/simple/wheel/), version: 0.11.0 Found link https://files.pythonhosted.org/packages/00/6c/c02fa934c0df8f8aa870f25cccff1c041afba456e659e655feb2b7cdb050/wheel-0.11.0.tar.gz#sha256=5e74c552d747c6300bd424ed0bcc6c85cbfd57b53cd871ab9ea29227264717cf (from https://pypi.org/simple/wheel/), version: 0.11.0 Found link https://files.pythonhosted.org/packages/fc/44/c7fabd874dc798e1734637b04aaba0d4c0cec1364fd3b09ca91f9372d866/wheel-0.12.0-py2.py3-none-any.whl#sha256=351b5f218032c8822410ecc419e41f5e7c40df4813dc9b17f9bd51a5688225f6 (from https://pypi.org/simple/wheel/), version: 0.12.0 Found link https://files.pythonhosted.org/packages/04/c4/98dc250c85a6a7807236cc11c0ae154326797b4ee654445ad817645915b7/wheel-0.12.0.tar.gz#sha256=ef6468ae7f8e19dc05eee141e0c14ae15b6e81abf661e50d8937f70583e3e944 (from https://pypi.org/simple/wheel/), version: 0.12.0 Found link https://files.pythonhosted.org/packages/d0/f9/16c9e3f338309ee4d88435b4ed23aa43d8719b1c7d2ed9281aec6146d678/wheel-0.13.0-py2.py3-none-any.whl#sha256=e22c0ee13924fa775a62d493da2abdc5fd8a1f757fa5ca012d4a0c892f5c76ce (from https://pypi.org/simple/wheel/), version: 0.13.0 Found link https://files.pythonhosted.org/packages/62/41/93774ef38ee9805ee46411873f53eea0a15cfc31f6bb9b8fbe58cdc1ba30/wheel-0.13.0.tar.gz#sha256=54eb152a88932f480ca7b52b4fe35566fff4adf32db16d64da496d8764a5d6b4 (from https://pypi.org/simple/wheel/), version: 0.13.0 Found link https://files.pythonhosted.org/packages/49/1e/64bd498334aa061ecc281b92285d0eb6cbf8cedd12ed9ac8c9723362ef86/wheel-0.14.0-py2.py3-none-any.whl#sha256=41a973fa2d0a3b007d8afdfa6ca39f6b2f48b336a642c020ea2ffe5ea2ebf426 (from https://pypi.org/simple/wheel/), version: 0.14.0 Found link https://files.pythonhosted.org/packages/6a/ea/df18b5c87d11e29401af01320a2e3613effd4de3dfafe4353d9187fe5d8d/wheel-0.14.0.tar.gz#sha256=76c3c424dc79dde443007fbecedbb1ab7b54ec055cb72dd480a65f2af9645c55 (from https://pypi.org/simple/wheel/), version: 0.14.0 Found link https://files.pythonhosted.org/packages/4d/ae/38ff18147dc73de82fd5dd4fd1f2ecdaef6dccc0365ae2e460c404e83ef7/wheel-0.15.0-py2.py3-none-any.whl#sha256=c719c414d4a192ee70c85e330421bd022fda91552e40ab74078cfeeeda3a35a1 (from https://pypi.org/simple/wheel/), version: 0.15.0 Found link https://files.pythonhosted.org/packages/82/07/d9680d331deb1247cf28804422a0e3050870481ac43234437f72547aacb4/wheel-0.15.0.tar.gz#sha256=0522f7cbf7a658ab89f086cd1cc7e7b1abe808dfe16b6ad3559293b07a39c625 (from https://pypi.org/simple/wheel/), version: 0.15.0 Found link https://files.pythonhosted.org/packages/16/7b/f4e0e59f5b8bd3756d9d2d4a4493700b420991cfd20218fd7b9077f95e83/wheel-0.16.0-py2.py3-none-any.whl#sha256=1451499fcc03da0de54eb0d8803f96b2cc94e1cb1f4294e260516442d64531d5 (from https://pypi.org/simple/wheel/), version: 0.16.0 Found link https://files.pythonhosted.org/packages/4d/31/bcc5270aa8f08764ab73de32bdc1b95a16b043bff42e8f808da3b344ff80/wheel-0.16.0.tar.gz#sha256=4907bf9c716264f084198afbf1df80aaed64c28a3a09ca38ecd66e9d0f598756 (from https://pypi.org/simple/wheel/), version: 0.16.0 Found link https://files.pythonhosted.org/packages/92/9c/6c4474034690084808c05c1bde6bd00d37ae777f7f94beb40aeb98b3a9e0/wheel-0.17.0-py2.py3-none-any.whl#sha256=b5affc730154325831d35b4fec11cc2647846443fbbca85dcb056cc0e5f015c7 (from https://pypi.org/simple/wheel/), version: 0.17.0 Found link https://files.pythonhosted.org/packages/16/f8/b06811f631f11f892ec88f6c073b96ab1c1a34f2993e7a460334f44b3637/wheel-0.17.0.tar.gz#sha256=c139e4acbc3c7c14194e1b49826f44d5517ef8052bb93a1a98b4b83fe95edd9e (from https://pypi.org/simple/wheel/), version: 0.17.0 Found link https://files.pythonhosted.org/packages/ca/8e/f363a37db72b9ba3ae0eea72ba380a38d3e5b966adfd8c7a78eb0c54234c/wheel-0.18.0-py2.py3-none-any.whl#sha256=50464317d6baf354a78df94b7a842ce1fe4e5752c9dd3a97c38e3219eeb5fbe8 (from https://pypi.org/simple/wheel/), version: 0.18.0 Found link https://files.pythonhosted.org/packages/a3/eb/b4eb495e767d5f6be823f27d9e891eee154d4cded6d97941a1361468421c/wheel-0.18.0.tar.gz#sha256=3a3f6b1ee1e0e46d19818b6e7d1100c1718bba3ee9a0b537cc1e62d7fd15f040 (from https://pypi.org/simple/wheel/), version: 0.18.0 Found link https://files.pythonhosted.org/packages/b8/58/9130ace9b544470908a68abcfb9201c383d2f734426bf7892badb37c5541/wheel-0.19.0-py2.py3-none-any.whl#sha256=c4393edc51986db56f4ee7ef542e1e183caef570d5e5a6b9021333b21a40683e (from https://pypi.org/simple/wheel/), version: 0.19.0 Found link https://files.pythonhosted.org/packages/b9/28/1ce455559c7502c082ccc876a22ec6fd61cc6910da0bc620d910cbe8fa11/wheel-0.19.0.tar.gz#sha256=a1e6118ca67ca0e7e302a2bc1d8ae08d0401534826a79477a343d947bcb8e236 (from https://pypi.org/simple/wheel/), version: 0.19.0 Found link https://files.pythonhosted.org/packages/0d/e6/60c6e03ae967d076e72ec5298cd136d658e4b8eb6773d6aef3ff1abc8d04/wheel-0.21.0-py2.py3-none-any.whl#sha256=b0798123cd67a763637991812ab866f609a81516228273e89270d4bc91b276cd (from https://pypi.org/simple/wheel/), version: 0.21.0 Found link https://files.pythonhosted.org/packages/2a/a3/7a0a7d058bcaf0b08a50e7d55d5426522374ee466316489cc853d0d26dc1/wheel-0.21.0.tar.gz#sha256=68ad3e66560e9df1f1f435b480183ba24ef913da26556af9e5ae16cd94dd26e1 (from https://pypi.org/simple/wheel/), version: 0.21.0 Found link https://files.pythonhosted.org/packages/d0/2f/dd989a40d4e1b85cf0826eb79b630efa52389eae5ee2760a74848156aa9a/wheel-0.22.0-py2.py3-none-any.whl#sha256=4ac0ec6404ef2dd3412fcdb1560206eaca86a4c73ff29895989320faca54be61 (from https://pypi.org/simple/wheel/), version: 0.22.0 Found link https://files.pythonhosted.org/packages/df/cc/212d1a8cb8fadc3a6b923b1a1392cf2911d606117537ac62ae6897bde95b/wheel-0.22.0.tar.gz#sha256=dffdf998910de1fd4267a1cb07db46def901bf3bc1e25b80f132addef4ebe46d (from https://pypi.org/simple/wheel/), version: 0.22.0 Found link https://files.pythonhosted.org/packages/a9/67/43036e2db1a344ad24ba468b6262826b3837ce629b7b4c09c18d3e2b5800/wheel-0.23.0-py2.py3-none-any.whl#sha256=cbc6b2e274557b5e8ee8b61ca4c0c781702956a80cdbeb7ec0446834b5078082 (from https://pypi.org/simple/wheel/), version: 0.23.0 Found link https://files.pythonhosted.org/packages/24/dc/2b7134bce04139b67727bfc441ef77e8558df07103c12275e3617ffe6c57/wheel-0.23.0.tar.gz#sha256=bf8eed43df6c88fdaef845d06ee7e2669310c500e80d19f6eb062869ae1b8f62 (from https://pypi.org/simple/wheel/), version: 0.23.0 Found link https://files.pythonhosted.org/packages/e8/14/eaaac12b0432c984a27ad0050a5a0bedc6135df35a0f5f1f35228faf12d4/wheel-0.24.0-py2.py3-none-any.whl#sha256=53a8b47d3db4ded8db41a1e9bbb77a1625074e7a4879bd0ebf97d6cb01576383 (from https://pypi.org/simple/wheel/), version: 0.24.0 Found link https://files.pythonhosted.org/packages/aa/35/b7d0fcdfcf2151327afa6bea68839aed1f1914a4225b24750bb8baf057c8/wheel-0.24.0.tar.gz#sha256=ef832abfedea7ed86b6eae7400128f88053a1da81a37c00613b1279544d585aa (from https://pypi.org/simple/wheel/), version: 0.24.0 Found link https://files.pythonhosted.org/packages/2d/14/a561f8a503bd62bb1df33694b183cf3f280f6fba7bda589670efe65f09e9/wheel-0.25.0-py2.py3-none-any.whl#sha256=11d74730000531808916fcc069fb7bb5906caa0dba978b126cc807be8d4319f4 (from https://pypi.org/simple/wheel/), version: 0.25.0 Found link https://files.pythonhosted.org/packages/59/7b/00b6746e26e7c4ed9a2628418f5ff0d45c5e02b5317e65128173515739a2/wheel-0.25.0.tar.gz#sha256=c7a72676357e26dd35006b8ddfe4335030a99ec8c69d04c0ac8974570d832a32 (from https://pypi.org/simple/wheel/), version: 0.25.0 Found link https://files.pythonhosted.org/packages/d9/6f/cfb45d489703e4843b30c28e01ab39c87b0648bfa11a6c4a959f426fe217/wheel-0.26.0-py2.py3-none-any.whl#sha256=c92ed3a2dd87c54a9e20024fb0a206fe591c352c745fff21e8f8c6cdac2086ea (from https://pypi.org/simple/wheel/), version: 0.26.0 Found link https://files.pythonhosted.org/packages/91/66/ddc9410feba81767f53c87e78f958f884536cf37ca991b90ec2890706dcf/wheel-0.26.0.tar.gz#sha256=eaad353805c180a47545a256e6508835b65a8e830ba1093ed8162f19a50a530c (from https://pypi.org/simple/wheel/), version: 0.26.0 Found link https://files.pythonhosted.org/packages/d9/e0/f0fd2f9d4777c56766752a03bc0e420dc65d50186c71ebaf73255156bd9a/wheel-0.27.0-py2.py3-none-any.whl#sha256=b2e5cf1b3e5ca7873956bea1fadc160850a89fdb96a22515e72b5e3b61bb9c6a (from https://pypi.org/simple/wheel/), version: 0.27.0 Found link https://files.pythonhosted.org/packages/be/3d/73e36a9f4afaea62c4d91b858d061e8c7e0074dd67e5e80618b644756dc7/wheel-0.27.0.tar.gz#sha256=0beae2ec3a20df54869177ec00b4619219bc7cab5578984fb400517aee2df523 (from https://pypi.org/simple/wheel/), version: 0.27.0 Found link https://files.pythonhosted.org/packages/c8/72/d51052bb24c9e551e292e87fc7376bad9ae5fa198b294f4ab4e2619f530c/wheel-0.28.0-py2.py3-none-any.whl#sha256=7a83f0fd22ccf4137673f21a4fbd6b522e3c826add9568adbf63eb17fb9ec90c (from https://pypi.org/simple/wheel/), version: 0.28.0 Found link https://files.pythonhosted.org/packages/8f/c6/c524fe41283b2820f85a8e38cedd19ebb6454365281549dcf98ae32feb85/wheel-0.28.0.tar.gz#sha256=70525cdda4fe80f3f4b7b5c00cffe4f5d967ec35f6ec55924b13ebd3f58694e1 (from https://pypi.org/simple/wheel/), version: 0.28.0 Found link https://files.pythonhosted.org/packages/8a/e9/8468cd68b582b06ef554be0b96b59f59779627131aad48f8a5bce4b13450/wheel-0.29.0-py2.py3-none-any.whl#sha256=ea8033fc9905804e652f75474d33410a07404c1a78dd3c949a66863bd1050ebd (from https://pypi.org/simple/wheel/), version: 0.29.0 Found link https://files.pythonhosted.org/packages/c9/1d/bd19e691fd4cfe908c76c429fe6e4436c9e83583c4414b54f6c85471954a/wheel-0.29.0.tar.gz#sha256=1ebb8ad7e26b448e9caa4773d2357849bf80ff9e313964bcaf79cbf0201a1648 (from https://pypi.org/simple/wheel/), version: 0.29.0 Found link https://files.pythonhosted.org/packages/83/53/e120833aa2350db333df89a40dea3b310dd9dabf6f29eaa18934a597dc79/wheel-0.30.0a0-py2.py3-none-any.whl#sha256=cd19aa9325d3af1c641b0a23502b12696159171d2a2f4b84308df9a075c2a4a0 (from https://pypi.org/simple/wheel/), version: 0.30.0a0 Found link https://files.pythonhosted.org/packages/a7/37/947b4329c4a3c72093b6c8e9b4be8c7f10c32dbb78848d3a234ce01c059d/wheel-0.30.0a0.tar.gz#sha256=98f3e09b4ad7f5649a7e3d00e0e005ec1824ddcd6ec16c5086c05b1d91ada6da (from https://pypi.org/simple/wheel/), version: 0.30.0a0 Found link https://files.pythonhosted.org/packages/0c/80/16a85b47702a1f47a63c104c91abdd0a6704ee8ae3b4ce4afc49bc39f9d9/wheel-0.30.0-py2.py3-none-any.whl#sha256=e721e53864f084f956f40f96124a74da0631ac13fbbd1ba99e8e2b5e9cafdf64 (from https://pypi.org/simple/wheel/), version: 0.30.0 Found link https://files.pythonhosted.org/packages/fa/b4/f9886517624a4dcb81a1d766f68034344b7565db69f13d52697222daeb72/wheel-0.30.0.tar.gz#sha256=9515fe0a94e823fd90b08d22de45d7bde57c90edce705b22f5e1ecf7e1b653c8 (from https://pypi.org/simple/wheel/), version: 0.30.0 Found link https://files.pythonhosted.org/packages/1b/d2/22cde5ea9af055f81814f9f2545f5ed8a053eb749c08d186b369959189a8/wheel-0.31.0-py2.py3-none-any.whl#sha256=9cdc8ab2cc9c3c2e2727a4b67c22881dbb0e1c503d592992594c5e131c867107 (from https://pypi.org/simple/wheel/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*), version: 0.31.0 Found link https://files.pythonhosted.org/packages/5d/c1/45947333669b31bc6b4933308dd07c2aa2fedcec0a95b14eedae993bd449/wheel-0.31.0.tar.gz#sha256=1ae8153bed701cb062913b72429bcf854ba824f973735427681882a688cb55ce (from https://pypi.org/simple/wheel/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*), version: 0.31.0 Found link https://files.pythonhosted.org/packages/81/30/e935244ca6165187ae8be876b6316ae201b71485538ffac1d718843025a9/wheel-0.31.1-py2.py3-none-any.whl#sha256=80044e51ec5bbf6c894ba0bc48d26a8c20a9ba629f4ca19ea26ecfcf87685f5f (from https://pypi.org/simple/wheel/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*), version: 0.31.1 Found link https://files.pythonhosted.org/packages/2a/fb/aefe5d5dbc3f4fe1e815bcdb05cbaab19744d201bbc9b59cfa06ec7fc789/wheel-0.31.1.tar.gz#sha256=0a2e54558a0628f2145d2fc822137e322412115173e8a2ddbe1c9024338ae83c (from https://pypi.org/simple/wheel/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*), version: 0.31.1 Found link https://files.pythonhosted.org/packages/b3/bb/42354ce8c08f66ae0cd0f4a841f40ed41d709ac9c28f292bfeb383236a4a/wheel-0.32.0-py2.py3-none-any.whl#sha256=3970f4130b7f8bf8167ca09215c8cc2f49a87c3d46506adfc60cb08c47ab0949 (from https://pypi.org/simple/wheel/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*), version: 0.32.0 Found link https://files.pythonhosted.org/packages/68/f0/545cbeae75f248c4ad7c2d062672cd7e046dd325a81b74fc02c62450d133/wheel-0.32.0.tar.gz#sha256=a26bc27230baaec9039972b7cb43db94b17c13e4d66a9ff6a4d46a0344c55c9a (from https://pypi.org/simple/wheel/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*), version: 0.32.0 Found link https://files.pythonhosted.org/packages/fc/e9/05316a1eec70c2bfc1c823a259546475bd7636ba6d27ec80575da523bc34/wheel-0.32.1-py2.py3-none-any.whl#sha256=9fa1f772f1a2df2bd00ddb4fa57e1cc349301e1facb98fbe62329803a9ff1196 (from https://pypi.org/simple/wheel/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*), version: 0.32.1 Found link https://files.pythonhosted.org/packages/e2/d0/bb5eedd650e777039d984b209d229b97fa2161916c920245a85c1ef07667/wheel-0.32.1.tar.gz#sha256=d215f4520a1ba1851a3c00ba2b4122665cd3d6b0834d2ba2816198b1e3024a0e (from https://pypi.org/simple/wheel/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*), version: 0.32.1 Found link https://files.pythonhosted.org/packages/5a/9b/6aebe9e2636d35d1a93772fa644c828303e1d5d124e8a88f156f42ac4b87/wheel-0.32.2-py2.py3-none-any.whl#sha256=c93e2d711f5f9841e17f53b0e6c0ff85593f3b416b6eec7a9452041a59a42688 (from https://pypi.org/simple/wheel/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*), version: 0.32.2 Found link https://files.pythonhosted.org/packages/c2/00/21e3ecc8a9d484f9de995471c061aa3d8f02ae54bdfd9cbdddb59138c809/wheel-0.32.2.tar.gz#sha256=196c9842d79262bb66fcf59faa4bd0deb27da911dbc7c6cdca931080eb1f0783 (from https://pypi.org/simple/wheel/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*), version: 0.32.2 Using version 0.32.2 (newest of versions: 0.1, 0.2, 0.3, 0.4, 0.4.1, 0.4.2, 0.5, 0.6, 0.7, 0.8, 0.9, 0.9.1, 0.9.2, 0.9.3, 0.9.4, 0.9.5, 0.9.6, 0.9.7, 0.10.0, 0.10.1, 0.10.2, 0.10.3, 0.11.0, 0.12.0, 0.13.0, 0.14.0, 0.15.0, 0.16.0, 0.17.0, 0.18.0, 0.19.0, 0.21.0, 0.22.0, 0.23.0, 0.24.0, 0.25.0, 0.26.0, 0.27.0, 0.28.0, 0.29.0, 0.30.0, 0.31.0, 0.31.1, 0.32.0, 0.32.1, 0.32.2) Created temporary directory: /tmp/pip-unpack-1e4jbxlv Looking up "https://files.pythonhosted.org/packages/5a/9b/6aebe9e2636d35d1a93772fa644c828303e1d5d124e8a88f156f42ac4b87/wheel-0.32.2-py2.py3-none-any.whl" in the cache Current age based on date: 545502 Ignoring unknown cache-control directive: immutable Freshness lifetime from max-age: 365000000 The response is "fresh", returning cached response 365000000 > 545502 Using cached https://files.pythonhosted.org/packages/5a/9b/6aebe9e2636d35d1a93772fa644c828303e1d5d124e8a88f156f42ac4b87/wheel-0.32.2-py2.py3-none-any.whl Downloading from URL https://files.pythonhosted.org/packages/5a/9b/6aebe9e2636d35d1a93772fa644c828303e1d5d124e8a88f156f42ac4b87/wheel-0.32.2-py2.py3-none-any.whl#sha256=c93e2d711f5f9841e17f53b0e6c0ff85593f3b416b6eec7a9452041a59a42688 (from https://pypi.org/simple/wheel/) (requires-python:>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*) Added wheel from https://files.pythonhosted.org/packages/5a/9b/6aebe9e2636d35d1a93772fa644c828303e1d5d124e8a88f156f42ac4b87/wheel-0.32.2-py2.py3-none-any.whl#sha256=c93e2d711f5f9841e17f53b0e6c0ff85593f3b416b6eec7a9452041a59a42688 to build tracker '/tmp/pip-req-tracker-yo1bqn6y' Removed wheel from https://files.pythonhosted.org/packages/5a/9b/6aebe9e2636d35d1a93772fa644c828303e1d5d124e8a88f156f42ac4b87/wheel-0.32.2-py2.py3-none-any.whl#sha256=c93e2d711f5f9841e17f53b0e6c0ff85593f3b416b6eec7a9452041a59a42688 from build tracker '/tmp/pip-req-tracker-yo1bqn6y' Installing collected packages: setuptools, wheel
Creating /tmp/pip-build-env-oc4fa5f4/bin
changing mode of /tmp/pip-build-env-oc4fa5f4/bin/easy_install to 755
changing mode of /tmp/pip-build-env-oc4fa5f4/bin/easy_install-3.6 to 755

changing mode of /tmp/pip-build-env-oc4fa5f4/bin/wheel to 755

Successfully installed setuptools-40.5.0 wheel-0.32.2
Cleaning up...
Cleaned build tracker '/tmp/pip-req-tracker-yo1bqn6y'
done
Running setup.py (path:/home/opal/temp/src/pip/setup.py) egg_info for package pip
Running command python setup.py egg_info
running egg_info
writing src/pip.egg-info/PKG-INFO
writing dependency_links to src/pip.egg-info/dependency_links.txt
writing entry points to src/pip.egg-info/entry_points.txt
writing top-level names to src/pip.egg-info/top_level.txt
reading manifest file 'src/pip.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'docs/docutils.conf'
warning: no previously-included files found matching '.coveragerc'
warning: no previously-included files found matching '.mailmap'
warning: no previously-included files found matching '.appveyor.yml'
warning: no previously-included files found matching '.travis.yml'
warning: no previously-included files found matching 'tox.ini'
warning: no files found matching 'Makefile' under directory 'docs'
warning: no files found matching '.bat' under directory 'docs'
warning: no previously-included files found matching 'src/pip/_vendor/six'
warning: no previously-included files found matching 'src/pip/_vendor/six/moves'
warning: no previously-included files matching '
.pyi' found under directory 'src/pip/_vendor'
no previously-included directories found matching '.github'
no previously-included directories found matching 'docs/build'
no previously-included directories found matching 'news'
no previously-included directories found matching 'tasks'
no previously-included directories found matching 'tests'
no previously-included directories found matching 'tools'
writing manifest file 'src/pip.egg-info/SOURCES.txt'
Source in ./src/pip has version 19.0.dev0, which satisfies requirement pip from git+https://github.com/pypa/pip#egg=pip
Removed pip from git+https://github.com/pypa/pip#egg=pip from build tracker '/tmp/pip-req-tracker-yo1bqn6y'
Installing collected packages: pip
Found existing installation: pip 18.1
Uninstalling pip-18.1:
Created temporary directory: /tmp/pip-uninstall-i7ua7_ke
Removing file or directory /home/opal/.local/bin/pip
Removing file or directory /home/opal/.local/bin/pip3
Removing file or directory /home/opal/.local/bin/pip3.6
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip-18.1.dist-info/INSTALLER
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip-18.1.dist-info/LICENSE.txt
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip-18.1.dist-info/METADATA
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip-18.1.dist-info/RECORD
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip-18.1.dist-info/WHEEL
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip-18.1.dist-info/entry_points.txt
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip-18.1.dist-info/top_level.txt
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/main.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/pycache/main.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/pycache/build_env.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/pycache/cache.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/pycache/configuration.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/pycache/download.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/pycache/exceptions.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/pycache/index.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/pycache/locations.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/pycache/pep425tags.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/pycache/pyproject.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/pycache/resolve.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/pycache/wheel.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/build_env.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/cache.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/cli/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/cli/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/cli/pycache/autocompletion.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/cli/pycache/base_command.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/cli/pycache/cmdoptions.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/cli/pycache/main_parser.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/cli/pycache/parser.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/cli/pycache/status_codes.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/cli/autocompletion.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/cli/base_command.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/cli/cmdoptions.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/cli/main_parser.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/cli/parser.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/cli/status_codes.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/pycache/check.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/pycache/completion.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/pycache/configuration.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/pycache/download.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/pycache/freeze.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/pycache/hash.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/pycache/help.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/pycache/install.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/pycache/list.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/pycache/search.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/pycache/show.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/pycache/uninstall.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/pycache/wheel.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/check.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/completion.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/configuration.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/download.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/freeze.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/hash.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/help.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/install.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/list.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/search.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/show.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/uninstall.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/wheel.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/configuration.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/download.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/exceptions.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/index.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/locations.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/models/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/models/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/models/pycache/candidate.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/models/pycache/format_control.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/models/pycache/index.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/models/pycache/link.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/models/candidate.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/models/format_control.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/models/index.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/models/link.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/operations/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/operations/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/operations/pycache/check.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/operations/pycache/freeze.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/operations/pycache/prepare.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/operations/check.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/operations/freeze.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/operations/prepare.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/pep425tags.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/pyproject.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/req/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/req/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/req/pycache/constructors.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/req/pycache/req_file.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/req/pycache/req_install.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/req/pycache/req_set.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/req/pycache/req_tracker.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/req/pycache/req_uninstall.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/req/constructors.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/req/req_file.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/req/req_install.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/req/req_set.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/req/req_tracker.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/req/req_uninstall.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/resolve.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/appdirs.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/compat.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/deprecation.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/encoding.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/filesystem.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/glibc.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/hashes.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/logging.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/misc.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/models.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/outdated.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/packaging.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/setuptools_build.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/temp_dir.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/typing.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/ui.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/appdirs.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/compat.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/deprecation.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/encoding.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/filesystem.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/glibc.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/hashes.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/logging.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/misc.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/models.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/outdated.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/packaging.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/setuptools_build.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/temp_dir.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/typing.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/ui.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/vcs/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/vcs/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/vcs/pycache/bazaar.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/vcs/pycache/git.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/vcs/pycache/mercurial.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/vcs/pycache/subversion.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/vcs/bazaar.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/vcs/git.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/vcs/mercurial.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/vcs/subversion.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_internal/wheel.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pycache/appdirs.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pycache/distro.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pycache/ipaddress.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pycache/pyparsing.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pycache/retrying.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pycache/six.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/appdirs.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/pycache/_cmd.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/pycache/adapter.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/pycache/cache.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/pycache/compat.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/pycache/controller.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/pycache/filewrapper.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/pycache/heuristics.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/pycache/serialize.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/pycache/wrapper.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/_cmd.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/adapter.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/cache.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches/pycache/file_cache.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches/pycache/redis_cache.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/compat.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/controller.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/filewrapper.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/heuristics.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/serialize.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/wrapper.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/certifi/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/certifi/main.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/certifi/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/certifi/pycache/main.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/certifi/pycache/core.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/certifi/cacert.pem
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/certifi/core.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/big5freq.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/big5prober.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/chardistribution.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/charsetgroupprober.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/charsetprober.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/codingstatemachine.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/compat.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/cp949prober.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/enums.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/escprober.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/escsm.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/eucjpprober.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/euckrfreq.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/euckrprober.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/euctwfreq.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/euctwprober.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/gb2312freq.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/gb2312prober.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/hebrewprober.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/jisfreq.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/jpcntx.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/langbulgarianmodel.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/langcyrillicmodel.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/langgreekmodel.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/langhebrewmodel.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/langhungarianmodel.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/langthaimodel.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/langturkishmodel.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/latin1prober.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/mbcharsetprober.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/mbcsgroupprober.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/mbcssm.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/sbcharsetprober.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/sbcsgroupprober.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/sjisprober.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/universaldetector.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/utf8prober.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/version.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/big5freq.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/big5prober.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/chardistribution.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/charsetgroupprober.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/charsetprober.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/cli/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/cli/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/cli/pycache/chardetect.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/cli/chardetect.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/codingstatemachine.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/compat.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/cp949prober.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/enums.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/escprober.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/escsm.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/eucjpprober.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/euckrfreq.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/euckrprober.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/euctwfreq.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/euctwprober.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/gb2312freq.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/gb2312prober.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/hebrewprober.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/jisfreq.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/jpcntx.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/langbulgarianmodel.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/langcyrillicmodel.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/langgreekmodel.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/langhebrewmodel.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/langhungarianmodel.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/langthaimodel.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/langturkishmodel.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/latin1prober.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/mbcharsetprober.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/mbcsgroupprober.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/mbcssm.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/sbcharsetprober.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/sbcsgroupprober.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/sjisprober.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/universaldetector.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/utf8prober.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/version.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/colorama/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/colorama/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/colorama/pycache/ansi.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/colorama/pycache/ansitowin32.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/colorama/pycache/initialise.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/colorama/pycache/win32.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/colorama/pycache/winterm.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/colorama/ansi.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/colorama/ansitowin32.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/colorama/initialise.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/colorama/win32.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/colorama/winterm.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/pycache/compat.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/pycache/database.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/pycache/index.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/pycache/locators.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/pycache/manifest.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/pycache/markers.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/pycache/metadata.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/pycache/resources.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/pycache/scripts.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/pycache/util.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/pycache/version.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/pycache/wheel.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/pycache/misc.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/pycache/shutil.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/pycache/sysconfig.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/pycache/tarfile.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/misc.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/shutil.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/sysconfig.cfg
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/sysconfig.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/tarfile.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/compat.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/database.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/index.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/locators.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/manifest.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/markers.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/metadata.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/resources.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/scripts.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/t32.exe
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/t64.exe
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/util.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/version.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/w32.exe
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/w64.exe
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/wheel.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distro.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/pycache/_ihatexml.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/pycache/_inputstream.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/pycache/_tokenizer.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/pycache/_utils.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/pycache/constants.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/pycache/html5parser.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/pycache/serializer.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/_ihatexml.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/_inputstream.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/_tokenizer.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie/pycache/_base.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie/pycache/datrie.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie/pycache/py.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie/_base.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie/datrie.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie/py.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/_utils.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/constants.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/pycache/alphabeticalattributes.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/pycache/base.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/pycache/inject_meta_charset.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/pycache/lint.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/pycache/optionaltags.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/pycache/sanitizer.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/pycache/whitespace.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/base.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/lint.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/optionaltags.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/sanitizer.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/whitespace.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/html5parser.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/serializer.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters/pycache/genshi.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters/pycache/sax.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters/genshi.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters/sax.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/pycache/base.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/pycache/dom.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/pycache/etree.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/pycache/etree_lxml.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/base.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/dom.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/etree.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/pycache/base.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/pycache/dom.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/pycache/etree.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/pycache/etree_lxml.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/pycache/genshi.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/base.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/dom.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/etree.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/etree_lxml.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/genshi.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/pycache/codec.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/pycache/compat.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/pycache/core.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/pycache/idnadata.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/pycache/intranges.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/pycache/package_data.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/pycache/uts46data.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/codec.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/compat.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/core.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/idnadata.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/intranges.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/package_data.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/uts46data.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/ipaddress.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/lockfile/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/lockfile/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/lockfile/pycache/linklockfile.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/lockfile/pycache/mkdirlockfile.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/lockfile/pycache/pidlockfile.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/lockfile/pycache/sqlitelockfile.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/lockfile/pycache/symlinklockfile.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/lockfile/linklockfile.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/lockfile/mkdirlockfile.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/lockfile/pidlockfile.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/lockfile/sqlitelockfile.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/lockfile/symlinklockfile.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/msgpack/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/msgpack/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/msgpack/pycache/_version.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/msgpack/pycache/exceptions.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/msgpack/pycache/fallback.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/msgpack/_version.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/msgpack/exceptions.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/msgpack/fallback.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/about.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/pycache/about.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/pycache/_compat.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/pycache/_structures.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/pycache/markers.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/pycache/requirements.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/pycache/specifiers.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/pycache/utils.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/pycache/version.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/_compat.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/_structures.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/markers.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/requirements.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/specifiers.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/utils.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/version.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pep517/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pep517/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pep517/pycache/_in_process.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pep517/pycache/check.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pep517/pycache/colorlog.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pep517/pycache/compat.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pep517/pycache/envbuild.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pep517/pycache/wrappers.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pep517/_in_process.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pep517/check.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pep517/colorlog.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pep517/compat.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pep517/envbuild.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pep517/wrappers.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pkg_resources/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pkg_resources/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pkg_resources/pycache/py31compat.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pkg_resources/py31compat.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/progress/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/progress/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/progress/pycache/bar.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/progress/pycache/counter.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/progress/pycache/helpers.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/progress/pycache/spinner.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/progress/bar.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/progress/counter.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/progress/helpers.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/progress/spinner.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pyparsing.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pytoml/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pytoml/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pytoml/pycache/core.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pytoml/pycache/parser.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pytoml/pycache/writer.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pytoml/core.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pytoml/parser.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pytoml/writer.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/version.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/_internal_utils.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/adapters.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/api.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/auth.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/certs.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/compat.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/cookies.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/exceptions.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/help.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/hooks.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/models.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/packages.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/sessions.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/status_codes.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/structures.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/utils.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/version.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/_internal_utils.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/adapters.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/api.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/auth.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/certs.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/compat.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/cookies.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/exceptions.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/help.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/hooks.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/models.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/packages.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/sessions.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/status_codes.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/structures.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/utils.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/retrying.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/six.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/pycache/_collections.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/pycache/connection.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/pycache/connectionpool.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/pycache/exceptions.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/pycache/fields.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/pycache/filepost.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/pycache/poolmanager.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/pycache/request.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/pycache/response.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/_collections.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/connection.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/connectionpool.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/pycache/appengine.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/pycache/ntlmpool.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/pycache/pyopenssl.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/pycache/securetransport.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/pycache/socks.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/_securetransport/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/_securetransport/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/_securetransport/pycache/bindings.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/_securetransport/pycache/low_level.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/appengine.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/securetransport.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/socks.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/exceptions.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/fields.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/filepost.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/pycache/ordered_dict.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/pycache/six.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/backports/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/backports/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/backports/pycache/makefile.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/ordered_dict.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/six.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/pycache/_implementation.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/poolmanager.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/request.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/response.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/pycache/connection.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/pycache/queue.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/pycache/request.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/pycache/response.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/pycache/retry.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/vendor/urllib3/util/pycache/ssl.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/pycache/timeout.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/pycache/url.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/pycache/wait.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/connection.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/queue.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/request.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/response.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/retry.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/vendor/urllib3/util/ssl.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/timeout.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/url.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/wait.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/webencodings/init.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/webencodings/pycache/init.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/webencodings/pycache/labels.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/webencodings/pycache/mklabels.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/webencodings/pycache/tests.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/webencodings/pycache/x_user_defined.cpython-36.pyc
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/webencodings/labels.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/webencodings/mklabels.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/webencodings/tests.py
Removing file or directory /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/webencodings/x_user_defined.py
Successfully uninstalled pip-18.1
Running setup.py develop for pip
Running command /usr/bin/python3 -c "import setuptools, tokenize;file='/home/opal/temp/src/pip/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" develop --no-deps --user --prefix=
usage: -c [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...]
or: -c --help [cmd1 cmd2 ...]
or: -c --help-commands
or: -c cmd --help

error: option --user not recognized

Rolling back uninstall of pip
Replacing /home/opal/.local/bin/pip
Replacing /home/opal/.local/bin/pip3
Replacing /home/opal/.local/bin/pip3.6
Replacing /home/opal/.local/lib/python3.6/site-packages/pip-18.1.dist-info/INSTALLER
Replacing /home/opal/.local/lib/python3.6/site-packages/pip-18.1.dist-info/LICENSE.txt
Replacing /home/opal/.local/lib/python3.6/site-packages/pip-18.1.dist-info/METADATA
Replacing /home/opal/.local/lib/python3.6/site-packages/pip-18.1.dist-info/RECORD
Replacing /home/opal/.local/lib/python3.6/site-packages/pip-18.1.dist-info/WHEEL
Replacing /home/opal/.local/lib/python3.6/site-packages/pip-18.1.dist-info/entry_points.txt
Replacing /home/opal/.local/lib/python3.6/site-packages/pip-18.1.dist-info/top_level.txt
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/main.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/pycache/main.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/pycache/build_env.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/pycache/cache.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/pycache/configuration.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/pycache/download.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/pycache/exceptions.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/pycache/index.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/pycache/locations.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/pycache/pep425tags.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/pycache/pyproject.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/pycache/resolve.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/pycache/wheel.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/build_env.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/cache.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/cli/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/cli/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/cli/pycache/autocompletion.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/cli/pycache/base_command.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/cli/pycache/cmdoptions.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/cli/pycache/main_parser.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/cli/pycache/parser.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/cli/pycache/status_codes.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/cli/autocompletion.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/cli/base_command.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/cli/cmdoptions.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/cli/main_parser.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/cli/parser.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/cli/status_codes.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/pycache/check.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/pycache/completion.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/pycache/configuration.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/pycache/download.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/pycache/freeze.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/pycache/hash.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/pycache/help.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/pycache/install.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/pycache/list.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/pycache/search.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/pycache/show.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/pycache/uninstall.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/pycache/wheel.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/check.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/completion.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/configuration.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/download.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/freeze.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/hash.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/help.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/install.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/list.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/search.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/show.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/uninstall.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/wheel.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/configuration.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/download.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/exceptions.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/index.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/locations.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/models/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/models/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/models/pycache/candidate.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/models/pycache/format_control.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/models/pycache/index.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/models/pycache/link.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/models/candidate.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/models/format_control.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/models/index.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/models/link.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/operations/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/operations/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/operations/pycache/check.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/operations/pycache/freeze.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/operations/pycache/prepare.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/operations/check.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/operations/freeze.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/operations/prepare.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/pep425tags.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/pyproject.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/req/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/req/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/req/pycache/constructors.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/req/pycache/req_file.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/req/pycache/req_install.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/req/pycache/req_set.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/req/pycache/req_tracker.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/req/pycache/req_uninstall.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/req/constructors.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/req/req_file.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/req/req_install.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/req/req_set.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/req/req_tracker.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/req/req_uninstall.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/resolve.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/appdirs.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/compat.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/deprecation.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/encoding.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/filesystem.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/glibc.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/hashes.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/logging.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/misc.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/models.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/outdated.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/packaging.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/setuptools_build.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/temp_dir.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/typing.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/pycache/ui.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/appdirs.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/compat.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/deprecation.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/encoding.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/filesystem.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/glibc.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/hashes.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/logging.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/misc.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/models.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/outdated.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/packaging.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/setuptools_build.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/temp_dir.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/typing.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/ui.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/vcs/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/vcs/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/vcs/pycache/bazaar.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/vcs/pycache/git.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/vcs/pycache/mercurial.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/vcs/pycache/subversion.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/vcs/bazaar.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/vcs/git.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/vcs/mercurial.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/vcs/subversion.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_internal/wheel.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pycache/appdirs.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pycache/distro.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pycache/ipaddress.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pycache/pyparsing.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pycache/retrying.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pycache/six.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/appdirs.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/pycache/_cmd.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/pycache/adapter.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/pycache/cache.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/pycache/compat.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/pycache/controller.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/pycache/filewrapper.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/pycache/heuristics.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/pycache/serialize.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/pycache/wrapper.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/_cmd.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/adapter.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/cache.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches/pycache/file_cache.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches/pycache/redis_cache.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/compat.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/controller.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/filewrapper.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/heuristics.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/serialize.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/cachecontrol/wrapper.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/certifi/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/certifi/main.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/certifi/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/certifi/pycache/main.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/certifi/pycache/core.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/certifi/cacert.pem
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/certifi/core.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/big5freq.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/big5prober.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/chardistribution.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/charsetgroupprober.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/charsetprober.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/codingstatemachine.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/compat.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/cp949prober.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/enums.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/escprober.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/escsm.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/eucjpprober.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/euckrfreq.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/euckrprober.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/euctwfreq.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/euctwprober.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/gb2312freq.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/gb2312prober.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/hebrewprober.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/jisfreq.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/jpcntx.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/langbulgarianmodel.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/langcyrillicmodel.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/langgreekmodel.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/langhebrewmodel.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/langhungarianmodel.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/langthaimodel.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/langturkishmodel.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/latin1prober.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/mbcharsetprober.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/mbcsgroupprober.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/mbcssm.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/sbcharsetprober.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/sbcsgroupprober.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/sjisprober.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/universaldetector.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/utf8prober.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/pycache/version.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/big5freq.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/big5prober.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/chardistribution.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/charsetgroupprober.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/charsetprober.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/cli/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/cli/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/cli/pycache/chardetect.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/cli/chardetect.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/codingstatemachine.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/compat.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/cp949prober.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/enums.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/escprober.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/escsm.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/eucjpprober.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/euckrfreq.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/euckrprober.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/euctwfreq.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/euctwprober.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/gb2312freq.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/gb2312prober.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/hebrewprober.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/jisfreq.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/jpcntx.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/langbulgarianmodel.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/langcyrillicmodel.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/langgreekmodel.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/langhebrewmodel.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/langhungarianmodel.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/langthaimodel.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/langturkishmodel.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/latin1prober.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/mbcharsetprober.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/mbcsgroupprober.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/mbcssm.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/sbcharsetprober.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/sbcsgroupprober.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/sjisprober.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/universaldetector.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/utf8prober.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/chardet/version.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/colorama/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/colorama/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/colorama/pycache/ansi.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/colorama/pycache/ansitowin32.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/colorama/pycache/initialise.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/colorama/pycache/win32.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/colorama/pycache/winterm.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/colorama/ansi.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/colorama/ansitowin32.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/colorama/initialise.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/colorama/win32.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/colorama/winterm.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/pycache/compat.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/pycache/database.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/pycache/index.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/pycache/locators.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/pycache/manifest.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/pycache/markers.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/pycache/metadata.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/pycache/resources.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/pycache/scripts.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/pycache/util.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/pycache/version.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/pycache/wheel.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/pycache/misc.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/pycache/shutil.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/pycache/sysconfig.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/pycache/tarfile.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/misc.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/shutil.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/sysconfig.cfg
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/sysconfig.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/_backport/tarfile.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/compat.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/database.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/index.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/locators.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/manifest.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/markers.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/metadata.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/resources.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/scripts.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/t32.exe
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/t64.exe
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/util.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/version.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/w32.exe
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/w64.exe
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distlib/wheel.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/distro.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/pycache/_ihatexml.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/pycache/_inputstream.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/pycache/_tokenizer.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/pycache/_utils.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/pycache/constants.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/pycache/html5parser.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/pycache/serializer.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/_ihatexml.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/_inputstream.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/_tokenizer.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie/pycache/_base.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie/pycache/datrie.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie/pycache/py.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie/_base.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie/datrie.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/_trie/py.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/_utils.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/constants.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/pycache/alphabeticalattributes.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/pycache/base.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/pycache/inject_meta_charset.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/pycache/lint.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/pycache/optionaltags.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/pycache/sanitizer.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/pycache/whitespace.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/alphabeticalattributes.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/base.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/inject_meta_charset.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/lint.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/optionaltags.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/sanitizer.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/filters/whitespace.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/html5parser.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/serializer.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters/pycache/genshi.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters/pycache/sax.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters/genshi.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treeadapters/sax.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/pycache/base.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/pycache/dom.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/pycache/etree.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/pycache/etree_lxml.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/base.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/dom.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/etree.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treebuilders/etree_lxml.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/pycache/base.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/pycache/dom.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/pycache/etree.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/pycache/etree_lxml.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/pycache/genshi.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/base.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/dom.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/etree.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/etree_lxml.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/html5lib/treewalkers/genshi.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/pycache/codec.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/pycache/compat.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/pycache/core.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/pycache/idnadata.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/pycache/intranges.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/pycache/package_data.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/pycache/uts46data.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/codec.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/compat.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/core.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/idnadata.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/intranges.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/package_data.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/idna/uts46data.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/ipaddress.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/lockfile/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/lockfile/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/lockfile/pycache/linklockfile.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/lockfile/pycache/mkdirlockfile.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/lockfile/pycache/pidlockfile.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/lockfile/pycache/sqlitelockfile.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/lockfile/pycache/symlinklockfile.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/lockfile/linklockfile.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/lockfile/mkdirlockfile.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/lockfile/pidlockfile.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/lockfile/sqlitelockfile.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/lockfile/symlinklockfile.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/msgpack/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/msgpack/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/msgpack/pycache/_version.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/msgpack/pycache/exceptions.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/msgpack/pycache/fallback.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/msgpack/_version.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/msgpack/exceptions.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/msgpack/fallback.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/about.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/pycache/about.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/pycache/_compat.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/pycache/_structures.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/pycache/markers.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/pycache/requirements.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/pycache/specifiers.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/pycache/utils.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/pycache/version.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/_compat.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/_structures.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/markers.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/requirements.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/specifiers.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/utils.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/packaging/version.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pep517/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pep517/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pep517/pycache/_in_process.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pep517/pycache/check.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pep517/pycache/colorlog.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pep517/pycache/compat.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pep517/pycache/envbuild.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pep517/pycache/wrappers.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pep517/_in_process.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pep517/check.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pep517/colorlog.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pep517/compat.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pep517/envbuild.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pep517/wrappers.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pkg_resources/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pkg_resources/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pkg_resources/pycache/py31compat.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pkg_resources/py31compat.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/progress/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/progress/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/progress/pycache/bar.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/progress/pycache/counter.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/progress/pycache/helpers.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/progress/pycache/spinner.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/progress/bar.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/progress/counter.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/progress/helpers.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/progress/spinner.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pyparsing.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pytoml/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pytoml/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pytoml/pycache/core.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pytoml/pycache/parser.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pytoml/pycache/writer.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pytoml/core.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pytoml/parser.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/pytoml/writer.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/version.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/_internal_utils.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/adapters.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/api.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/auth.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/certs.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/compat.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/cookies.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/exceptions.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/help.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/hooks.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/models.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/packages.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/sessions.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/status_codes.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/structures.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/pycache/utils.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/version.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/_internal_utils.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/adapters.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/api.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/auth.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/certs.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/compat.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/cookies.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/exceptions.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/help.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/hooks.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/models.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/packages.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/sessions.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/status_codes.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/structures.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/requests/utils.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/retrying.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/six.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/pycache/_collections.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/pycache/connection.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/pycache/connectionpool.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/pycache/exceptions.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/pycache/fields.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/pycache/filepost.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/pycache/poolmanager.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/pycache/request.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/pycache/response.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/_collections.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/connection.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/connectionpool.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/pycache/appengine.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/pycache/ntlmpool.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/pycache/pyopenssl.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/pycache/securetransport.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/pycache/socks.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/_securetransport/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/_securetransport/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/_securetransport/pycache/bindings.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/_securetransport/pycache/low_level.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/appengine.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/securetransport.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/contrib/socks.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/exceptions.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/fields.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/filepost.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/pycache/ordered_dict.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/pycache/six.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/backports/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/backports/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/backports/pycache/makefile.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/ordered_dict.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/six.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/pycache/_implementation.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/packages/ssl_match_hostname/_implementation.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/poolmanager.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/request.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/response.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/pycache/connection.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/pycache/queue.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/pycache/request.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/pycache/response.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/pycache/retry.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/vendor/urllib3/util/pycache/ssl.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/pycache/timeout.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/pycache/url.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/pycache/wait.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/connection.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/queue.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/request.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/response.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/retry.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/vendor/urllib3/util/ssl.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/timeout.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/url.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/urllib3/util/wait.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/webencodings/init.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/webencodings/pycache/init.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/webencodings/pycache/labels.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/webencodings/pycache/mklabels.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/webencodings/pycache/tests.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/webencodings/pycache/x_user_defined.cpython-36.pyc
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/webencodings/labels.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/webencodings/mklabels.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/webencodings/tests.py
Replacing /home/opal/.local/lib/python3.6/site-packages/pip/_vendor/webencodings/x_user_defined.py
Cleaning up...
Removed build tracker '/tmp/pip-req-tracker-yo1bqn6y'
Command "/usr/bin/python3 -c "import setuptools, tokenize;file='/home/opal/temp/src/pip/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" develop --no-deps --user --prefix=" failed with error code 1 in /home/opal/temp/src/pip/
Exception information:
Traceback (most recent call last):
File "/home/opal/.local/lib/python3.6/site-packages/pip/_internal/cli/base_command.py", line 143, in main
status = self.run(options, args)
File "/home/opal/.local/lib/python3.6/site-packages/pip/_internal/commands/install.py", line 366, in run
use_user_site=options.use_user_site,
File "/home/opal/.local/lib/python3.6/site-packages/pip/_internal/req/init.py", line 49, in install_given_reqs
**kwargs
File "/home/opal/.local/lib/python3.6/site-packages/pip/_internal/req/req_install.py", line 750, in install
install_options, global_options, prefix=prefix,
File "/home/opal/.local/lib/python3.6/site-packages/pip/_internal/req/req_install.py", line 628, in install_editable
show_stdout=False,
File "/home/opal/.local/lib/python3.6/site-packages/pip/_internal/utils/misc.py", line 705, in call_subprocess
% (command_desc, proc.returncode, cwd))
pip._internal.exceptions.InstallationError: Command "/usr/bin/python3 -c "import setuptools, tokenize;file='/home/opal/temp/src/pip/setup.py';f=getattr(tokenize, 'open', open)(file);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, file, 'exec'))" develop --no-deps --user --prefix=" failed with error code 1 in /home/opal/temp/src/pip/

</details>
@benoit-pierre
Copy link
Member

Duplicate of #5317, also see pypa/setuptools#1405.

@software-opal
Copy link
Author

Sorry about that. I didn't read deep enough into the other issue, I'll close this one

@lock
Copy link

lock bot commented May 31, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label May 31, 2019
@lock lock bot locked as resolved and limited conversation to collaborators May 31, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation
Projects
None yet
Development

No branches or pull requests

2 participants