2022-01-28T04:01:21,679 Created temporary directory: /tmp/pip-ephem-wheel-cache-ufdokc4v 2022-01-28T04:01:21,685 Created temporary directory: /tmp/pip-req-tracker-zoeudkx2 2022-01-28T04:01:21,686 Initialized build tracking at /tmp/pip-req-tracker-zoeudkx2 2022-01-28T04:01:21,686 Created build tracker: /tmp/pip-req-tracker-zoeudkx2 2022-01-28T04:01:21,686 Entered build tracker: /tmp/pip-req-tracker-zoeudkx2 2022-01-28T04:01:21,688 Created temporary directory: /tmp/pip-wheel-9ad04xzc 2022-01-28T04:01:21,760 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-01-28T04:01:21,765 2 location(s) to search for versions of axew: 2022-01-28T04:01:21,765 * https://pypi.org/simple/axew/ 2022-01-28T04:01:21,765 * https://www.piwheels.org/simple/axew/ 2022-01-28T04:01:21,767 Fetching project page and analyzing links: https://pypi.org/simple/axew/ 2022-01-28T04:01:21,768 Getting page https://pypi.org/simple/axew/ 2022-01-28T04:01:21,771 Found index url https://pypi.org/simple 2022-01-28T04:01:21,969 Skipping link: No binaries permitted for axew: https://files.pythonhosted.org/packages/d1/2f/98069702bd402cc6fc34d63ea402804fb19e5d69579074d60419b576d6ab/axew-1.0.6-py3-none-any.whl#sha256=ac4a71b05917d5b683367d992ce2973b4504848a34fc466c4cd63ce92fb2a78e (from https://pypi.org/simple/axew/) (requires-python:>=3.8) 2022-01-28T04:01:21,971 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/25/16/a52af6d44300cb60b179d59733ab4048d6c033b7b55275c894fb534c52f8/axew-1.0.6.tar.gz#sha256=83dfb1f9b2093844a65779d9bb17f291e81417fe879fc1cd01e7e36684a7170e (from https://pypi.org/simple/axew/) (requires-python:>=3.8) 2022-01-28T04:01:21,972 Skipping link: No binaries permitted for axew: https://files.pythonhosted.org/packages/b0/b5/7be75293e7e38135efd1f5b7f5ea43eb9e1811dc34348d90b1dcd4bc5a42/axew-1.0.7-py3-none-any.whl#sha256=e6535d4e2725343403af68db1f407dd9feeebe189ba07a34f1d6ea7b7a0bf922 (from https://pypi.org/simple/axew/) (requires-python:>=3.8) 2022-01-28T04:01:21,973 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/ee/19/fd27226070d7d0b31ab8d685ffdd9a060247bdd7ef6489f10d62b60eb874/axew-1.0.7.tar.gz#sha256=a9d82bf5aff770316484876ecd23471a4bc3589b5f460ac29fe151f948a0d1a8 (from https://pypi.org/simple/axew/) (requires-python:>=3.8) 2022-01-28T04:01:21,974 Fetching project page and analyzing links: https://www.piwheels.org/simple/axew/ 2022-01-28T04:01:21,975 Getting page https://www.piwheels.org/simple/axew/ 2022-01-28T04:01:21,977 Found index url https://www.piwheels.org/simple 2022-01-28T04:01:22,223 Skipping link: not a file: https://www.piwheels.org/simple/axew/ 2022-01-28T04:01:22,223 Skipping link: not a file: https://pypi.org/simple/axew/ 2022-01-28T04:01:22,256 Given no hashes to check 0 links for project 'axew': discarding no candidates 2022-01-28T04:01:22,257 ERROR: Could not find a version that satisfies the requirement axew==1.0.7 (from versions: none) 2022-01-28T04:01:22,258 ERROR: No matching distribution found for axew==1.0.7 2022-01-28T04:01:22,258 Exception information: 2022-01-28T04:01:22,258 Traceback (most recent call last): 2022-01-28T04:01:22,258 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 349, in resolve 2022-01-28T04:01:22,258 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-01-28T04:01:22,258 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2022-01-28T04:01:22,258 raise RequirementsConflicted(criterion) 2022-01-28T04:01:22,258 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('axew==1.0.7') 2022-01-28T04:01:22,258 2022-01-28T04:01:22,258 During handling of the above exception, another exception occurred: 2022-01-28T04:01:22,258 2022-01-28T04:01:22,258 Traceback (most recent call last): 2022-01-28T04:01:22,258 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2022-01-28T04:01:22,258 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-01-28T04:01:22,258 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 482, in resolve 2022-01-28T04:01:22,258 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-01-28T04:01:22,258 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 351, in resolve 2022-01-28T04:01:22,258 raise ResolutionImpossible(e.criterion.information) 2022-01-28T04:01:22,258 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('axew==1.0.7'), parent=None)] 2022-01-28T04:01:22,258 2022-01-28T04:01:22,258 The above exception was the direct cause of the following exception: 2022-01-28T04:01:22,258 2022-01-28T04:01:22,258 Traceback (most recent call last): 2022-01-28T04:01:22,258 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 164, in exc_logging_wrapper 2022-01-28T04:01:22,258 status = run_func(*args) 2022-01-28T04:01:22,258 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-01-28T04:01:22,258 return func(self, options, args) 2022-01-28T04:01:22,258 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2022-01-28T04:01:22,258 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-01-28T04:01:22,258 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2022-01-28T04:01:22,258 raise error from e 2022-01-28T04:01:22,258 pip._internal.exceptions.DistributionNotFound: No matching distribution found for axew==1.0.7 2022-01-28T04:01:22,267 Removed build tracker: '/tmp/pip-req-tracker-zoeudkx2'