2022-01-31T23:19:39,395 Created temporary directory: /tmp/pip-ephem-wheel-cache-ju8h2fm7 2022-01-31T23:19:39,401 Created temporary directory: /tmp/pip-req-tracker-ft9fh3c8 2022-01-31T23:19:39,402 Initialized build tracking at /tmp/pip-req-tracker-ft9fh3c8 2022-01-31T23:19:39,403 Created build tracker: /tmp/pip-req-tracker-ft9fh3c8 2022-01-31T23:19:39,403 Entered build tracker: /tmp/pip-req-tracker-ft9fh3c8 2022-01-31T23:19:39,404 Created temporary directory: /tmp/pip-wheel-zgzri7xp 2022-01-31T23:19:39,479 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-01-31T23:19:39,485 2 location(s) to search for versions of random-data-gen: 2022-01-31T23:19:39,485 * https://pypi.org/simple/random-data-gen/ 2022-01-31T23:19:39,485 * https://www.piwheels.org/simple/random-data-gen/ 2022-01-31T23:19:39,487 Fetching project page and analyzing links: https://pypi.org/simple/random-data-gen/ 2022-01-31T23:19:39,488 Getting page https://pypi.org/simple/random-data-gen/ 2022-01-31T23:19:39,491 Found index url https://pypi.org/simple 2022-01-31T23:19:39,689 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/16/57/d2e4d4984c070cb125a7c53c21c6d184989883a4a602684dfc903f3ee423/random-data-gen-0.1.1.tar.gz#sha256=e0cd6ad0b3286d66ef63cecf2aacb1b256df89d9ddbb0102fcdbe0c34d7a76e3 (from https://pypi.org/simple/random-data-gen/) (requires-python:>=3.8,<4.0) 2022-01-31T23:19:39,690 Skipping link: No binaries permitted for random-data-gen: https://files.pythonhosted.org/packages/50/72/d8ef917e1c5b1b940104023ed18b255455a83f8321a6b89b667e63c301d4/random_data_gen-0.1.1-py3-none-any.whl#sha256=4d5b962c6986e057ebd2e03ad0315ed216fa44aaa18c1f976860188776ac1c49 (from https://pypi.org/simple/random-data-gen/) (requires-python:>=3.8,<4.0) 2022-01-31T23:19:39,691 Fetching project page and analyzing links: https://www.piwheels.org/simple/random-data-gen/ 2022-01-31T23:19:39,691 Getting page https://www.piwheels.org/simple/random-data-gen/ 2022-01-31T23:19:39,693 Found index url https://www.piwheels.org/simple 2022-01-31T23:19:39,898 Skipping link: not a file: https://www.piwheels.org/simple/random-data-gen/ 2022-01-31T23:19:39,898 Skipping link: not a file: https://pypi.org/simple/random-data-gen/ 2022-01-31T23:19:39,931 Given no hashes to check 0 links for project 'random-data-gen': discarding no candidates 2022-01-31T23:19:39,932 ERROR: Could not find a version that satisfies the requirement random-data-gen==0.1.1 (from versions: none) 2022-01-31T23:19:39,933 ERROR: No matching distribution found for random-data-gen==0.1.1 2022-01-31T23:19:39,934 Exception information: 2022-01-31T23:19:39,934 Traceback (most recent call last): 2022-01-31T23:19:39,934 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 349, in resolve 2022-01-31T23:19:39,934 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-01-31T23:19:39,934 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2022-01-31T23:19:39,934 raise RequirementsConflicted(criterion) 2022-01-31T23:19:39,934 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('random-data-gen==0.1.1') 2022-01-31T23:19:39,934 2022-01-31T23:19:39,934 During handling of the above exception, another exception occurred: 2022-01-31T23:19:39,934 2022-01-31T23:19:39,934 Traceback (most recent call last): 2022-01-31T23:19:39,934 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2022-01-31T23:19:39,934 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-01-31T23:19:39,934 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 482, in resolve 2022-01-31T23:19:39,934 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-01-31T23:19:39,934 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 351, in resolve 2022-01-31T23:19:39,934 raise ResolutionImpossible(e.criterion.information) 2022-01-31T23:19:39,934 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('random-data-gen==0.1.1'), parent=None)] 2022-01-31T23:19:39,934 2022-01-31T23:19:39,934 The above exception was the direct cause of the following exception: 2022-01-31T23:19:39,934 2022-01-31T23:19:39,934 Traceback (most recent call last): 2022-01-31T23:19:39,934 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 164, in exc_logging_wrapper 2022-01-31T23:19:39,934 status = run_func(*args) 2022-01-31T23:19:39,934 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-01-31T23:19:39,934 return func(self, options, args) 2022-01-31T23:19:39,934 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2022-01-31T23:19:39,934 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-01-31T23:19:39,934 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2022-01-31T23:19:39,934 raise error from e 2022-01-31T23:19:39,934 pip._internal.exceptions.DistributionNotFound: No matching distribution found for random-data-gen==0.1.1 2022-01-31T23:19:39,942 Removed build tracker: '/tmp/pip-req-tracker-ft9fh3c8'