2022-05-26T16:28:05,811 Created temporary directory: /tmp/pip-ephem-wheel-cache-wf13gpd5 2022-05-26T16:28:05,817 Created temporary directory: /tmp/pip-build-tracker-2z0p_c1a 2022-05-26T16:28:05,818 Initialized build tracking at /tmp/pip-build-tracker-2z0p_c1a 2022-05-26T16:28:05,818 Created build tracker: /tmp/pip-build-tracker-2z0p_c1a 2022-05-26T16:28:05,818 Entered build tracker: /tmp/pip-build-tracker-2z0p_c1a 2022-05-26T16:28:05,820 Created temporary directory: /tmp/pip-wheel-nnp4q4in 2022-05-26T16:28:05,883 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-05-26T16:28:05,892 2 location(s) to search for versions of random-decimal: 2022-05-26T16:28:05,892 * https://pypi.org/simple/random-decimal/ 2022-05-26T16:28:05,892 * https://www.piwheels.org/simple/random-decimal/ 2022-05-26T16:28:05,893 Fetching project page and analyzing links: https://pypi.org/simple/random-decimal/ 2022-05-26T16:28:05,894 Getting page https://pypi.org/simple/random-decimal/ 2022-05-26T16:28:05,897 Found index url https://pypi.org/simple 2022-05-26T16:28:06,085 Skipping link: Missing project version for random-decimal: https://files.pythonhosted.org/packages/85/b4/dc628884588453de9fd14ecdaad02f94670e840d5883fc90ac07ef163453/Random%20decimal-1.0.0.tar.gz#sha256=cf09155322eafa3c8a3b309d4905ac63159dcbc36dbcf74e905d34fc2f9403d6 (from https://pypi.org/simple/random-decimal/) (requires-python:>=3.9) 2022-05-26T16:28:06,086 Skipping link: Missing project version for random-decimal: https://files.pythonhosted.org/packages/81/97/f86fb9f0a989abd0f81552916a675f8f6fef01b2ac69db73937b255c26b0/Random%20decimal-1.0.5.tar.gz#sha256=61ccf4cac910d0b1e87d7f59956e3c29b87e650cfb932b97df2f36888e6b1a8b (from https://pypi.org/simple/random-decimal/) (requires-python:>=3.9) 2022-05-26T16:28:06,086 Fetching project page and analyzing links: https://www.piwheels.org/simple/random-decimal/ 2022-05-26T16:28:06,087 Getting page https://www.piwheels.org/simple/random-decimal/ 2022-05-26T16:28:06,089 Found index url https://www.piwheels.org/simple 2022-05-26T16:28:06,294 Skipping link: not a file: https://www.piwheels.org/simple/random-decimal/ 2022-05-26T16:28:06,294 Skipping link: not a file: https://pypi.org/simple/random-decimal/ 2022-05-26T16:28:06,338 Given no hashes to check 0 links for project 'random-decimal': discarding no candidates 2022-05-26T16:28:06,339 ERROR: Could not find a version that satisfies the requirement random-decimal==1.0.0 (from versions: none) 2022-05-26T16:28:06,342 ERROR: No matching distribution found for random-decimal==1.0.0 2022-05-26T16:28:06,344 Exception information: 2022-05-26T16:28:06,344 Traceback (most recent call last): 2022-05-26T16:28:06,344 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-05-26T16:28:06,344 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-05-26T16:28:06,344 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-05-26T16:28:06,344 raise RequirementsConflicted(criterion) 2022-05-26T16:28:06,344 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('random-decimal==1.0.0') 2022-05-26T16:28:06,344 2022-05-26T16:28:06,344 During handling of the above exception, another exception occurred: 2022-05-26T16:28:06,344 2022-05-26T16:28:06,344 Traceback (most recent call last): 2022-05-26T16:28:06,344 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 94, in resolve 2022-05-26T16:28:06,344 result = self._result = resolver.resolve( 2022-05-26T16:28:06,344 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-05-26T16:28:06,344 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-05-26T16:28:06,344 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-05-26T16:28:06,344 raise ResolutionImpossible(e.criterion.information) 2022-05-26T16:28:06,344 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('random-decimal==1.0.0'), parent=None)] 2022-05-26T16:28:06,344 2022-05-26T16:28:06,344 The above exception was the direct cause of the following exception: 2022-05-26T16:28:06,344 2022-05-26T16:28:06,344 Traceback (most recent call last): 2022-05-26T16:28:06,344 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-05-26T16:28:06,344 status = run_func(*args) 2022-05-26T16:28:06,344 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-05-26T16:28:06,344 return func(self, options, args) 2022-05-26T16:28:06,344 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2022-05-26T16:28:06,344 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-05-26T16:28:06,344 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-05-26T16:28:06,344 raise error from e 2022-05-26T16:28:06,344 pip._internal.exceptions.DistributionNotFound: No matching distribution found for random-decimal==1.0.0 2022-05-26T16:28:06,352 Removed build tracker: '/tmp/pip-build-tracker-2z0p_c1a'