2022-02-18T21:06:26,722 Created temporary directory: /tmp/pip-ephem-wheel-cache-55gbtsna 2022-02-18T21:06:26,729 Created temporary directory: /tmp/pip-req-tracker-8cnv9wiz 2022-02-18T21:06:26,730 Initialized build tracking at /tmp/pip-req-tracker-8cnv9wiz 2022-02-18T21:06:26,730 Created build tracker: /tmp/pip-req-tracker-8cnv9wiz 2022-02-18T21:06:26,731 Entered build tracker: /tmp/pip-req-tracker-8cnv9wiz 2022-02-18T21:06:26,732 Created temporary directory: /tmp/pip-wheel-ao9nl0vn 2022-02-18T21:06:26,804 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-02-18T21:06:26,808 2 location(s) to search for versions of soupspoon: 2022-02-18T21:06:26,808 * https://pypi.org/simple/soupspoon/ 2022-02-18T21:06:26,808 * https://www.piwheels.org/simple/soupspoon/ 2022-02-18T21:06:26,809 Fetching project page and analyzing links: https://pypi.org/simple/soupspoon/ 2022-02-18T21:06:26,811 Getting page https://pypi.org/simple/soupspoon/ 2022-02-18T21:06:26,815 Found index url https://pypi.org/simple 2022-02-18T21:06:27,153 Skipping link: No binaries permitted for soupspoon: https://files.pythonhosted.org/packages/8b/ad/3822d6139b82fd94b736395badf90d1a26936c691ba4195ef73a2f6e07e6/soupspoon-2022.2.18-py3-none-any.whl#sha256=4843ee4a5544fad4f0bc8f04ad5e38a7994e3f2a716400bfe9487e598a2e1301 (from https://pypi.org/simple/soupspoon/) (requires-python:~=3.6) 2022-02-18T21:06:27,155 Link requires a different Python (3.5.3 not in: '~=3.6'): https://files.pythonhosted.org/packages/cd/2d/a9b269d76437010976f468f74576a2a5d7254f5d92427d69d3f26819f70f/soupspoon-2022.2.18.tar.gz#sha256=726793eee2750804b32bc7830660cd6804ac793dbde5df2a7fa1549e405bae55 (from https://pypi.org/simple/soupspoon/) (requires-python:~=3.6) 2022-02-18T21:06:27,156 Skipping link: No binaries permitted for soupspoon: https://files.pythonhosted.org/packages/e1/72/0cb970ed9843fbb46883566df8267ceae796150407dd476f66bcc3faa4f5/soupspoon-2022.2.18.1-py3-none-any.whl#sha256=e46b20bb650f16a9f6a266416df30227f3e5e9f313ddbb707140d5721ac64491 (from https://pypi.org/simple/soupspoon/) (requires-python:~=3.6) 2022-02-18T21:06:27,157 Link requires a different Python (3.5.3 not in: '~=3.6'): https://files.pythonhosted.org/packages/3f/a2/09a595bcae0fd4469e65bc36e8456b738c924890fefad62b575b20fd9e0d/soupspoon-2022.2.18.1.tar.gz#sha256=eb25765ef64ac7498553bb7200667bd3959a8782633d9b72bed51f03fe21e0b7 (from https://pypi.org/simple/soupspoon/) (requires-python:~=3.6) 2022-02-18T21:06:27,158 Fetching project page and analyzing links: https://www.piwheels.org/simple/soupspoon/ 2022-02-18T21:06:27,159 Getting page https://www.piwheels.org/simple/soupspoon/ 2022-02-18T21:06:27,161 Found index url https://www.piwheels.org/simple 2022-02-18T21:06:27,387 Skipping link: No binaries permitted for soupspoon: https://www.piwheels.org/simple/soupspoon/soupspoon-2022.2.18.1-py3-none-any.whl#sha256=4c719a48ec2247998c9529dbdc49b734554b91099ad651592125d0a561908ba0 (from https://www.piwheels.org/simple/soupspoon/) (requires-python:~=3.6) 2022-02-18T21:06:27,416 Given no hashes to check 0 links for project 'soupspoon': discarding no candidates 2022-02-18T21:06:27,417 ERROR: Could not find a version that satisfies the requirement soupspoon==2022.2.18 2022-02-18T21:06:27,418 ERROR: No matching distribution found for soupspoon==2022.2.18 2022-02-18T21:06:27,418 Exception information: 2022-02-18T21:06:27,418 Traceback (most recent call last): 2022-02-18T21:06:27,418 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2022-02-18T21:06:27,418 crit = self.state.criteria[name] 2022-02-18T21:06:27,418 KeyError: 'soupspoon' 2022-02-18T21:06:27,418 2022-02-18T21:06:27,418 During handling of the above exception, another exception occurred: 2022-02-18T21:06:27,418 2022-02-18T21:06:27,418 Traceback (most recent call last): 2022-02-18T21:06:27,418 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2022-02-18T21:06:27,418 name, crit = self._merge_into_criterion(r, parent=None) 2022-02-18T21:06:27,418 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2022-02-18T21:06:27,418 crit = Criterion.from_requirement(self._p, requirement, parent) 2022-02-18T21:06:27,418 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2022-02-18T21:06:27,418 raise RequirementsConflicted(criterion) 2022-02-18T21:06:27,418 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('soupspoon==2022.2.18') 2022-02-18T21:06:27,418 2022-02-18T21:06:27,418 During handling of the above exception, another exception occurred: 2022-02-18T21:06:27,418 2022-02-18T21:06:27,418 Traceback (most recent call last): 2022-02-18T21:06:27,418 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2022-02-18T21:06:27,418 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2022-02-18T21:06:27,418 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2022-02-18T21:06:27,418 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-02-18T21:06:27,418 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2022-02-18T21:06:27,418 raise ResolutionImpossible(e.criterion.information) 2022-02-18T21:06:27,418 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('soupspoon==2022.2.18'), parent=None)] 2022-02-18T21:06:27,418 2022-02-18T21:06:27,418 The above exception was the direct cause of the following exception: 2022-02-18T21:06:27,418 2022-02-18T21:06:27,418 Traceback (most recent call last): 2022-02-18T21:06:27,418 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main 2022-02-18T21:06:27,418 status = self.run(options, args) 2022-02-18T21:06:27,418 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/req_command.py", line 180, in wrapper 2022-02-18T21:06:27,418 return func(self, options, args) 2022-02-18T21:06:27,418 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/commands/wheel.py", line 163, in run 2022-02-18T21:06:27,418 reqs, check_supported_wheels=True 2022-02-18T21:06:27,418 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2022-02-18T21:06:27,418 six.raise_from(error, e) 2022-02-18T21:06:27,418 File "", line 3, in raise_from 2022-02-18T21:06:27,418 pip._internal.exceptions.DistributionNotFound: No matching distribution found for soupspoon==2022.2.18 2022-02-18T21:06:27,428 Removed build tracker: '/tmp/pip-req-tracker-8cnv9wiz'