2021-02-07T10:05:54,128 Created temporary directory: /tmp/pip-ephem-wheel-cache-n6dkkh3d 2021-02-07T10:05:54,131 Created temporary directory: /tmp/pip-req-tracker-l41vf4jk 2021-02-07T10:05:54,131 Initialized build tracking at /tmp/pip-req-tracker-l41vf4jk 2021-02-07T10:05:54,131 Created build tracker: /tmp/pip-req-tracker-l41vf4jk 2021-02-07T10:05:54,131 Entered build tracker: /tmp/pip-req-tracker-l41vf4jk 2021-02-07T10:05:54,132 Created temporary directory: /tmp/pip-wheel-cf5bsrrv 2021-02-07T10:05:54,165 1 location(s) to search for versions of cbpi4ui: 2021-02-07T10:05:54,165 * https://pypi.org/simple/cbpi4ui/ 2021-02-07T10:05:54,165 Fetching project page and analyzing links: https://pypi.org/simple/cbpi4ui/ 2021-02-07T10:05:54,166 Getting page https://pypi.org/simple/cbpi4ui/ 2021-02-07T10:05:54,168 Found index url https://pypi.org/simple 2021-02-07T10:05:54,254 Found link https://files.pythonhosted.org/packages/e6/6c/0d486ddc9fddd4a2f60c2e5c92485d445a5355cc2013ae02dd8e3322f350/cbpi4ui-0.0.8.tar.gz#sha256=39c9b02c79e9f8312b7a1e5892037e92df333d1fccb83a73f4dbe0ce3932571e (from https://pypi.org/simple/cbpi4ui/), version: 0.0.8 2021-02-07T10:05:54,268 Given no hashes to check 1 links for project 'cbpi4ui': discarding no candidates 2021-02-07T10:05:54,283 Collecting cbpi4ui==0.0.8 2021-02-07T10:05:54,284 Created temporary directory: /tmp/pip-unpack-bhey7o2u 2021-02-07T10:05:54,337 Downloading cbpi4ui-0.0.8.tar.gz (5.8 MB) 2021-02-07T10:05:55,776 Added cbpi4ui==0.0.8 from https://files.pythonhosted.org/packages/e6/6c/0d486ddc9fddd4a2f60c2e5c92485d445a5355cc2013ae02dd8e3322f350/cbpi4ui-0.0.8.tar.gz#sha256=39c9b02c79e9f8312b7a1e5892037e92df333d1fccb83a73f4dbe0ce3932571e to build tracker '/tmp/pip-req-tracker-l41vf4jk' 2021-02-07T10:05:55,777 Running setup.py (path:/tmp/pip-wheel-cf5bsrrv/cbpi4ui_54a2062e23a34b9f84ef4e2e5c675c67/setup.py) egg_info for package cbpi4ui 2021-02-07T10:05:55,778 Created temporary directory: /tmp/pip-pip-egg-info-1tok3je6 2021-02-07T10:05:55,778 Running command python setup.py egg_info 2021-02-07T10:05:56,582 Traceback (most recent call last): 2021-02-07T10:05:56,582 File "", line 1, in 2021-02-07T10:05:56,583 File "/tmp/pip-wheel-cf5bsrrv/cbpi4ui_54a2062e23a34b9f84ef4e2e5c675c67/setup.py", line 2, in 2021-02-07T10:05:56,583 from cbpi4ui.version import __version__ 2021-02-07T10:05:56,583 File "/tmp/pip-wheel-cf5bsrrv/cbpi4ui_54a2062e23a34b9f84ef4e2e5c675c67/cbpi4ui/__init__.py", line 3, in 2021-02-07T10:05:56,584 from aiohttp import web 2021-02-07T10:05:56,584 ModuleNotFoundError: No module named 'aiohttp' 2021-02-07T10:05:56,629 WARNING: Discarding https://files.pythonhosted.org/packages/e6/6c/0d486ddc9fddd4a2f60c2e5c92485d445a5355cc2013ae02dd8e3322f350/cbpi4ui-0.0.8.tar.gz#sha256=39c9b02c79e9f8312b7a1e5892037e92df333d1fccb83a73f4dbe0ce3932571e (from https://pypi.org/simple/cbpi4ui/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-02-07T10:05:56,630 ERROR: Could not find a version that satisfies the requirement cbpi4ui==0.0.8 2021-02-07T10:05:56,630 ERROR: No matching distribution found for cbpi4ui==0.0.8 2021-02-07T10:05:56,630 Exception information: 2021-02-07T10:05:56,630 Traceback (most recent call last): 2021-02-07T10:05:56,630 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-02-07T10:05:56,630 crit = self.state.criteria[name] 2021-02-07T10:05:56,630 KeyError: 'cbpi4ui' 2021-02-07T10:05:56,630 2021-02-07T10:05:56,630 During handling of the above exception, another exception occurred: 2021-02-07T10:05:56,630 2021-02-07T10:05:56,630 Traceback (most recent call last): 2021-02-07T10:05:56,630 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-02-07T10:05:56,630 name, crit = self._merge_into_criterion(r, parent=None) 2021-02-07T10:05:56,630 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-02-07T10:05:56,630 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-02-07T10:05:56,630 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-02-07T10:05:56,630 raise RequirementsConflicted(criterion) 2021-02-07T10:05:56,630 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('cbpi4ui==0.0.8') 2021-02-07T10:05:56,630 2021-02-07T10:05:56,630 During handling of the above exception, another exception occurred: 2021-02-07T10:05:56,630 2021-02-07T10:05:56,630 Traceback (most recent call last): 2021-02-07T10:05:56,630 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-02-07T10:05:56,630 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-02-07T10:05:56,630 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-02-07T10:05:56,630 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-02-07T10:05:56,630 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-02-07T10:05:56,630 raise ResolutionImpossible(e.criterion.information) 2021-02-07T10:05:56,630 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('cbpi4ui==0.0.8'), parent=None)] 2021-02-07T10:05:56,630 2021-02-07T10:05:56,630 The above exception was the direct cause of the following exception: 2021-02-07T10:05:56,630 2021-02-07T10:05:56,630 Traceback (most recent call last): 2021-02-07T10:05:56,630 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-02-07T10:05:56,630 status = self.run(options, args) 2021-02-07T10:05:56,630 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-02-07T10:05:56,630 return func(self, options, args) 2021-02-07T10:05:56,630 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-02-07T10:05:56,630 reqs, check_supported_wheels=True 2021-02-07T10:05:56,630 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-02-07T10:05:56,630 six.raise_from(error, e) 2021-02-07T10:05:56,630 File "", line 3, in raise_from 2021-02-07T10:05:56,630 pip._internal.exceptions.DistributionNotFound: No matching distribution found for cbpi4ui==0.0.8 2021-02-07T10:05:56,636 Removed cbpi4ui==0.0.8 from https://files.pythonhosted.org/packages/e6/6c/0d486ddc9fddd4a2f60c2e5c92485d445a5355cc2013ae02dd8e3322f350/cbpi4ui-0.0.8.tar.gz#sha256=39c9b02c79e9f8312b7a1e5892037e92df333d1fccb83a73f4dbe0ce3932571e from build tracker '/tmp/pip-req-tracker-l41vf4jk' 2021-02-07T10:05:56,636 Removed build tracker: '/tmp/pip-req-tracker-l41vf4jk'