2023-06-06T09:48:40,663 Created temporary directory: /tmp/pip-build-tracker-hnu7c2si 2023-06-06T09:48:40,665 Initialized build tracking at /tmp/pip-build-tracker-hnu7c2si 2023-06-06T09:48:40,665 Created build tracker: /tmp/pip-build-tracker-hnu7c2si 2023-06-06T09:48:40,665 Entered build tracker: /tmp/pip-build-tracker-hnu7c2si 2023-06-06T09:48:40,666 Created temporary directory: /tmp/pip-wheel-pv1573wu 2023-06-06T09:48:40,669 Created temporary directory: /tmp/pip-ephem-wheel-cache-b_0_htet 2023-06-06T09:48:40,695 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-06-06T09:48:40,698 2 location(s) to search for versions of readwise-api: 2023-06-06T09:48:40,698 * https://pypi.org/simple/readwise-api/ 2023-06-06T09:48:40,698 * https://www.piwheels.org/simple/readwise-api/ 2023-06-06T09:48:40,699 Fetching project page and analyzing links: https://pypi.org/simple/readwise-api/ 2023-06-06T09:48:40,699 Getting page https://pypi.org/simple/readwise-api/ 2023-06-06T09:48:40,701 Found index url https://pypi.org/simple/ 2023-06-06T09:48:40,769 Fetched page https://pypi.org/simple/readwise-api/ as application/vnd.pypi.simple.v1+json 2023-06-06T09:48:40,770 Skipping link: No binaries permitted for readwise-api: https://files.pythonhosted.org/packages/b9/e5/3903dfcf392f9177f69e6c1f0d7d8fbafd2bec4fc227a1bc53a1460025c9/readwise_api-0.1.0-py3-none-any.whl (from https://pypi.org/simple/readwise-api/) (requires-python:>=3.11,<4.0) 2023-06-06T09:48:40,771 Link requires a different Python (3.9.2 not in: '>=3.11,<4.0'): https://files.pythonhosted.org/packages/5b/ee/b68bee2367719e843242681f0710b9d8c2a9e4549c44fd5d805eac2fe694/readwise_api-0.1.0.tar.gz (from https://pypi.org/simple/readwise-api/) (requires-python:>=3.11,<4.0) 2023-06-06T09:48:40,771 Skipping link: 0.1.0 Requires-Python >=3.11,<4.0: https://files.pythonhosted.org/packages/5b/ee/b68bee2367719e843242681f0710b9d8c2a9e4549c44fd5d805eac2fe694/readwise_api-0.1.0.tar.gz (from https://pypi.org/simple/readwise-api/) (requires-python:>=3.11,<4.0) 2023-06-06T09:48:40,771 Skipping link: No binaries permitted for readwise-api: https://files.pythonhosted.org/packages/a5/6e/dc32323be0475805b471ffd2c9b901701e2af8b88a2ff2020a824bcad5ce/readwise_api-0.2.0-py3-none-any.whl (from https://pypi.org/simple/readwise-api/) (requires-python:>=3.11,<4.0) 2023-06-06T09:48:40,772 Link requires a different Python (3.9.2 not in: '>=3.11,<4.0'): https://files.pythonhosted.org/packages/3f/7a/2f5b0d5bc564742ec02ac2cb276158e89e8f806a8dbe469431b43af03f18/readwise_api-0.2.0.tar.gz (from https://pypi.org/simple/readwise-api/) (requires-python:>=3.11,<4.0) 2023-06-06T09:48:40,772 Skipping link: 0.2.0 Requires-Python >=3.11,<4.0: https://files.pythonhosted.org/packages/3f/7a/2f5b0d5bc564742ec02ac2cb276158e89e8f806a8dbe469431b43af03f18/readwise_api-0.2.0.tar.gz (from https://pypi.org/simple/readwise-api/) (requires-python:>=3.11,<4.0) 2023-06-06T09:48:40,773 Fetching project page and analyzing links: https://www.piwheels.org/simple/readwise-api/ 2023-06-06T09:48:40,773 Getting page https://www.piwheels.org/simple/readwise-api/ 2023-06-06T09:48:40,774 Found index url https://www.piwheels.org/simple/ 2023-06-06T09:48:40,925 Fetched page https://www.piwheels.org/simple/readwise-api/ as text/html 2023-06-06T09:48:40,926 Skipping link: not a file: https://www.piwheels.org/simple/readwise-api/ 2023-06-06T09:48:40,926 Skipping link: not a file: https://pypi.org/simple/readwise-api/ 2023-06-06T09:48:40,943 Given no hashes to check 0 links for project 'readwise-api': discarding no candidates 2023-06-06T09:48:40,944 ERROR: Ignored the following versions that require a different python version: 0.1.0 Requires-Python >=3.11,<4.0; 0.2.0 Requires-Python >=3.11,<4.0 2023-06-06T09:48:40,945 ERROR: Could not find a version that satisfies the requirement readwise-api==0.2.0 (from versions: none) 2023-06-06T09:48:40,946 ERROR: No matching distribution found for readwise-api==0.2.0 2023-06-06T09:48:40,947 Exception information: 2023-06-06T09:48:40,947 Traceback (most recent call last): 2023-06-06T09:48:40,947 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-06-06T09:48:40,947 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-06-06T09:48:40,947 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-06-06T09:48:40,947 raise RequirementsConflicted(criterion) 2023-06-06T09:48:40,947 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('readwise-api==0.2.0') 2023-06-06T09:48:40,947 2023-06-06T09:48:40,947 During handling of the above exception, another exception occurred: 2023-06-06T09:48:40,947 2023-06-06T09:48:40,947 Traceback (most recent call last): 2023-06-06T09:48:40,947 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2023-06-06T09:48:40,947 result = self._result = resolver.resolve( 2023-06-06T09:48:40,947 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-06-06T09:48:40,947 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-06-06T09:48:40,947 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-06-06T09:48:40,947 raise ResolutionImpossible(e.criterion.information) 2023-06-06T09:48:40,947 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('readwise-api==0.2.0'), parent=None)] 2023-06-06T09:48:40,947 2023-06-06T09:48:40,947 The above exception was the direct cause of the following exception: 2023-06-06T09:48:40,947 2023-06-06T09:48:40,947 Traceback (most recent call last): 2023-06-06T09:48:40,947 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/base_command.py", line 169, in exc_logging_wrapper 2023-06-06T09:48:40,947 status = run_func(*args) 2023-06-06T09:48:40,947 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-06-06T09:48:40,947 return func(self, options, args) 2023-06-06T09:48:40,947 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-06-06T09:48:40,947 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-06-06T09:48:40,947 File "/home/piwheels/.local/lib/python3.9/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-06-06T09:48:40,947 raise error from e 2023-06-06T09:48:40,947 pip._internal.exceptions.DistributionNotFound: No matching distribution found for readwise-api==0.2.0 2023-06-06T09:48:40,950 Removed build tracker: '/tmp/pip-build-tracker-hnu7c2si'