2023-09-24T17:05:47,996 Created temporary directory: /tmp/pip-build-tracker-femesvz1 2023-09-24T17:05:47,997 Initialized build tracking at /tmp/pip-build-tracker-femesvz1 2023-09-24T17:05:47,997 Created build tracker: /tmp/pip-build-tracker-femesvz1 2023-09-24T17:05:47,998 Entered build tracker: /tmp/pip-build-tracker-femesvz1 2023-09-24T17:05:47,999 Created temporary directory: /tmp/pip-wheel-9vgow5j0 2023-09-24T17:05:48,002 Created temporary directory: /tmp/pip-ephem-wheel-cache-6547bkbl 2023-09-24T17:05:48,024 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-24T17:05:48,027 2 location(s) to search for versions of phasor-noise: 2023-09-24T17:05:48,027 * https://pypi.org/simple/phasor-noise/ 2023-09-24T17:05:48,027 * https://www.piwheels.org/simple/phasor-noise/ 2023-09-24T17:05:48,028 Fetching project page and analyzing links: https://pypi.org/simple/phasor-noise/ 2023-09-24T17:05:48,029 Getting page https://pypi.org/simple/phasor-noise/ 2023-09-24T17:05:48,031 Found index url https://pypi.org/simple/ 2023-09-24T17:05:48,170 Fetched page https://pypi.org/simple/phasor-noise/ as application/vnd.pypi.simple.v1+json 2023-09-24T17:05:48,172 Skipping link: Missing project version for phasor-noise: https://files.pythonhosted.org/packages/93/28/38dd8ee7dc5936e9d509ccc83bb60ec24aafc51cf78654b5fccc30fd9f0d/Phasor%20Noise-0.2.1.dev66.tar.gz (from https://pypi.org/simple/phasor-noise/) 2023-09-24T17:05:48,173 Skipping link: No binaries permitted for phasor-noise: https://files.pythonhosted.org/packages/6a/2a/74c9bc10ce21b2f85b4b6fde943e8f6464cbe8651014c56da09f98e09a80/Phasor_Noise-0.2.1.dev66-py3-none-any.whl (from https://pypi.org/simple/phasor-noise/) 2023-09-24T17:05:48,174 Skipping link: Missing project version for phasor-noise: https://files.pythonhosted.org/packages/78/7f/481097e966d2cfb75cc716e21ab98d9b63ccf4b6e5a186699ceeff572c6e/Phasor%20Noise-0.3.0.tar.gz (from https://pypi.org/simple/phasor-noise/) 2023-09-24T17:05:48,174 Skipping link: No binaries permitted for phasor-noise: https://files.pythonhosted.org/packages/7c/80/34eab064365946c19ea709ccdd9e4d2a4bf6249671d3e20dd7dca54742f9/Phasor_Noise-0.3.0-py3-none-any.whl (from https://pypi.org/simple/phasor-noise/) 2023-09-24T17:05:48,175 Fetching project page and analyzing links: https://www.piwheels.org/simple/phasor-noise/ 2023-09-24T17:05:48,176 Getting page https://www.piwheels.org/simple/phasor-noise/ 2023-09-24T17:05:48,177 Found index url https://www.piwheels.org/simple/ 2023-09-24T17:05:48,372 Fetched page https://www.piwheels.org/simple/phasor-noise/ as text/html 2023-09-24T17:05:48,373 Skipping link: not a file: https://www.piwheels.org/simple/phasor-noise/ 2023-09-24T17:05:48,374 Skipping link: not a file: https://pypi.org/simple/phasor-noise/ 2023-09-24T17:05:48,392 Given no hashes to check 0 links for project 'phasor-noise': discarding no candidates 2023-09-24T17:05:48,393 ERROR: Could not find a version that satisfies the requirement phasor-noise==0.3.0 (from versions: none) 2023-09-24T17:05:48,395 ERROR: No matching distribution found for phasor-noise==0.3.0 2023-09-24T17:05:48,396 Exception information: 2023-09-24T17:05:48,396 Traceback (most recent call last): 2023-09-24T17:05:48,396 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-09-24T17:05:48,396 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-09-24T17:05:48,396 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-09-24T17:05:48,396 raise RequirementsConflicted(criterion) 2023-09-24T17:05:48,396 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('phasor-noise==0.3.0') 2023-09-24T17:05:48,396 2023-09-24T17:05:48,396 During handling of the above exception, another exception occurred: 2023-09-24T17:05:48,396 2023-09-24T17:05:48,396 Traceback (most recent call last): 2023-09-24T17:05:48,396 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2023-09-24T17:05:48,396 result = self._result = resolver.resolve( 2023-09-24T17:05:48,396 ^^^^^^^^^^^^^^^^^ 2023-09-24T17:05:48,396 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-09-24T17:05:48,396 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-09-24T17:05:48,396 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-24T17:05:48,396 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-09-24T17:05:48,396 raise ResolutionImpossible(e.criterion.information) 2023-09-24T17:05:48,396 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('phasor-noise==0.3.0'), parent=None)] 2023-09-24T17:05:48,396 2023-09-24T17:05:48,396 The above exception was the direct cause of the following exception: 2023-09-24T17:05:48,396 2023-09-24T17:05:48,396 Traceback (most recent call last): 2023-09-24T17:05:48,396 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-09-24T17:05:48,396 status = run_func(*args) 2023-09-24T17:05:48,396 ^^^^^^^^^^^^^^^ 2023-09-24T17:05:48,396 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-09-24T17:05:48,396 return func(self, options, args) 2023-09-24T17:05:48,396 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-24T17:05:48,396 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-09-24T17:05:48,396 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-09-24T17:05:48,396 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-24T17:05:48,396 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-09-24T17:05:48,396 raise error from e 2023-09-24T17:05:48,396 pip._internal.exceptions.DistributionNotFound: No matching distribution found for phasor-noise==0.3.0 2023-09-24T17:05:48,402 Removed build tracker: '/tmp/pip-build-tracker-femesvz1'