2021-07-15T09:25:40,795 Created temporary directory: /tmp/pip-ephem-wheel-cache-ig0rubo8 2021-07-15T09:25:40,798 Created temporary directory: /tmp/pip-req-tracker-k9_4prgz 2021-07-15T09:25:40,798 Initialized build tracking at /tmp/pip-req-tracker-k9_4prgz 2021-07-15T09:25:40,798 Created build tracker: /tmp/pip-req-tracker-k9_4prgz 2021-07-15T09:25:40,798 Entered build tracker: /tmp/pip-req-tracker-k9_4prgz 2021-07-15T09:25:40,799 Created temporary directory: /tmp/pip-wheel-alteeb26 2021-07-15T09:25:40,827 1 location(s) to search for versions of rest88: 2021-07-15T09:25:40,827 * https://pypi.org/simple/rest88/ 2021-07-15T09:25:40,827 Fetching project page and analyzing links: https://pypi.org/simple/rest88/ 2021-07-15T09:25:40,828 Getting page https://pypi.org/simple/rest88/ 2021-07-15T09:25:40,830 Found index url https://pypi.org/simple 2021-07-15T09:25:41,008 Found link https://files.pythonhosted.org/packages/51/17/d717bf7ca06912c6f11039d63a699e3f63fa43af7dc37c8b391b45db541a/rest88-0.1.tar.gz#sha256=76db040f7ca1e1530f5381eb4b36c7d775490ffcb4645309cc4551d65b12098f (from https://pypi.org/simple/rest88/) (requires-python:>=3.6), version: 0.1 2021-07-15T09:25:41,008 Skipping link: not a file: https://pypi.org/simple/rest88/ 2021-07-15T09:25:41,026 Given no hashes to check 1 links for project 'rest88': discarding no candidates 2021-07-15T09:25:41,045 Collecting rest88==0.1 2021-07-15T09:25:41,046 Created temporary directory: /tmp/pip-unpack-whfqz_n7 2021-07-15T09:25:41,223 Downloading rest88-0.1.tar.gz (2.8 kB) 2021-07-15T09:25:41,261 Added rest88==0.1 from https://files.pythonhosted.org/packages/51/17/d717bf7ca06912c6f11039d63a699e3f63fa43af7dc37c8b391b45db541a/rest88-0.1.tar.gz#sha256=76db040f7ca1e1530f5381eb4b36c7d775490ffcb4645309cc4551d65b12098f to build tracker '/tmp/pip-req-tracker-k9_4prgz' 2021-07-15T09:25:41,262 Running setup.py (path:/tmp/pip-wheel-alteeb26/rest88_370f4b708b2b4645b9e91568fe780dc4/setup.py) egg_info for package rest88 2021-07-15T09:25:41,262 Created temporary directory: /tmp/pip-pip-egg-info-iftoxffp 2021-07-15T09:25:41,263 Running command python setup.py egg_info 2021-07-15T09:25:42,262 Traceback (most recent call last): 2021-07-15T09:25:42,263 File "", line 1, in 2021-07-15T09:25:42,263 File "/tmp/pip-wheel-alteeb26/rest88_370f4b708b2b4645b9e91568fe780dc4/setup.py", line 3, in 2021-07-15T09:25:42,264 with open("README.md", "r") as fh: 2021-07-15T09:25:42,264 FileNotFoundError: [Errno 2] No such file or directory: 'README.md' 2021-07-15T09:25:42,312 WARNING: Discarding https://files.pythonhosted.org/packages/51/17/d717bf7ca06912c6f11039d63a699e3f63fa43af7dc37c8b391b45db541a/rest88-0.1.tar.gz#sha256=76db040f7ca1e1530f5381eb4b36c7d775490ffcb4645309cc4551d65b12098f (from https://pypi.org/simple/rest88/) (requires-python:>=3.6). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-15T09:25:42,313 ERROR: Could not find a version that satisfies the requirement rest88==0.1 (from versions: 0.1) 2021-07-15T09:25:42,314 ERROR: No matching distribution found for rest88==0.1 2021-07-15T09:25:42,314 Exception information: 2021-07-15T09:25:42,314 Traceback (most recent call last): 2021-07-15T09:25:42,314 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-15T09:25:42,314 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-15T09:25:42,314 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-15T09:25:42,314 raise RequirementsConflicted(criterion) 2021-07-15T09:25:42,314 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('rest88==0.1') 2021-07-15T09:25:42,314 2021-07-15T09:25:42,314 During handling of the above exception, another exception occurred: 2021-07-15T09:25:42,314 2021-07-15T09:25:42,314 Traceback (most recent call last): 2021-07-15T09:25:42,314 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-15T09:25:42,314 result = self._result = resolver.resolve( 2021-07-15T09:25:42,314 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-15T09:25:42,314 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-15T09:25:42,314 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-15T09:25:42,314 raise ResolutionImpossible(e.criterion.information) 2021-07-15T09:25:42,314 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('rest88==0.1'), parent=None)] 2021-07-15T09:25:42,314 2021-07-15T09:25:42,314 The above exception was the direct cause of the following exception: 2021-07-15T09:25:42,314 2021-07-15T09:25:42,314 Traceback (most recent call last): 2021-07-15T09:25:42,314 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-15T09:25:42,314 status = self.run(options, args) 2021-07-15T09:25:42,314 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-15T09:25:42,314 return func(self, options, args) 2021-07-15T09:25:42,314 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-15T09:25:42,314 requirement_set = resolver.resolve( 2021-07-15T09:25:42,314 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-15T09:25:42,314 raise error from e 2021-07-15T09:25:42,314 pip._internal.exceptions.DistributionNotFound: No matching distribution found for rest88==0.1 2021-07-15T09:25:42,319 Removed rest88==0.1 from https://files.pythonhosted.org/packages/51/17/d717bf7ca06912c6f11039d63a699e3f63fa43af7dc37c8b391b45db541a/rest88-0.1.tar.gz#sha256=76db040f7ca1e1530f5381eb4b36c7d775490ffcb4645309cc4551d65b12098f from build tracker '/tmp/pip-req-tracker-k9_4prgz' 2021-07-15T09:25:42,319 Removed build tracker: '/tmp/pip-req-tracker-k9_4prgz'