2022-02-03T12:46:23,496 Created temporary directory: /tmp/pip-ephem-wheel-cache-xm3dw2c_ 2022-02-03T12:46:23,502 Created temporary directory: /tmp/pip-req-tracker-dlyrftq9 2022-02-03T12:46:23,503 Initialized build tracking at /tmp/pip-req-tracker-dlyrftq9 2022-02-03T12:46:23,504 Created build tracker: /tmp/pip-req-tracker-dlyrftq9 2022-02-03T12:46:23,504 Entered build tracker: /tmp/pip-req-tracker-dlyrftq9 2022-02-03T12:46:23,505 Created temporary directory: /tmp/pip-wheel-9sxfkqy7 2022-02-03T12:46:23,577 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-02-03T12:46:23,583 2 location(s) to search for versions of amaz3dpy: 2022-02-03T12:46:23,583 * https://pypi.org/simple/amaz3dpy/ 2022-02-03T12:46:23,583 * https://www.piwheels.org/simple/amaz3dpy/ 2022-02-03T12:46:23,584 Fetching project page and analyzing links: https://pypi.org/simple/amaz3dpy/ 2022-02-03T12:46:23,585 Getting page https://pypi.org/simple/amaz3dpy/ 2022-02-03T12:46:23,589 Found index url https://pypi.org/simple 2022-02-03T12:46:23,785 Skipping link: No binaries permitted for amaz3dpy: https://files.pythonhosted.org/packages/48/97/1156cdca66deca99e032fe1646ee9365fd04496bdb0fe49711f521ff5667/amaz3dpy-0.1.1-py3-none-any.whl#sha256=1eb7b825ee56c7c4005c89b7cff569748361e67370fe777483631a5ecfe846ce (from https://pypi.org/simple/amaz3dpy/) (requires-python:>=3.9.1,<4.0.0) 2022-02-03T12:46:23,787 Link requires a different Python (3.7.3 not in: '>=3.9.1,<4.0.0'): https://files.pythonhosted.org/packages/c8/da/823c6e56dce39ff07d6c5035a853c8effca6c9c84022befac53ba1d51fe6/amaz3dpy-0.1.1.tar.gz#sha256=0741cc8b2b32d8bff8fd62b8d9d456fe71f04e3ccc41c930cb4e750e76ef8155 (from https://pypi.org/simple/amaz3dpy/) (requires-python:>=3.9.1,<4.0.0) 2022-02-03T12:46:23,788 Fetching project page and analyzing links: https://www.piwheels.org/simple/amaz3dpy/ 2022-02-03T12:46:23,788 Getting page https://www.piwheels.org/simple/amaz3dpy/ 2022-02-03T12:46:23,790 Found index url https://www.piwheels.org/simple 2022-02-03T12:46:24,018 Skipping link: not a file: https://www.piwheels.org/simple/amaz3dpy/ 2022-02-03T12:46:24,019 Skipping link: not a file: https://pypi.org/simple/amaz3dpy/ 2022-02-03T12:46:24,052 Given no hashes to check 0 links for project 'amaz3dpy': discarding no candidates 2022-02-03T12:46:24,053 ERROR: Could not find a version that satisfies the requirement amaz3dpy==0.1.1 (from versions: none) 2022-02-03T12:46:24,054 ERROR: No matching distribution found for amaz3dpy==0.1.1 2022-02-03T12:46:24,054 Exception information: 2022-02-03T12:46:24,054 Traceback (most recent call last): 2022-02-03T12:46:24,054 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 349, in resolve 2022-02-03T12:46:24,054 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-02-03T12:46:24,054 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2022-02-03T12:46:24,054 raise RequirementsConflicted(criterion) 2022-02-03T12:46:24,054 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('amaz3dpy==0.1.1') 2022-02-03T12:46:24,054 2022-02-03T12:46:24,054 During handling of the above exception, another exception occurred: 2022-02-03T12:46:24,054 2022-02-03T12:46:24,054 Traceback (most recent call last): 2022-02-03T12:46:24,054 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2022-02-03T12:46:24,054 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-02-03T12:46:24,054 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 482, in resolve 2022-02-03T12:46:24,054 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-02-03T12:46:24,054 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 351, in resolve 2022-02-03T12:46:24,054 raise ResolutionImpossible(e.criterion.information) 2022-02-03T12:46:24,054 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('amaz3dpy==0.1.1'), parent=None)] 2022-02-03T12:46:24,054 2022-02-03T12:46:24,054 The above exception was the direct cause of the following exception: 2022-02-03T12:46:24,054 2022-02-03T12:46:24,054 Traceback (most recent call last): 2022-02-03T12:46:24,054 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 164, in exc_logging_wrapper 2022-02-03T12:46:24,054 status = run_func(*args) 2022-02-03T12:46:24,054 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-02-03T12:46:24,054 return func(self, options, args) 2022-02-03T12:46:24,054 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2022-02-03T12:46:24,054 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-02-03T12:46:24,054 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2022-02-03T12:46:24,054 raise error from e 2022-02-03T12:46:24,054 pip._internal.exceptions.DistributionNotFound: No matching distribution found for amaz3dpy==0.1.1 2022-02-03T12:46:24,063 Removed build tracker: '/tmp/pip-req-tracker-dlyrftq9'