2023-05-12T16:23:30,499 Created temporary directory: /tmp/pip-build-tracker-itc35adc 2023-05-12T16:23:30,502 Initialized build tracking at /tmp/pip-build-tracker-itc35adc 2023-05-12T16:23:30,502 Created build tracker: /tmp/pip-build-tracker-itc35adc 2023-05-12T16:23:30,502 Entered build tracker: /tmp/pip-build-tracker-itc35adc 2023-05-12T16:23:30,504 Created temporary directory: /tmp/pip-wheel-op92nmwv 2023-05-12T16:23:30,512 Created temporary directory: /tmp/pip-ephem-wheel-cache-32ofhzhb 2023-05-12T16:23:30,564 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-05-12T16:23:30,572 2 location(s) to search for versions of pursuitlib: 2023-05-12T16:23:30,572 * https://pypi.org/simple/pursuitlib/ 2023-05-12T16:23:30,572 * https://www.piwheels.org/simple/pursuitlib/ 2023-05-12T16:23:30,573 Fetching project page and analyzing links: https://pypi.org/simple/pursuitlib/ 2023-05-12T16:23:30,574 Getting page https://pypi.org/simple/pursuitlib/ 2023-05-12T16:23:30,578 Found index url https://pypi.org/simple/ 2023-05-12T16:23:30,802 Fetched page https://pypi.org/simple/pursuitlib/ as application/vnd.pypi.simple.v1+json 2023-05-12T16:23:30,805 Skipping link: No binaries permitted for pursuitlib: https://files.pythonhosted.org/packages/35/13/def8d1343f88bcb38bae13a2e9e27991a0a0e2c3dd4f07830add88143f67/pursuitlib-0.2.1-py3-none-any.whl (from https://pypi.org/simple/pursuitlib/) (requires-python:>=3.7) 2023-05-12T16:23:30,806 Found link https://files.pythonhosted.org/packages/80/4e/677c3216c63eb87cf94e0c2b7925addf532bfcea55c747e031d32a8950c4/pursuitlib-0.2.1.tar.gz (from https://pypi.org/simple/pursuitlib/) (requires-python:>=3.7), version: 0.2.1 2023-05-12T16:23:30,807 Skipping link: No binaries permitted for pursuitlib: https://files.pythonhosted.org/packages/82/e0/52c332987f6331ad8c3bf18ea3a2bd1a803918e3d5604699118a1ff912ca/pursuitlib-0.3.0-py3-none-any.whl (from https://pypi.org/simple/pursuitlib/) (requires-python:>=3.8) 2023-05-12T16:23:30,809 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/c9/fe/9924267a0e6cf6762c631903d87b023161a43a58d892703fdc1656ae9acb/pursuitlib-0.3.0.tar.gz (from https://pypi.org/simple/pursuitlib/) (requires-python:>=3.8) 2023-05-12T16:23:30,809 Skipping link: 0.3.0 Requires-Python >=3.8: https://files.pythonhosted.org/packages/c9/fe/9924267a0e6cf6762c631903d87b023161a43a58d892703fdc1656ae9acb/pursuitlib-0.3.0.tar.gz (from https://pypi.org/simple/pursuitlib/) (requires-python:>=3.8) 2023-05-12T16:23:30,810 Fetching project page and analyzing links: https://www.piwheels.org/simple/pursuitlib/ 2023-05-12T16:23:30,810 Getting page https://www.piwheels.org/simple/pursuitlib/ 2023-05-12T16:23:30,813 Found index url https://www.piwheels.org/simple/ 2023-05-12T16:23:31,068 Fetched page https://www.piwheels.org/simple/pursuitlib/ as text/html 2023-05-12T16:23:31,072 Skipping link: No binaries permitted for pursuitlib: https://www.piwheels.org/simple/pursuitlib/pursuitlib-0.3.0-py3-none-any.whl#sha256=e25aae943c41fed55bd40d92e36bce35152ce2c193ca567a844f2c7bf8cb86fb (from https://www.piwheels.org/simple/pursuitlib/) (requires-python:>=3.8) 2023-05-12T16:23:31,072 Skipping link: No binaries permitted for pursuitlib: https://www.piwheels.org/simple/pursuitlib/pursuitlib-0.2.1-py3-none-any.whl#sha256=cbbaeef29e2d2a268d29e364bac24b4bc439f12d925914188d056e6c7a23852b (from https://www.piwheels.org/simple/pursuitlib/) (requires-python:>=3.7) 2023-05-12T16:23:31,073 Skipping link: not a file: https://www.piwheels.org/simple/pursuitlib/ 2023-05-12T16:23:31,073 Skipping link: not a file: https://pypi.org/simple/pursuitlib/ 2023-05-12T16:23:31,102 Given no hashes to check 0 links for project 'pursuitlib': discarding no candidates 2023-05-12T16:23:31,103 ERROR: Ignored the following versions that require a different python version: 0.3.0 Requires-Python >=3.8 2023-05-12T16:23:31,106 ERROR: Could not find a version that satisfies the requirement pursuitlib==0.3.0 (from versions: 0.2.1) 2023-05-12T16:23:31,108 ERROR: No matching distribution found for pursuitlib==0.3.0 2023-05-12T16:23:31,110 Exception information: 2023-05-12T16:23:31,110 Traceback (most recent call last): 2023-05-12T16:23:31,110 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-05-12T16:23:31,110 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-05-12T16:23:31,110 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-05-12T16:23:31,110 raise RequirementsConflicted(criterion) 2023-05-12T16:23:31,110 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('pursuitlib==0.3.0') 2023-05-12T16:23:31,110 2023-05-12T16:23:31,110 During handling of the above exception, another exception occurred: 2023-05-12T16:23:31,110 2023-05-12T16:23:31,110 Traceback (most recent call last): 2023-05-12T16:23:31,110 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2023-05-12T16:23:31,110 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2023-05-12T16:23:31,110 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-05-12T16:23:31,110 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-05-12T16:23:31,110 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-05-12T16:23:31,110 raise ResolutionImpossible(e.criterion.information) 2023-05-12T16:23:31,110 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('pursuitlib==0.3.0'), parent=None)] 2023-05-12T16:23:31,110 2023-05-12T16:23:31,110 The above exception was the direct cause of the following exception: 2023-05-12T16:23:31,110 2023-05-12T16:23:31,110 Traceback (most recent call last): 2023-05-12T16:23:31,110 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 169, in exc_logging_wrapper 2023-05-12T16:23:31,110 status = run_func(*args) 2023-05-12T16:23:31,110 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-05-12T16:23:31,110 return func(self, options, args) 2023-05-12T16:23:31,110 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-05-12T16:23:31,110 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-05-12T16:23:31,110 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-05-12T16:23:31,110 raise error from e 2023-05-12T16:23:31,110 pip._internal.exceptions.DistributionNotFound: No matching distribution found for pursuitlib==0.3.0 2023-05-12T16:23:31,119 Removed build tracker: '/tmp/pip-build-tracker-itc35adc'