2021-07-16T14:09:10,543 Created temporary directory: /tmp/pip-ephem-wheel-cache-t8klfvxt 2021-07-16T14:09:10,546 Created temporary directory: /tmp/pip-req-tracker-_03tv7ff 2021-07-16T14:09:10,546 Initialized build tracking at /tmp/pip-req-tracker-_03tv7ff 2021-07-16T14:09:10,546 Created build tracker: /tmp/pip-req-tracker-_03tv7ff 2021-07-16T14:09:10,546 Entered build tracker: /tmp/pip-req-tracker-_03tv7ff 2021-07-16T14:09:10,547 Created temporary directory: /tmp/pip-wheel-3i4wmh8c 2021-07-16T14:09:10,576 1 location(s) to search for versions of pysoundtool: 2021-07-16T14:09:10,576 * https://pypi.org/simple/pysoundtool/ 2021-07-16T14:09:10,576 Fetching project page and analyzing links: https://pypi.org/simple/pysoundtool/ 2021-07-16T14:09:10,577 Getting page https://pypi.org/simple/pysoundtool/ 2021-07-16T14:09:10,578 Found index url https://pypi.org/simple 2021-07-16T14:09:10,776 Link requires a different Python (3.9.2 not in: '==3.6.9'): https://files.pythonhosted.org/packages/83/6e/0aed67361ed89e5cc4f109ee2c80996564de885e2eaff49c4bfe29451fa6/pysoundtool-0.1.0a1-py2.py3-none-any.whl#sha256=71f3ea777724539d8f9375feb0aeadc0e4181c6f2961013317a60f9895612842 (from https://pypi.org/simple/pysoundtool/) (requires-python:==3.6.9) 2021-07-16T14:09:10,776 Link requires a different Python (3.9.2 not in: '==3.6.9'): https://files.pythonhosted.org/packages/9c/0c/c57ee43f6ab5d449e65fd2dba3d471d4a7d4020e59cfb0e3d03953991996/pysoundtool-0.1.0a1.tar.gz#sha256=b419fecc30680ddd675d258698e5653bbc443dd504e840e7c8a3952f5e26e9a8 (from https://pypi.org/simple/pysoundtool/) (requires-python:==3.6.9) 2021-07-16T14:09:10,777 Skipping link: not a file: https://pypi.org/simple/pysoundtool/ 2021-07-16T14:09:10,777 Given no hashes to check 0 links for project 'pysoundtool': discarding no candidates 2021-07-16T14:09:10,778 ERROR: Could not find a version that satisfies the requirement pysoundtool==0.1.0a1 (from versions: none) 2021-07-16T14:09:10,778 ERROR: No matching distribution found for pysoundtool==0.1.0a1 2021-07-16T14:09:10,778 Exception information: 2021-07-16T14:09:10,778 Traceback (most recent call last): 2021-07-16T14:09:10,778 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-16T14:09:10,778 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-16T14:09:10,778 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-16T14:09:10,778 raise RequirementsConflicted(criterion) 2021-07-16T14:09:10,778 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pysoundtool==0.1.0a1') 2021-07-16T14:09:10,778 2021-07-16T14:09:10,778 During handling of the above exception, another exception occurred: 2021-07-16T14:09:10,778 2021-07-16T14:09:10,778 Traceback (most recent call last): 2021-07-16T14:09:10,778 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-16T14:09:10,778 result = self._result = resolver.resolve( 2021-07-16T14:09:10,778 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-16T14:09:10,778 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-16T14:09:10,778 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-16T14:09:10,778 raise ResolutionImpossible(e.criterion.information) 2021-07-16T14:09:10,778 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pysoundtool==0.1.0a1'), parent=None)] 2021-07-16T14:09:10,778 2021-07-16T14:09:10,778 The above exception was the direct cause of the following exception: 2021-07-16T14:09:10,778 2021-07-16T14:09:10,778 Traceback (most recent call last): 2021-07-16T14:09:10,778 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-16T14:09:10,778 status = self.run(options, args) 2021-07-16T14:09:10,778 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-16T14:09:10,778 return func(self, options, args) 2021-07-16T14:09:10,778 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-16T14:09:10,778 requirement_set = resolver.resolve( 2021-07-16T14:09:10,778 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-16T14:09:10,778 raise error from e 2021-07-16T14:09:10,778 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pysoundtool==0.1.0a1 2021-07-16T14:09:10,782 Removed build tracker: '/tmp/pip-req-tracker-_03tv7ff'