2023-10-01T02:49:07,137 Created temporary directory: /tmp/pip-build-tracker-go1e2oll 2023-10-01T02:49:07,138 Initialized build tracking at /tmp/pip-build-tracker-go1e2oll 2023-10-01T02:49:07,139 Created build tracker: /tmp/pip-build-tracker-go1e2oll 2023-10-01T02:49:07,139 Entered build tracker: /tmp/pip-build-tracker-go1e2oll 2023-10-01T02:49:07,140 Created temporary directory: /tmp/pip-wheel-3z1g_bko 2023-10-01T02:49:07,143 Created temporary directory: /tmp/pip-ephem-wheel-cache-tmn4bi_k 2023-10-01T02:49:07,164 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-10-01T02:49:07,168 2 location(s) to search for versions of weneda: 2023-10-01T02:49:07,168 * https://pypi.org/simple/weneda/ 2023-10-01T02:49:07,168 * https://www.piwheels.org/simple/weneda/ 2023-10-01T02:49:07,169 Fetching project page and analyzing links: https://pypi.org/simple/weneda/ 2023-10-01T02:49:07,170 Getting page https://pypi.org/simple/weneda/ 2023-10-01T02:49:07,171 Found index url https://pypi.org/simple/ 2023-10-01T02:49:07,429 Fetched page https://pypi.org/simple/weneda/ as application/vnd.pypi.simple.v1+json 2023-10-01T02:49:07,430 Skipping link: No binaries permitted for weneda: https://files.pythonhosted.org/packages/ee/76/675cf6e92dc422c9f8fd0f1bc1f307ed89e8a0d905f631dc4cf34902c48f/weneda-0.0.1-1-py3-none-any.whl (from https://pypi.org/simple/weneda/) (requires-python:>=3.6,<4.0) 2023-10-01T02:49:07,430 Fetching project page and analyzing links: https://www.piwheels.org/simple/weneda/ 2023-10-01T02:49:07,431 Getting page https://www.piwheels.org/simple/weneda/ 2023-10-01T02:49:07,432 Found index url https://www.piwheels.org/simple/ 2023-10-01T02:49:07,601 Fetched page https://www.piwheels.org/simple/weneda/ as text/html 2023-10-01T02:49:07,602 Skipping link: not a file: https://www.piwheels.org/simple/weneda/ 2023-10-01T02:49:07,603 Skipping link: not a file: https://pypi.org/simple/weneda/ 2023-10-01T02:49:07,623 Given no hashes to check 0 links for project 'weneda': discarding no candidates 2023-10-01T02:49:07,624 ERROR: Could not find a version that satisfies the requirement weneda==0.0.1 (from versions: none) 2023-10-01T02:49:07,626 ERROR: No matching distribution found for weneda==0.0.1 2023-10-01T02:49:07,627 Exception information: 2023-10-01T02:49:07,627 Traceback (most recent call last): 2023-10-01T02:49:07,627 File "/home/piwheels/.local/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-10-01T02:49:07,627 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-10-01T02:49:07,627 File "/home/piwheels/.local/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-10-01T02:49:07,627 raise RequirementsConflicted(criterion) 2023-10-01T02:49:07,627 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('weneda==0.0.1') 2023-10-01T02:49:07,627 2023-10-01T02:49:07,627 During handling of the above exception, another exception occurred: 2023-10-01T02:49:07,627 2023-10-01T02:49:07,627 Traceback (most recent call last): 2023-10-01T02:49:07,627 File "/home/piwheels/.local/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2023-10-01T02:49:07,627 result = self._result = resolver.resolve( 2023-10-01T02:49:07,627 ^^^^^^^^^^^^^^^^^ 2023-10-01T02:49:07,627 File "/home/piwheels/.local/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-10-01T02:49:07,627 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-10-01T02:49:07,627 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-10-01T02:49:07,627 File "/home/piwheels/.local/lib/python3.11/site-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-10-01T02:49:07,627 raise ResolutionImpossible(e.criterion.information) 2023-10-01T02:49:07,627 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('weneda==0.0.1'), parent=None)] 2023-10-01T02:49:07,627 2023-10-01T02:49:07,627 The above exception was the direct cause of the following exception: 2023-10-01T02:49:07,627 2023-10-01T02:49:07,627 Traceback (most recent call last): 2023-10-01T02:49:07,627 File "/home/piwheels/.local/lib/python3.11/site-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-10-01T02:49:07,627 status = run_func(*args) 2023-10-01T02:49:07,627 ^^^^^^^^^^^^^^^ 2023-10-01T02:49:07,627 File "/home/piwheels/.local/lib/python3.11/site-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-10-01T02:49:07,627 return func(self, options, args) 2023-10-01T02:49:07,627 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-10-01T02:49:07,627 File "/home/piwheels/.local/lib/python3.11/site-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-10-01T02:49:07,627 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-10-01T02:49:07,627 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-10-01T02:49:07,627 File "/home/piwheels/.local/lib/python3.11/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-10-01T02:49:07,627 raise error from e 2023-10-01T02:49:07,627 pip._internal.exceptions.DistributionNotFound: No matching distribution found for weneda==0.0.1 2023-10-01T02:49:07,636 Removed build tracker: '/tmp/pip-build-tracker-go1e2oll'