2024-01-25T18:58:58,440 Created temporary directory: /tmp/pip-build-tracker-ymuegqfk 2024-01-25T18:58:58,444 Initialized build tracking at /tmp/pip-build-tracker-ymuegqfk 2024-01-25T18:58:58,445 Created build tracker: /tmp/pip-build-tracker-ymuegqfk 2024-01-25T18:58:58,445 Entered build tracker: /tmp/pip-build-tracker-ymuegqfk 2024-01-25T18:58:58,446 Created temporary directory: /tmp/pip-wheel-bspp453c 2024-01-25T18:58:58,457 Created temporary directory: /tmp/pip-ephem-wheel-cache-v06mksvj 2024-01-25T18:58:58,513 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-01-25T18:58:58,527 2 location(s) to search for versions of mleko: 2024-01-25T18:58:58,527 * https://pypi.org/simple/mleko/ 2024-01-25T18:58:58,527 * https://www.piwheels.org/simple/mleko/ 2024-01-25T18:58:58,528 Fetching project page and analyzing links: https://pypi.org/simple/mleko/ 2024-01-25T18:58:58,529 Getting page https://pypi.org/simple/mleko/ 2024-01-25T18:58:58,532 Found index url https://pypi.org/simple/ 2024-01-25T18:58:58,643 Fetched page https://pypi.org/simple/mleko/ as application/vnd.pypi.simple.v1+json 2024-01-25T18:58:58,647 Skipping link: No binaries permitted for mleko: https://files.pythonhosted.org/packages/02/d4/89eaee1412e3a0415e79dfa98030801eee2409b233cb40bda465d2c2da4f/mleko-1.2.2-py3-none-any.whl (from https://pypi.org/simple/mleko/) (requires-python:>=3.8.1,<3.11.dev0) 2024-01-25T18:58:58,649 Link requires a different Python (3.7.3 not in: '>=3.8.1,<3.11.dev0'): https://files.pythonhosted.org/packages/13/98/cb29f89ce606f6717f98c18b626a4a98870a4e099badd4aab01258b777c7/mleko-1.2.2.tar.gz (from https://pypi.org/simple/mleko/) (requires-python:>=3.8.1,<3.11.dev0) 2024-01-25T18:58:58,650 Skipping link: 1.2.2 Requires-Python >=3.8.1,<3.11.dev0: https://files.pythonhosted.org/packages/13/98/cb29f89ce606f6717f98c18b626a4a98870a4e099badd4aab01258b777c7/mleko-1.2.2.tar.gz (from https://pypi.org/simple/mleko/) (requires-python:>=3.8.1,<3.11.dev0) 2024-01-25T18:58:58,650 Skipping link: No binaries permitted for mleko: https://files.pythonhosted.org/packages/bd/9d/6129a4f1dccba6ef7c6aa1fdcf9fa1e3e1246b5e5c3cda78b1bc9e2112dc/mleko-1.2.3-py3-none-any.whl (from https://pypi.org/simple/mleko/) (requires-python:>=3.8.1,<3.11.dev0) 2024-01-25T18:58:58,652 Link requires a different Python (3.7.3 not in: '>=3.8.1,<3.11.dev0'): https://files.pythonhosted.org/packages/22/11/c6ffa51cb0143a2ab9f4985639ea73353aaf4157fd9d9500214e2c3c268d/mleko-1.2.3.tar.gz (from https://pypi.org/simple/mleko/) (requires-python:>=3.8.1,<3.11.dev0) 2024-01-25T18:58:58,652 Skipping link: 1.2.3 Requires-Python >=3.8.1,<3.11.dev0: https://files.pythonhosted.org/packages/22/11/c6ffa51cb0143a2ab9f4985639ea73353aaf4157fd9d9500214e2c3c268d/mleko-1.2.3.tar.gz (from https://pypi.org/simple/mleko/) (requires-python:>=3.8.1,<3.11.dev0) 2024-01-25T18:58:58,653 Fetching project page and analyzing links: https://www.piwheels.org/simple/mleko/ 2024-01-25T18:58:58,653 Getting page https://www.piwheels.org/simple/mleko/ 2024-01-25T18:58:58,656 Found index url https://www.piwheels.org/simple/ 2024-01-25T18:58:58,771 Fetched page https://www.piwheels.org/simple/mleko/ as text/html 2024-01-25T18:58:58,773 Skipping link: not a file: https://www.piwheels.org/simple/mleko/ 2024-01-25T18:58:58,773 Skipping link: not a file: https://pypi.org/simple/mleko/ 2024-01-25T18:58:58,805 Given no hashes to check 0 links for project 'mleko': discarding no candidates 2024-01-25T18:58:58,806 ERROR: Ignored the following versions that require a different python version: 1.2.2 Requires-Python >=3.8.1,<3.11.dev0; 1.2.3 Requires-Python >=3.8.1,<3.11.dev0 2024-01-25T18:58:58,809 ERROR: Could not find a version that satisfies the requirement mleko==1.2.2 (from versions: none) 2024-01-25T18:58:58,811 ERROR: No matching distribution found for mleko==1.2.2 2024-01-25T18:58:58,813 Exception information: 2024-01-25T18:58:58,813 Traceback (most recent call last): 2024-01-25T18:58:58,813 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-01-25T18:58:58,813 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-01-25T18:58:58,813 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-01-25T18:58:58,813 raise RequirementsConflicted(criterion) 2024-01-25T18:58:58,813 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('mleko==1.2.2') 2024-01-25T18:58:58,813 2024-01-25T18:58:58,813 During handling of the above exception, another exception occurred: 2024-01-25T18:58:58,813 2024-01-25T18:58:58,813 Traceback (most recent call last): 2024-01-25T18:58:58,813 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2024-01-25T18:58:58,813 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2024-01-25T18:58:58,813 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-01-25T18:58:58,813 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-01-25T18:58:58,813 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-01-25T18:58:58,813 raise ResolutionImpossible(e.criterion.information) 2024-01-25T18:58:58,813 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('mleko==1.2.2'), parent=None)] 2024-01-25T18:58:58,813 2024-01-25T18:58:58,813 The above exception was the direct cause of the following exception: 2024-01-25T18:58:58,813 2024-01-25T18:58:58,813 Traceback (most recent call last): 2024-01-25T18:58:58,813 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2024-01-25T18:58:58,813 status = run_func(*args) 2024-01-25T18:58:58,813 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/cli/req_command.py", line 245, in wrapper 2024-01-25T18:58:58,813 return func(self, options, args) 2024-01-25T18:58:58,813 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-01-25T18:58:58,813 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-01-25T18:58:58,813 File "/home/piwheels/.local/lib/python3.7/site-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-01-25T18:58:58,813 raise error from e 2024-01-25T18:58:58,813 pip._internal.exceptions.DistributionNotFound: No matching distribution found for mleko==1.2.2 2024-01-25T18:58:58,822 Removed build tracker: '/tmp/pip-build-tracker-ymuegqfk'