ishanra

coala issue

Oct 9th, 2021
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 27.13 KB | None | 0 0
  1. (coalaenv)../../:~/github/coala/coala-bears$ pip3 install -r test-requirements.txt -r requirements.txt
  2. Defaulting to user installation because normal site-packages is not writeable
  3. Collecting pytest-reqs
  4.   Cloning https://github.com/jayvdb/pytest-reqs (to revision coala) to /tmp/pip-install-cpyos43_/pytest-reqs_dc87ba45e9024d2db169408460ae3186
  5.   Running command git clone -q https://github.com/jayvdb/pytest-reqs /tmp/pip-install-cpyos43_/pytest-reqs_dc87ba45e9024d2db169408460ae3186
  6.   Running command git checkout -b coala --track origin/coala
  7.   Switched to a new branch 'coala'
  8.   Branch 'coala' set up to track remote branch 'coala' from 'origin'.
  9. Collecting pytest-cov-threshold
  10.   Cloning https://github.com/krkd/pytest-cov-threshold to /tmp/pip-install-cpyos43_/pytest-cov-threshold_fd6550642da646bfb3645669d28bb0d2
  11.   Running command git clone -q https://github.com/krkd/pytest-cov-threshold /tmp/pip-install-cpyos43_/pytest-cov-threshold_fd6550642da646bfb3645669d28bb0d2
  12. Collecting coala
  13.   Cloning https://github.com/coala/coala to /tmp/pip-install-cpyos43_/coala_7fba13495fc240b9a11f709967604efc
  14.   Running command git clone -q https://github.com/coala/coala /tmp/pip-install-cpyos43_/coala_7fba13495fc240b9a11f709967604efc
  15. Requirement already satisfied: colorama<0.4 in /home/shani/.local/lib/python3.8/site-packages (from -r test-requirements.txt (line 5)) (0.3.9)
  16. Collecting coverage==4.4.1
  17.   Using cached coverage-4.4.1.tar.gz (369 kB)
  18. Collecting coverage-env-plugin~=0.1
  19.   Using cached coverage_env_plugin-0.2.0-py2.py3-none-any.whl (2.6 kB)
  20. Collecting coverage-config-reload-plugin~=0.2
  21.   Using cached coverage_config_reload_plugin-0.3.0-py2.py3-none-any.whl (3.9 kB)
  22. Collecting codecov~=2.1.0
  23.   Using cached codecov-2.1.12-py2.py3-none-any.whl (16 kB)
  24. Collecting moban~=0.5.0
  25.   Using cached moban-0.5.0-py2.py3-none-any.whl (37 kB)
  26. Collecting packaging~=16.8
  27.   Using cached packaging-16.8-py2.py3-none-any.whl (23 kB)
  28. Collecting pytest~=4.6
  29.   Using cached pytest-4.6.11-py2.py3-none-any.whl (231 kB)
  30. Collecting pytest-cov~=2.4
  31.   Using cached pytest_cov-2.12.1-py2.py3-none-any.whl (20 kB)
  32. Collecting pytest-env~=0.6.0
  33.   Using cached pytest-env-0.6.2.tar.gz (1.7 kB)
  34. Collecting pytest-instafail~=0.3.0
  35.   Using cached pytest-instafail-0.3.0.tar.gz (5.3 kB)
  36. Collecting pytest-mock~=1.1
  37.   Using cached pytest_mock-1.13.0-py2.py3-none-any.whl (10 kB)
  38. Collecting pytest-profiling~=1.3.0
  39.   Using cached pytest-profiling-1.3.0.tar.gz (27 kB)
  40. Collecting pytest-pythonpath~=0.7.0
  41.   Using cached pytest-pythonpath-0.7.3.tar.gz (4.5 kB)
  42. Collecting pytest-reorder~=0.1.0
  43.   Using cached pytest_reorder-0.1.1-py3-none-any.whl (5.7 kB)
  44. Collecting pytest-timeout~=1.3.0
  45.   Using cached pytest_timeout-1.3.4-py2.py3-none-any.whl (10 kB)
  46. Collecting pytest-travis-fold~=1.3.0
  47.   Using cached pytest_travis_fold-1.3.0-py2.py3-none-any.whl (7.9 kB)
  48. Collecting requests-mock~=1.2
  49.   Using cached requests_mock-1.9.3-py2.py3-none-any.whl (27 kB)
  50. Collecting ipdb~=0.11
  51.   Using cached ipdb-0.13.9.tar.gz (16 kB)
  52. Collecting pip<10
  53.   Using cached pip-9.0.3-py2.py3-none-any.whl (1.4 MB)
  54. Requirement already satisfied: six>=1.11.0 in /usr/lib/python3/dist-packages (from -r test-requirements.txt (line 29)) (1.14.0)
  55. Requirement already satisfied: wheel~=0.29 in /usr/lib/python3/dist-packages (from -r test-requirements.txt (line 30)) (0.34.2)
  56. Requirement already satisfied: pbr!=2.1.0,>=2.0.0 in /usr/lib/python3/dist-packages (from -r test-requirements.txt (line 31)) (5.4.5)
  57. Collecting pytest-error-for-skips
  58.   Using cached pytest_error_for_skips-2.0.2-py3-none-any.whl (4.0 kB)
  59. Collecting twine~=1.7.4
  60.   Using cached twine-1.7.4-py2.py3-none-any.whl (25 kB)
  61. Collecting tox~=3.12.0
  62.   Using cached tox-3.12.1-py2.py3-none-any.whl (79 kB)
  63. Collecting tox-travis
  64.   Using cached tox_travis-0.12-py2.py3-none-any.whl (10 kB)
  65. Collecting tox-backticks
  66.   Using cached tox-backticks-0.3.0.tar.gz (6.1 kB)
  67. Collecting tox-pyenv
  68.   Using cached tox_pyenv-1.1.0-py2.py3-none-any.whl (6.8 kB)
  69. Collecting HTTPolice~=0.5.2
  70.   Using cached HTTPolice-0.5.2-py2.py3-none-any.whl (139 kB)
  71. Collecting aenum~=2.0.8
  72.   Using cached aenum-2.0.10-py3-none-any.whl (37 kB)
  73. Collecting apertium-lint~=0.29
  74.   Using cached apertium_lint-0.29.tar.gz (18 kB)
  75. Collecting autoflake~=0.7
  76.   Using cached autoflake-0.7.tar.gz (12 kB)
  77. Requirement already satisfied: autopep8~=1.2 in /home/shani/.local/lib/python3.8/site-packages (from -r bear-requirements.txt (line 5)) (1.5.7)
  78. Requirement already satisfied: bandit<1.6.3,~=1.2 in /home/shani/.local/lib/python3.8/site-packages (from -r bear-requirements.txt (line 6)) (1.6.2)
  79. Collecting bashate~=0.5.1
  80.   Using cached bashate-0.5.1.tar.gz (27 kB)
  81. Requirement already satisfied: cmakelint~=1.3 in /home/shani/.local/lib/python3.8/site-packages (from -r bear-requirements.txt (line 8)) (1.4.1)
  82. Requirement already satisfied: cppclean~=0.12.0 in /home/shani/.local/lib/python3.8/site-packages (from -r bear-requirements.txt (line 9)) (0.12)
  83. Requirement already satisfied: cpplint~=1.3 in /home/shani/.local/lib/python3.8/site-packages (from -r bear-requirements.txt (line 10)) (1.5.5)
  84. Requirement already satisfied: dennis~=0.9 in /home/shani/.local/lib/python3.8/site-packages (from -r bear-requirements.txt (line 11)) (0.9)
  85. Collecting docutils-ast-writer~=0.1.2
  86.   Using cached docutils-ast-writer-0.1.2.tar.gz (2.1 kB)
  87. Requirement already satisfied: eradicate~=0.1.6 in /home/shani/.local/lib/python3.8/site-packages (from -r bear-requirements.txt (line 13)) (0.1.6)
  88. Collecting git-url-parse~=1.1
  89.   Using cached git_url_parse-1.2.2-py3-none-any.whl (5.6 kB)
  90. Requirement already satisfied: guess-language-spirit~=0.5.2 in /home/shani/.local/lib/python3.8/site-packages (from -r bear-requirements.txt (line 15)) (0.5.3)
  91. Collecting html-linter~=0.4.0
  92.   Using cached html-linter-0.4.0.tar.gz (19 kB)
  93. Requirement already satisfied: isort~=4.2 in /home/shani/.local/lib/python3.8/site-packages (from -r bear-requirements.txt (line 17)) (4.3.21)
  94. Collecting language-check~=1.0
  95.   Using cached language-check-1.1.tar.gz (33 kB)
  96. Requirement already satisfied: libclang-py3~=3.4.0 in /home/shani/.local/lib/python3.8/site-packages (from -r bear-requirements.txt (line 19)) (3.4.0)
  97. Collecting lxml<4.4.0,>=1.0
  98.   Using cached lxml-4.3.5.tar.gz (4.4 MB)
  99. Collecting memento-client~=0.6.1
  100.   Using cached memento_client-0.6.1-py2.py3-none-any.whl (10 kB)
  101. Collecting munkres~=1.1.2
  102.   Using cached munkres-1.1.4-py2.py3-none-any.whl (7.0 kB)
  103. Collecting mypy==0.590
  104.   Using cached mypy-0.590-py3-none-any.whl (1.3 MB)
  105. Requirement already satisfied: nbformat~=4.1 in /home/shani/.local/lib/python3.8/site-packages (from -r bear-requirements.txt (line 24)) (4.4.0)
  106. Requirement already satisfied: nltk~=3.2 in /home/shani/.local/lib/python3.8/site-packages (from -r bear-requirements.txt (line 25)) (3.6.3)
  107. Requirement already satisfied: proselint~=0.7.0 in /home/shani/.local/lib/python3.8/site-packages (from -r bear-requirements.txt (line 26)) (0.7.0)
  108. Requirement already satisfied: pycodestyle~=2.2 in /home/shani/.local/lib/python3.8/site-packages (from -r bear-requirements.txt (line 27)) (2.7.0)
  109. Collecting pydocstyle~=2.0
  110.   Using cached pydocstyle-2.1.1-py3-none-any.whl (31 kB)
  111. Collecting pyflakes~=2.0.0
  112.   Using cached pyflakes-2.0.0-py2.py3-none-any.whl (53 kB)
  113. Collecting pylint~=1.7.2
  114.   Using cached pylint-1.7.6-py2.py3-none-any.whl (640 kB)
  115. Requirement already satisfied: pyroma~=2.2.0 in /home/shani/.local/lib/python3.8/site-packages (from -r bear-requirements.txt (line 31)) (2.2)
  116. Requirement already satisfied: pyyaml~=3.12 in /home/shani/.local/lib/python3.8/site-packages (from -r bear-requirements.txt (line 32)) (3.13)
  117. Requirement already satisfied: radon==1.4.0 in /home/shani/.local/lib/python3.8/site-packages (from -r bear-requirements.txt (line 33)) (1.4.0)
  118. Requirement already satisfied: restructuredtext-lint~=1.0 in /home/shani/.local/lib/python3.8/site-packages (from -r bear-requirements.txt (line 34)) (1.0.1)
  119. Collecting rstcheck~=3.1
  120.   Using cached rstcheck-3.3.1.tar.gz (13 kB)
  121. Collecting safety~=1.8.2
  122.   Using cached safety-1.8.7-py2.py3-none-any.whl (14 kB)
  123. Requirement already satisfied: scspell3k~=2.0 in /home/shani/.local/lib/python3.8/site-packages (from -r bear-requirements.txt (line 37)) (2.2)
  124. Collecting sqlparse~=0.2.4
  125.   Using cached sqlparse-0.2.4-py2.py3-none-any.whl (38 kB)
  126. Collecting vim-vint!=0.3.19,~=0.3.12
  127.   Using cached vim_vint-0.3.21-py2.py3-none-any.whl (89 kB)
  128. Collecting vulture~=0.25.0
  129.   Using cached vulture-0.25-py2.py3-none-any.whl (20 kB)
  130. Collecting yamllint~=1.12.0
  131.   Using cached yamllint-1.12.1-py2.py3-none-any.whl (44 kB)
  132. Collecting yapf>=0.21.0<0.27.0
  133.   Using cached yapf-0.31.0-py2.py3-none-any.whl (185 kB)
  134. Collecting pip_api>=0.0.2
  135.   Using cached pip_api-0.0.22-py3-none-any.whl (107 kB)
  136. Requirement already satisfied: appdirs~=1.4 in /usr/lib/python3/dist-packages (from coala->-r requirements.txt (line 3)) (1.4.3)
  137. Collecting cached-property~=1.4.3
  138.   Using cached cached_property-1.4.3-py2.py3-none-any.whl (10 kB)
  139. Collecting cli-helpers~=1.0.2
  140.   Using cached cli_helpers-1.0.2-py3-none-any.whl (12 kB)
  141. Collecting coala-utils==0.7.0
  142.   Using cached coala_utils-0.7.0-py3-none-any.whl (24 kB)
  143. Requirement already satisfied: colorlog<4.0,>=2.7 in /home/shani/.local/lib/python3.8/site-packages (from coala->-r requirements.txt (line 3)) (2.10.0)
  144. Requirement already satisfied: dependency-management>0.4.* in /home/shani/.local/lib/python3.8/site-packages (from coala->-r requirements.txt (line 3)) (0.4.0)
  145. Requirement already satisfied: Pygments~=2.1 in /home/shani/.local/lib/python3.8/site-packages (from coala->-r requirements.txt (line 3)) (2.10.0)
  146. Requirement already satisfied: PyPrint~=0.2.6 in /home/shani/.local/lib/python3.8/site-packages (from coala->-r requirements.txt (line 3)) (0.2.6)
  147. Requirement already satisfied: requests~=2.12 in /usr/lib/python3/dist-packages (from coala->-r requirements.txt (line 3)) (2.22.0)
  148. Requirement already satisfied: setuptools>=21.2.2 in /home/shani/.local/lib/python3.8/site-packages (from coala->-r requirements.txt (line 3)) (57.4.0)
  149. Requirement already satisfied: unidiff~=0.5.2 in /home/shani/.local/lib/python3.8/site-packages (from coala->-r requirements.txt (line 3)) (0.5.5)
  150. Collecting typed-ast<1.2.0,>=1.1.0
  151.   Using cached typed-ast-1.1.2.tar.gz (202 kB)
  152. Requirement already satisfied: mando<0.4,>=0.3 in /home/shani/.local/lib/python3.8/site-packages (from radon==1.4.0->-r bear-requirements.txt (line 33)) (0.3.3)
  153. Collecting testfixtures~=5.3.1
  154.   Using cached testfixtures-5.3.1-py2.py3-none-any.whl (75 kB)
  155. Requirement already satisfied: termcolor~=1.1.0 in /home/shani/.local/lib/python3.8/site-packages (from PyPrint~=0.2.6->coala->-r requirements.txt (line 3)) (1.1.0)
  156. Collecting crayons>=0.1.0
  157.   Using cached crayons-0.4.0-py2.py3-none-any.whl (4.6 kB)
  158. Requirement already satisfied: GitPython>=2.0.0 in /home/shani/.local/lib/python3.8/site-packages (from moban~=0.5.0->-r test-requirements.txt (line 13)) (3.1.24)
  159. Collecting lml>=0.0.9
  160.   Using cached lml-0.1.0-py2.py3-none-any.whl (10 kB)
  161. Requirement already satisfied: jinja2>=2.7.1 in /home/shani/.local/lib/python3.8/site-packages (from moban~=0.5.0->-r test-requirements.txt (line 13)) (3.0.2)
  162. Collecting ruamel.yaml>=0.15.98
  163.   Using cached ruamel.yaml-0.17.16-py3-none-any.whl (109 kB)
  164. Requirement already satisfied: pyparsing in /home/shani/.local/lib/python3.8/site-packages (from packaging~=16.8->-r test-requirements.txt (line 14)) (2.4.7)
  165. Collecting pluggy<1.0,>=0.12
  166.   Using cached pluggy-0.13.1-py2.py3-none-any.whl (18 kB)
  167. Collecting py>=1.5.0
  168.   Using cached py-1.10.0-py2.py3-none-any.whl (97 kB)
  169. Requirement already satisfied: more-itertools>=4.0.0 in /usr/lib/python3/dist-packages (from pytest~=4.6->-r test-requirements.txt (line 15)) (4.2.0)
  170. Requirement already satisfied: attrs>=17.4.0 in /usr/local/lib/python3.8/dist-packages (from pytest~=4.6->-r test-requirements.txt (line 15)) (21.2.0)
  171. Collecting atomicwrites>=1.0
  172.   Using cached atomicwrites-1.4.0-py2.py3-none-any.whl (6.8 kB)
  173. Collecting wcwidth
  174.   Using cached wcwidth-0.2.5-py2.py3-none-any.whl (30 kB)
  175. Collecting pytest-cov~=2.4
  176.   Using cached pytest_cov-2.12.0-py2.py3-none-any.whl (20 kB)
  177. Collecting coverage[toml]>=5.2.1
  178.   Using cached coverage-6.0.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (255 kB)
  179. Collecting gprof2dot
  180.   Using cached gprof2dot-2021.2.21.tar.gz (31 kB)
  181. Collecting ipython>=7.17.0
  182.   Using cached ipython-7.28.0-py3-none-any.whl (788 kB)
  183. Requirement already satisfied: toml>=0.10.2 in /home/shani/.local/lib/python3.8/site-packages (from ipdb~=0.11->-r test-requirements.txt (line 27)) (0.10.2)
  184. Requirement already satisfied: decorator in /home/shani/.local/lib/python3.8/site-packages (from ipdb~=0.11->-r test-requirements.txt (line 27)) (5.0.9)
  185. Collecting clint
  186.   Using cached clint-0.5.1.tar.gz (29 kB)
  187. Collecting requests-toolbelt>=0.5.1
  188.   Using cached requests_toolbelt-0.9.1-py2.py3-none-any.whl (54 kB)
  189. Collecting pkginfo>=1.0
  190.   Using cached pkginfo-1.7.1-py2.py3-none-any.whl (25 kB)
  191. Requirement already satisfied: filelock<4,>=3.0.0 in /usr/lib/python3/dist-packages (from tox~=3.12.0->-r test-requirements.txt (line 35)) (3.0.12)
  192. Requirement already satisfied: virtualenv>=14.0.0 in /usr/lib/python3/dist-packages (from tox~=3.12.0->-r test-requirements.txt (line 35)) (20.0.17)
  193. Collecting brotlipy>=0.5.1
  194.   Using cached brotlipy-0.7.0-cp38-cp38-manylinux1_x86_64.whl (1.1 MB)
  195. Collecting dominate>=2.2.0
  196.   Using cached dominate-2.6.0-py2.py3-none-any.whl (29 kB)
  197. Collecting defusedxml>=0.5.0
  198.   Using cached defusedxml-0.7.1-py2.py3-none-any.whl (25 kB)
  199. Collecting singledispatch>=3.4.0.3
  200.   Using cached singledispatch-3.7.0-py2.py3-none-any.whl (9.2 kB)
  201. Collecting bitstring>=3.1.4
  202.   Using cached bitstring-3.1.9-py3-none-any.whl (38 kB)
  203. Requirement already satisfied: stevedore>=1.20.0 in /home/shani/.local/lib/python3.8/site-packages (from bandit<1.6.3,~=1.2->-r bear-requirements.txt (line 6)) (3.4.0)
  204. Requirement already satisfied: Babel>=1.3 in /home/shani/.local/lib/python3.8/site-packages (from bashate~=0.5.1->-r bear-requirements.txt (line 7)) (2.9.1)
  205. Requirement already satisfied: click>=6 in /home/shani/.local/lib/python3.8/site-packages (from dennis~=0.9->-r bear-requirements.txt (line 11)) (6.6)
  206. Requirement already satisfied: polib>=1.0.8 in /home/shani/.local/lib/python3.8/site-packages (from dennis~=0.9->-r bear-requirements.txt (line 11)) (1.1.1)
  207. Requirement already satisfied: docutils>=0.12 in /home/shani/.local/lib/python3.8/site-packages (from docutils-ast-writer~=0.1.2->-r bear-requirements.txt (line 12)) (0.17.1)
  208. Requirement already satisfied: template-remover in /home/shani/.local/lib/python3.8/site-packages (from html-linter~=0.4.0->-r bear-requirements.txt (line 16)) (0.1.9)
  209. Requirement already satisfied: docopt>=0.6.1 in /usr/local/lib/python3.8/dist-packages (from html-linter~=0.4.0->-r bear-requirements.txt (line 16)) (0.6.2)
  210. Requirement already satisfied: ipython-genutils in /home/shani/.local/lib/python3.8/site-packages (from nbformat~=4.1->-r bear-requirements.txt (line 24)) (0.2.0)
  211. Requirement already satisfied: jupyter-core in /home/shani/.local/lib/python3.8/site-packages (from nbformat~=4.1->-r bear-requirements.txt (line 24)) (4.8.1)
  212. Requirement already satisfied: jsonschema!=2.5.0,>=2.4 in /usr/local/lib/python3.8/dist-packages (from nbformat~=4.1->-r bear-requirements.txt (line 24)) (3.2.0)
  213. Requirement already satisfied: traitlets>=4.1 in /home/shani/.local/lib/python3.8/site-packages (from nbformat~=4.1->-r bear-requirements.txt (line 24)) (5.1.0)
  214. Requirement already satisfied: tqdm in /home/shani/.local/lib/python3.8/site-packages (from nltk~=3.2->-r bear-requirements.txt (line 25)) (4.62.3)
  215. Requirement already satisfied: regex in /home/shani/.local/lib/python3.8/site-packages (from nltk~=3.2->-r bear-requirements.txt (line 25)) (2021.7.6)
  216. Requirement already satisfied: joblib in /home/shani/.local/lib/python3.8/site-packages (from nltk~=3.2->-r bear-requirements.txt (line 25)) (1.1.0)
  217. Requirement already satisfied: future in /usr/lib/python3/dist-packages (from proselint~=0.7.0->-r bear-requirements.txt (line 26)) (0.18.2)
  218. Requirement already satisfied: snowballstemmer in /home/shani/.local/lib/python3.8/site-packages (from pydocstyle~=2.0->-r bear-requirements.txt (line 28)) (2.1.0)
  219. Collecting astroid<1.6,>=1.5.1
  220.   Using cached astroid-1.5.3-py2.py3-none-any.whl (269 kB)
  221. Requirement already satisfied: mccabe in /home/shani/.local/lib/python3.8/site-packages (from pylint~=1.7.2->-r bear-requirements.txt (line 30)) (0.6.1)
  222. Collecting dparse>=0.4.1
  223.   Using cached dparse-0.5.1-py3-none-any.whl (12 kB)
  224. Collecting ansicolor>=0.2.4
  225.   Using cached ansicolor-0.3.2-py2.py3-none-any.whl (9.8 kB)
  226. Requirement already satisfied: chardet>=2.3.0 in /usr/lib/python3/dist-packages (from vim-vint!=0.3.19,~=0.3.12->-r bear-requirements.txt (line 39)) (3.0.4)
  227. Requirement already satisfied: pathspec>=0.5.3 in /home/shani/.local/lib/python3.8/site-packages (from yamllint~=1.12.0->-r bear-requirements.txt (line 41)) (0.9.0)
  228. Requirement already satisfied: wrapt in /home/shani/.local/lib/python3.8/site-packages (from astroid<1.6,>=1.5.1->pylint~=1.7.2->-r bear-requirements.txt (line 30)) (1.13.1)
  229. Requirement already satisfied: lazy-object-proxy in /home/shani/.local/lib/python3.8/site-packages (from astroid<1.6,>=1.5.1->pylint~=1.7.2->-r bear-requirements.txt (line 30)) (1.6.0)
  230. Requirement already satisfied: pytz>=2015.7 in /usr/lib/python3/dist-packages (from Babel>=1.3->bashate~=0.5.1->-r bear-requirements.txt (line 7)) (2019.3)
  231. Collecting cffi>=1.0.0
  232.   Using cached cffi-1.14.6-cp38-cp38-manylinux1_x86_64.whl (411 kB)
  233. Collecting pycparser
  234.   Using cached pycparser-2.20-py2.py3-none-any.whl (112 kB)
  235. Collecting tabulate[widechars]>=0.8.2
  236.   Using cached tabulate-0.8.9-py3-none-any.whl (25 kB)
  237. Collecting terminaltables>=3.0.0
  238.   Using cached terminaltables-3.1.0.tar.gz (12 kB)
  239. Collecting coverage[toml]>=5.2.1
  240.   Using cached coverage-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (255 kB)
  241.   Using cached coverage-5.5-cp38-cp38-manylinux2010_x86_64.whl (245 kB)
  242.   Using cached coverage-5.4-cp38-cp38-manylinux2010_x86_64.whl (245 kB)
  243.   Using cached coverage-5.3.1-cp38-cp38-manylinux2010_x86_64.whl (245 kB)
  244.   Using cached coverage-5.3-cp38-cp38-manylinux1_x86_64.whl (230 kB)
  245.   Using cached coverage-5.2.1-cp38-cp38-manylinux1_x86_64.whl (231 kB)
  246. INFO: pip is looking at multiple versions of colorlog to determine which version is compatible with other requirements. This could take a while.
  247. Collecting colorlog<4.0,>=2.7
  248.   Using cached colorlog-3.2.0-py2.py3-none-any.whl (17 kB)
  249.   Using cached colorlog-3.1.4-py2.py3-none-any.whl (13 kB)
  250.   Using cached colorlog-3.1.3-py2.py3-none-any.whl (13 kB)
  251.   Using cached colorlog-3.1.2-py2.py3-none-any.whl (17 kB)
  252.   Using cached colorlog-3.1.1-py2.py3-none-any.whl (17 kB)
  253.   Using cached colorlog-3.1.0-py2.py3-none-any.whl (17 kB)
  254.   Using cached colorlog-3.0.1-py2.py3-none-any.whl (17 kB)
  255. INFO: pip is looking at multiple versions of colorlog to determine which version is compatible with other requirements. This could take a while.
  256.   Using cached colorlog-3.0.0-py2.py3-none-any.whl (17 kB)
  257.   Using cached colorlog-2.10.0-py2.py3-none-any.whl (17 kB)
  258.   Using cached colorlog-2.9.0-py2.py3-none-any.whl (17 kB)
  259.   Using cached colorlog-2.8.0-py2.py3-none-any.whl (16 kB)
  260.   Using cached colorlog-2.7.0-py2.py3-none-any.whl (16 kB)
  261. INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
  262. INFO: pip is looking at multiple versions of click to determine which version is compatible with other requirements. This could take a while.
  263. Collecting click>=6
  264.   Downloading click-8.0.2-py3-none-any.whl (97 kB)
  265.      |████████████████████████████████| 97 kB 94 kB/s
  266.   Using cached click-8.0.1-py3-none-any.whl (97 kB)
  267.   Using cached click-8.0.0-py3-none-any.whl (96 kB)
  268.   Using cached click-7.1.2-py2.py3-none-any.whl (82 kB)
  269.   Using cached click-7.1.1-py2.py3-none-any.whl (82 kB)
  270.   Using cached click-7.1-py2.py3-none-any.whl (82 kB)
  271.   Using cached Click-7.0-py2.py3-none-any.whl (81 kB)
  272. INFO: pip is looking at multiple versions of click to determine which version is compatible with other requirements. This could take a while.
  273.   Using cached click-6.7-py2.py3-none-any.whl (71 kB)
  274.   Using cached click-6.6-py2.py3-none-any.whl (71 kB)
  275.   Using cached click-6.5.tar.gz (283 kB)
  276.   Using cached click-6.4-py2.py3-none-any.whl (70 kB)
  277.   Using cached click-6.3-py2.py3-none-any.whl (70 kB)
  278. INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
  279.   Using cached click-6.2-py2.py3-none-any.whl (70 kB)
  280.   Using cached click-6.1-py2.py3-none-any.whl (70 kB)
  281.   Using cached click-6.0-py2.py3-none-any.whl (70 kB)
  282. INFO: pip is looking at multiple versions of cli-helpers to determine which version is compatible with other requirements. This could take a while.
  283. INFO: pip is looking at multiple versions of chardet to determine which version is compatible with other requirements. This could take a while.
  284. Collecting chardet>=2.3.0
  285.   Using cached chardet-4.0.0-py2.py3-none-any.whl (178 kB)
  286.   Using cached chardet-3.0.4-py2.py3-none-any.whl (133 kB)
  287.   Using cached chardet-3.0.3-py2.py3-none-any.whl (133 kB)
  288.   Using cached chardet-3.0.2-py2.py3-none-any.whl (133 kB)
  289.   Using cached chardet-3.0.1-py2.py3-none-any.whl (133 kB)
  290.   Using cached chardet-3.0.0-py2.py3-none-any.whl (133 kB)
  291.   Using cached chardet-2.3.0-py2.py3-none-any.whl (180 kB)
  292. INFO: pip is looking at multiple versions of cli-helpers to determine which version is compatible with other requirements. This could take a while.
  293. INFO: pip is looking at multiple versions of chardet to determine which version is compatible with other requirements. This could take a while.
  294. INFO: pip is looking at multiple versions of cffi to determine which version is compatible with other requirements. This could take a while.
  295. Collecting cffi>=1.0.0
  296.   Using cached cffi-1.14.5-cp38-cp38-manylinux1_x86_64.whl (411 kB)
  297. INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
  298. INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
  299.   Using cached cffi-1.14.4-cp38-cp38-manylinux1_x86_64.whl (411 kB)
  300.   Using cached cffi-1.14.3-cp38-cp38-manylinux1_x86_64.whl (410 kB)
  301.   Using cached cffi-1.14.2-cp38-cp38-manylinux1_x86_64.whl (410 kB)
  302.   Using cached cffi-1.14.1-cp38-cp38-manylinux1_x86_64.whl (409 kB)
  303.   Using cached cffi-1.14.0-cp38-cp38-manylinux1_x86_64.whl (409 kB)
  304.   Using cached cffi-1.13.2-cp38-cp38-manylinux1_x86_64.whl (439 kB)
  305. INFO: pip is looking at multiple versions of cffi to determine which version is compatible with other requirements. This could take a while.
  306.   Using cached cffi-1.13.1-cp38-cp38-manylinux1_x86_64.whl (439 kB)
  307.   Using cached cffi-1.13.0-cp38-cp38-manylinux1_x86_64.whl (439 kB)
  308.   Using cached cffi-1.12.3.tar.gz (456 kB)
  309.   Using cached cffi-1.12.2.tar.gz (453 kB)
  310.   Using cached cffi-1.12.1.tar.gz (453 kB)
  311. INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
  312.   Using cached cffi-1.12.0.tar.gz (453 kB)
  313.   Using cached cffi-1.11.5.tar.gz (438 kB)
  314.   Using cached cffi-1.11.4.tar.gz (436 kB)
  315.   Using cached cffi-1.11.3.tar.gz (436 kB)
  316.   Using cached cffi-1.11.2.tar.gz (435 kB)
  317.   Using cached cffi-1.11.1.tar.gz (435 kB)
  318.   Using cached cffi-1.11.0.tar.gz (434 kB)
  319.   Using cached cffi-1.10.0.tar.gz (418 kB)
  320.   Using cached cffi-1.9.1.tar.gz (407 kB)
  321.   Using cached cffi-1.9.0.tar.gz (407 kB)
  322.   Using cached cffi-1.8.3.tar.gz (403 kB)
  323.   Using cached cffi-1.8.2.tar.gz (403 kB)
  324.   Using cached cffi-1.7.0.tar.gz (400 kB)
  325.   Using cached cffi-1.6.0.tar.gz (397 kB)
  326.   Using cached cffi-1.5.2.tar.gz (388 kB)
  327.   Using cached cffi-1.5.1.tar.gz (388 kB)
  328.   Using cached cffi-1.5.0.tar.gz (385 kB)
  329.   Using cached cffi-1.4.2.tar.gz (365 kB)
  330.   Using cached cffi-1.4.1.tar.gz (365 kB)
  331.   Using cached cffi-1.4.0.tar.gz (365 kB)
  332.   Using cached cffi-1.3.1.tar.gz (351 kB)
  333.   Using cached cffi-1.3.0.tar.gz (347 kB)
  334.   Using cached cffi-1.2.1.tar.gz (335 kB)
  335.   Using cached cffi-1.2.0-1.tar.gz (335 kB)
  336. WARNING: Discarding https://files.pythonhosted.org/packages/ff/6d/9f5004f4619e64e25785029d3fab9807eddc780e194ba323ecd4007fa8c5/cffi-1.2.0-1.tar.gz#sha256=9b9c2b964fd88ddbf99ea8fff65c56264c8866b77050fd53f0159e53c98c27e0 (from https://pypi.org/simple/cffi/). Requested cffi>=1.0.0 from https://files.pythonhosted.org/packages/ff/6d/9f5004f4619e64e25785029d3fab9807eddc780e194ba323ecd4007fa8c5/cffi-1.2.0-1.tar.gz#sha256=9b9c2b964fd88ddbf99ea8fff65c56264c8866b77050fd53f0159e53c98c27e0 (from brotlipy>=0.5.1->HTTPolice~=0.5.2->-r bear-requirements.txt (line 1)) has inconsistent version: filename has '1.2.0.post1', but metadata has '1.2.0'
  337.   Using cached cffi-1.1.2.tar.gz (326 kB)
  338.   Using cached cffi-1.1.1.tar.gz (326 kB)
  339.   Using cached cffi-1.1.0.tar.gz (323 kB)
  340.   Using cached cffi-1.0.3.tar.gz (317 kB)
  341.   Using cached cffi-1.0.2-2.tar.gz (317 kB)
  342. WARNING: Discarding https://files.pythonhosted.org/packages/ef/23/c6f7003ebb7b4b3fe4872f112b18ee181a3ec2b137e964093a8b35d4a5bd/cffi-1.0.2-2.tar.gz#sha256=6dc6ae05816e44c71094049321403fda1013013d68506f30914a59683a47fd32 (from https://pypi.org/simple/cffi/). Requested cffi>=1.0.0 from https://files.pythonhosted.org/packages/ef/23/c6f7003ebb7b4b3fe4872f112b18ee181a3ec2b137e964093a8b35d4a5bd/cffi-1.0.2-2.tar.gz#sha256=6dc6ae05816e44c71094049321403fda1013013d68506f30914a59683a47fd32 (from brotlipy>=0.5.1->HTTPolice~=0.5.2->-r bear-requirements.txt (line 1)) has inconsistent version: filename has '1.0.2.post2', but metadata has '1.0.2'
  343.   Using cached cffi-1.0.1.tar.gz (316 kB)
  344.   Using cached cffi-1.0.0.tar.gz (315 kB)
  345. INFO: pip is looking at multiple versions of cached-property to determine which version is compatible with other requirements. This could take a while.
  346. INFO: pip is looking at multiple versions of brotlipy to determine which version is compatible with other requirements. This could take a while.
  347. Collecting brotlipy>=0.5.1
  348.   Using cached brotlipy-0.6.0.tar.gz (437 kB)
  349.  
  350. You might need to provide the dependency resolver with stricter constraints to reduce runtime. If you want to abort this run, you can press Ctrl + C to do so. To improve how pip performs, tell us what happened here: https://pip.pypa.io/surveys/backtracking
Advertisement
Add Comment
Please, Sign In to add comment