2022-01-30T01:52:57,094 Created temporary directory: /tmp/pip-ephem-wheel-cache-kkevagps 2022-01-30T01:52:57,099 Created temporary directory: /tmp/pip-req-tracker-jfa32ndw 2022-01-30T01:52:57,101 Initialized build tracking at /tmp/pip-req-tracker-jfa32ndw 2022-01-30T01:52:57,101 Created build tracker: /tmp/pip-req-tracker-jfa32ndw 2022-01-30T01:52:57,102 Entered build tracker: /tmp/pip-req-tracker-jfa32ndw 2022-01-30T01:52:57,103 Created temporary directory: /tmp/pip-wheel-h_0570bh 2022-01-30T01:52:57,177 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-01-30T01:52:57,183 2 location(s) to search for versions of animalsgonewild: 2022-01-30T01:52:57,183 * https://pypi.org/simple/animalsgonewild/ 2022-01-30T01:52:57,183 * https://www.piwheels.org/simple/animalsgonewild/ 2022-01-30T01:52:57,184 Fetching project page and analyzing links: https://pypi.org/simple/animalsgonewild/ 2022-01-30T01:52:57,185 Getting page https://pypi.org/simple/animalsgonewild/ 2022-01-30T01:52:57,188 Found index url https://pypi.org/simple 2022-01-30T01:52:57,384 Skipping link: No binaries permitted for animalsgonewild: https://files.pythonhosted.org/packages/86/a3/6529985189647dd2ed591a515054f916668cb6ee314e48c70578c51392d2/animalsgonewild-1.1.0-py3-none-any.whl#sha256=d45ac6c7015c0deb4429da71e16766c5d78efa2aa4a6e91d69ccf4f438b99d83 (from https://pypi.org/simple/animalsgonewild/) (requires-python:>=3.9,<4.0) 2022-01-30T01:52:57,387 Link requires a different Python (3.7.3 not in: '>=3.9,<4.0'): https://files.pythonhosted.org/packages/11/9b/0ae52d34eed9996676fbaa2508f77a0b46f9c78c471722076f80704bd400/animalsgonewild-1.1.0.tar.gz#sha256=99d56bfc1d3d4802d583178a37b5c6163e03e9edfd10549b070e43d96826a464 (from https://pypi.org/simple/animalsgonewild/) (requires-python:>=3.9,<4.0) 2022-01-30T01:52:57,387 Fetching project page and analyzing links: https://www.piwheels.org/simple/animalsgonewild/ 2022-01-30T01:52:57,388 Getting page https://www.piwheels.org/simple/animalsgonewild/ 2022-01-30T01:52:57,390 Found index url https://www.piwheels.org/simple 2022-01-30T01:52:57,604 Skipping link: not a file: https://www.piwheels.org/simple/animalsgonewild/ 2022-01-30T01:52:57,605 Skipping link: not a file: https://pypi.org/simple/animalsgonewild/ 2022-01-30T01:52:57,638 Given no hashes to check 0 links for project 'animalsgonewild': discarding no candidates 2022-01-30T01:52:57,639 ERROR: Could not find a version that satisfies the requirement animalsgonewild==1.1.0 (from versions: none) 2022-01-30T01:52:57,640 ERROR: No matching distribution found for animalsgonewild==1.1.0 2022-01-30T01:52:57,640 Exception information: 2022-01-30T01:52:57,640 Traceback (most recent call last): 2022-01-30T01:52:57,640 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 349, in resolve 2022-01-30T01:52:57,640 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-01-30T01:52:57,640 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2022-01-30T01:52:57,640 raise RequirementsConflicted(criterion) 2022-01-30T01:52:57,640 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('animalsgonewild==1.1.0') 2022-01-30T01:52:57,640 2022-01-30T01:52:57,640 During handling of the above exception, another exception occurred: 2022-01-30T01:52:57,640 2022-01-30T01:52:57,640 Traceback (most recent call last): 2022-01-30T01:52:57,640 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2022-01-30T01:52:57,640 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-01-30T01:52:57,640 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 482, in resolve 2022-01-30T01:52:57,640 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-01-30T01:52:57,640 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 351, in resolve 2022-01-30T01:52:57,640 raise ResolutionImpossible(e.criterion.information) 2022-01-30T01:52:57,640 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('animalsgonewild==1.1.0'), parent=None)] 2022-01-30T01:52:57,640 2022-01-30T01:52:57,640 The above exception was the direct cause of the following exception: 2022-01-30T01:52:57,640 2022-01-30T01:52:57,640 Traceback (most recent call last): 2022-01-30T01:52:57,640 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 164, in exc_logging_wrapper 2022-01-30T01:52:57,640 status = run_func(*args) 2022-01-30T01:52:57,640 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-01-30T01:52:57,640 return func(self, options, args) 2022-01-30T01:52:57,640 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2022-01-30T01:52:57,640 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-01-30T01:52:57,640 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2022-01-30T01:52:57,640 raise error from e 2022-01-30T01:52:57,640 pip._internal.exceptions.DistributionNotFound: No matching distribution found for animalsgonewild==1.1.0 2022-01-30T01:52:57,649 Removed build tracker: '/tmp/pip-req-tracker-jfa32ndw'