2024-01-25T18:01:34,683 Created temporary directory: /tmp/pip-build-tracker-4snv0uo2 2024-01-25T18:01:34,684 Initialized build tracking at /tmp/pip-build-tracker-4snv0uo2 2024-01-25T18:01:34,685 Created build tracker: /tmp/pip-build-tracker-4snv0uo2 2024-01-25T18:01:34,685 Entered build tracker: /tmp/pip-build-tracker-4snv0uo2 2024-01-25T18:01:34,686 Created temporary directory: /tmp/pip-wheel-jw1cgwck 2024-01-25T18:01:34,689 Created temporary directory: /tmp/pip-ephem-wheel-cache-m2o7m0ja 2024-01-25T18:01:34,716 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-01-25T18:01:34,720 2 location(s) to search for versions of mleko: 2024-01-25T18:01:34,720 * https://pypi.org/simple/mleko/ 2024-01-25T18:01:34,720 * https://www.piwheels.org/simple/mleko/ 2024-01-25T18:01:34,721 Fetching project page and analyzing links: https://pypi.org/simple/mleko/ 2024-01-25T18:01:34,721 Getting page https://pypi.org/simple/mleko/ 2024-01-25T18:01:34,723 Found index url https://pypi.org/simple/ 2024-01-25T18:01:34,864 Fetched page https://pypi.org/simple/mleko/ as application/vnd.pypi.simple.v1+json 2024-01-25T18:01:34,866 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:01:34,867 Link requires a different Python (3.11.2 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:01:34,867 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:01:34,868 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:01:34,869 Link requires a different Python (3.11.2 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:01:34,869 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:01:34,870 Fetching project page and analyzing links: https://www.piwheels.org/simple/mleko/ 2024-01-25T18:01:34,871 Getting page https://www.piwheels.org/simple/mleko/ 2024-01-25T18:01:34,872 Found index url https://www.piwheels.org/simple/ 2024-01-25T18:01:35,035 Fetched page https://www.piwheels.org/simple/mleko/ as text/html 2024-01-25T18:01:35,036 Skipping link: not a file: https://www.piwheels.org/simple/mleko/ 2024-01-25T18:01:35,037 Skipping link: not a file: https://pypi.org/simple/mleko/ 2024-01-25T18:01:35,056 Given no hashes to check 0 links for project 'mleko': discarding no candidates 2024-01-25T18:01:35,057 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:01:35,059 ERROR: Could not find a version that satisfies the requirement mleko==1.2.3 (from versions: none) 2024-01-25T18:01:35,060 ERROR: No matching distribution found for mleko==1.2.3 2024-01-25T18:01:35,062 Exception information: 2024-01-25T18:01:35,062 Traceback (most recent call last): 2024-01-25T18:01:35,062 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2024-01-25T18:01:35,062 self._add_to_criteria(self.state.criteria, r, parent=None) 2024-01-25T18:01:35,062 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2024-01-25T18:01:35,062 raise RequirementsConflicted(criterion) 2024-01-25T18:01:35,062 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('mleko==1.2.3') 2024-01-25T18:01:35,062 2024-01-25T18:01:35,062 During handling of the above exception, another exception occurred: 2024-01-25T18:01:35,062 2024-01-25T18:01:35,062 Traceback (most recent call last): 2024-01-25T18:01:35,062 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2024-01-25T18:01:35,062 result = self._result = resolver.resolve( 2024-01-25T18:01:35,062 ^^^^^^^^^^^^^^^^^ 2024-01-25T18:01:35,062 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2024-01-25T18:01:35,062 state = resolution.resolve(requirements, max_rounds=max_rounds) 2024-01-25T18:01:35,062 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-01-25T18:01:35,062 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2024-01-25T18:01:35,062 raise ResolutionImpossible(e.criterion.information) 2024-01-25T18:01:35,062 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('mleko==1.2.3'), parent=None)] 2024-01-25T18:01:35,062 2024-01-25T18:01:35,062 The above exception was the direct cause of the following exception: 2024-01-25T18:01:35,062 2024-01-25T18:01:35,062 Traceback (most recent call last): 2024-01-25T18:01:35,062 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2024-01-25T18:01:35,062 status = run_func(*args) 2024-01-25T18:01:35,062 ^^^^^^^^^^^^^^^ 2024-01-25T18:01:35,062 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 245, in wrapper 2024-01-25T18:01:35,062 return func(self, options, args) 2024-01-25T18:01:35,062 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-01-25T18:01:35,062 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2024-01-25T18:01:35,062 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2024-01-25T18:01:35,062 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-01-25T18:01:35,062 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 104, in resolve 2024-01-25T18:01:35,062 raise error from e 2024-01-25T18:01:35,062 pip._internal.exceptions.DistributionNotFound: No matching distribution found for mleko==1.2.3 2024-01-25T18:01:35,068 Removed build tracker: '/tmp/pip-build-tracker-4snv0uo2'