2022-03-23T10:34:08,966 Created temporary directory: /tmp/pip-ephem-wheel-cache-0c8c_pxh 2022-03-23T10:34:08,972 Created temporary directory: /tmp/pip-req-tracker-rt5vyjlt 2022-03-23T10:34:08,973 Initialized build tracking at /tmp/pip-req-tracker-rt5vyjlt 2022-03-23T10:34:08,973 Created build tracker: /tmp/pip-req-tracker-rt5vyjlt 2022-03-23T10:34:08,974 Entered build tracker: /tmp/pip-req-tracker-rt5vyjlt 2022-03-23T10:34:08,975 Created temporary directory: /tmp/pip-wheel-_a829dkt 2022-03-23T10:34:09,045 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-03-23T10:34:09,048 2 location(s) to search for versions of hlbase: 2022-03-23T10:34:09,048 * https://pypi.org/simple/hlbase/ 2022-03-23T10:34:09,048 * https://www.piwheels.org/simple/hlbase/ 2022-03-23T10:34:09,049 Fetching project page and analyzing links: https://pypi.org/simple/hlbase/ 2022-03-23T10:34:09,051 Getting page https://pypi.org/simple/hlbase/ 2022-03-23T10:34:09,055 Found index url https://pypi.org/simple 2022-03-23T10:34:09,369 Found link https://files.pythonhosted.org/packages/33/63/acc49bf459f1dd2e1c1e523ed2335512eb54b0f8f9510b692143cbbe2d4a/hlbase-1.0.tar.gz#sha256=e24f0fc258d3b76bc0de744dce63f92de52a88296a0c3a1396b705abc2df9588 (from https://pypi.org/simple/hlbase/), version: 1.0 2022-03-23T10:34:09,370 Fetching project page and analyzing links: https://www.piwheels.org/simple/hlbase/ 2022-03-23T10:34:09,371 Getting page https://www.piwheels.org/simple/hlbase/ 2022-03-23T10:34:09,373 Found index url https://www.piwheels.org/simple 2022-03-23T10:34:09,641 Given no hashes to check 1 links for project 'hlbase': discarding no candidates 2022-03-23T10:34:09,673 Collecting hlbase==1.0 2022-03-23T10:34:09,677 Created temporary directory: /tmp/pip-unpack-_ybgv89g 2022-03-23T10:34:09,905 Downloading hlbase-1.0.tar.gz (5.4 kB) 2022-03-23T10:34:09,980 Added hlbase==1.0 from https://files.pythonhosted.org/packages/33/63/acc49bf459f1dd2e1c1e523ed2335512eb54b0f8f9510b692143cbbe2d4a/hlbase-1.0.tar.gz#sha256=e24f0fc258d3b76bc0de744dce63f92de52a88296a0c3a1396b705abc2df9588 to build tracker '/tmp/pip-req-tracker-rt5vyjlt' 2022-03-23T10:34:09,982 Running setup.py (path:/tmp/pip-wheel-_a829dkt/hlbase_1195493dba3b49bfae4b40485bd770bb/setup.py) egg_info for package hlbase 2022-03-23T10:34:09,984 Created temporary directory: /tmp/pip-pip-egg-info-q3wv6ga2 2022-03-23T10:34:09,985 Running command python setup.py egg_info 2022-03-23T10:34:11,955 Traceback (most recent call last): 2022-03-23T10:34:11,957 File "", line 1, in 2022-03-23T10:34:11,958 File "/usr/lib/python3.5/tokenize.py", line 454, in open 2022-03-23T10:34:11,960 buffer = _builtin_open(filename, 'rb') 2022-03-23T10:34:11,961 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-_a829dkt/hlbase_1195493dba3b49bfae4b40485bd770bb/setup.py' 2022-03-23T10:34:12,068 WARNING: Discarding https://files.pythonhosted.org/packages/33/63/acc49bf459f1dd2e1c1e523ed2335512eb54b0f8f9510b692143cbbe2d4a/hlbase-1.0.tar.gz#sha256=e24f0fc258d3b76bc0de744dce63f92de52a88296a0c3a1396b705abc2df9588 (from https://pypi.org/simple/hlbase/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2022-03-23T10:34:12,069 ERROR: Could not find a version that satisfies the requirement hlbase==1.0 2022-03-23T10:34:12,070 ERROR: No matching distribution found for hlbase==1.0 2022-03-23T10:34:12,071 Exception information: 2022-03-23T10:34:12,071 Traceback (most recent call last): 2022-03-23T10:34:12,071 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2022-03-23T10:34:12,071 crit = self.state.criteria[name] 2022-03-23T10:34:12,071 KeyError: 'hlbase' 2022-03-23T10:34:12,071 2022-03-23T10:34:12,071 During handling of the above exception, another exception occurred: 2022-03-23T10:34:12,071 2022-03-23T10:34:12,071 Traceback (most recent call last): 2022-03-23T10:34:12,071 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2022-03-23T10:34:12,071 name, crit = self._merge_into_criterion(r, parent=None) 2022-03-23T10:34:12,071 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2022-03-23T10:34:12,071 crit = Criterion.from_requirement(self._p, requirement, parent) 2022-03-23T10:34:12,071 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2022-03-23T10:34:12,071 raise RequirementsConflicted(criterion) 2022-03-23T10:34:12,071 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('hlbase==1.0') 2022-03-23T10:34:12,071 2022-03-23T10:34:12,071 During handling of the above exception, another exception occurred: 2022-03-23T10:34:12,071 2022-03-23T10:34:12,071 Traceback (most recent call last): 2022-03-23T10:34:12,071 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2022-03-23T10:34:12,071 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2022-03-23T10:34:12,071 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2022-03-23T10:34:12,071 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-03-23T10:34:12,071 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2022-03-23T10:34:12,071 raise ResolutionImpossible(e.criterion.information) 2022-03-23T10:34:12,071 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('hlbase==1.0'), parent=None)] 2022-03-23T10:34:12,071 2022-03-23T10:34:12,071 The above exception was the direct cause of the following exception: 2022-03-23T10:34:12,071 2022-03-23T10:34:12,071 Traceback (most recent call last): 2022-03-23T10:34:12,071 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main 2022-03-23T10:34:12,071 status = self.run(options, args) 2022-03-23T10:34:12,071 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/req_command.py", line 180, in wrapper 2022-03-23T10:34:12,071 return func(self, options, args) 2022-03-23T10:34:12,071 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/commands/wheel.py", line 163, in run 2022-03-23T10:34:12,071 reqs, check_supported_wheels=True 2022-03-23T10:34:12,071 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2022-03-23T10:34:12,071 six.raise_from(error, e) 2022-03-23T10:34:12,071 File "", line 3, in raise_from 2022-03-23T10:34:12,071 pip._internal.exceptions.DistributionNotFound: No matching distribution found for hlbase==1.0 2022-03-23T10:34:12,080 Removed hlbase==1.0 from https://files.pythonhosted.org/packages/33/63/acc49bf459f1dd2e1c1e523ed2335512eb54b0f8f9510b692143cbbe2d4a/hlbase-1.0.tar.gz#sha256=e24f0fc258d3b76bc0de744dce63f92de52a88296a0c3a1396b705abc2df9588 from build tracker '/tmp/pip-req-tracker-rt5vyjlt' 2022-03-23T10:34:12,081 Removed build tracker: '/tmp/pip-req-tracker-rt5vyjlt'