2025-09-08T13:19:40,746 Created temporary directory: /tmp/pip-build-tracker-sf7z7tn7 2025-09-08T13:19:40,746 Initialized build tracking at /tmp/pip-build-tracker-sf7z7tn7 2025-09-08T13:19:40,747 Created build tracker: /tmp/pip-build-tracker-sf7z7tn7 2025-09-08T13:19:40,747 Entered build tracker: /tmp/pip-build-tracker-sf7z7tn7 2025-09-08T13:19:40,747 Created temporary directory: /tmp/pip-wheel-zy6i6e97 2025-09-08T13:19:40,751 Created temporary directory: /tmp/pip-ephem-wheel-cache-43nwxj2z 2025-09-08T13:19:40,816 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-08T13:19:40,818 2 location(s) to search for versions of deployml: 2025-09-08T13:19:40,818 * https://pypi.org/simple/deployml/ 2025-09-08T13:19:40,818 * https://www.piwheels.org/simple/deployml/ 2025-09-08T13:19:40,819 Fetching project page and analyzing links: https://pypi.org/simple/deployml/ 2025-09-08T13:19:40,819 Getting page https://pypi.org/simple/deployml/ 2025-09-08T13:19:40,820 Found index url https://pypi.org/simple/ 2025-09-08T13:19:41,024 Fetched page https://pypi.org/simple/deployml/ as application/vnd.pypi.simple.v1+json 2025-09-08T13:19:41,027 Skipping link: No binaries permitted for deployml: https://files.pythonhosted.org/packages/a7/93/c7af76ed847625195a4fcdd46618244d73defb4e7456831e7e8e25a4984e/deployml-0.0.1-py3-none-any.whl (from https://pypi.org/simple/deployml/) 2025-09-08T13:19:41,027 Found link https://files.pythonhosted.org/packages/fa/53/df1468208c816d1dbd6134bc0f90f2587f9567d8fec265264caee01b52da/deployml-0.0.1.tar.gz (from https://pypi.org/simple/deployml/), version: 0.0.1 2025-09-08T13:19:41,028 Skipping link: No binaries permitted for deployml: https://files.pythonhosted.org/packages/e6/b3/ebf1bac51f90fec5ffdd9b45aefa615321f5c14e4e11bf1c4e36b171c505/deployml-0.0.2.a-py3-none-any.whl (from https://pypi.org/simple/deployml/) 2025-09-08T13:19:41,028 Found link https://files.pythonhosted.org/packages/e1/3c/88ca5e040bee78d1de2e6f44b9e7ac9dae5c8ff36f52229942b097696030/deployml-0.0.2.a.tar.gz (from https://pypi.org/simple/deployml/), version: 0.0.2.a 2025-09-08T13:19:41,028 Skipping link: No binaries permitted for deployml: https://files.pythonhosted.org/packages/4d/2c/00c3ca1f87180c44eccd3ae49593e83fd507d88a54365df454301803762f/deployml-0.0.3bis-py2-none-any.whl (from https://pypi.org/simple/deployml/) 2025-09-08T13:19:41,029 Found link https://files.pythonhosted.org/packages/21/f3/6a516779abd6fe85be4de38b69b0d130d7c7346aac02718f1f741d647d59/deployml-0.0.3bis.tar.gz (from https://pypi.org/simple/deployml/), version: 0.0.3bis 2025-09-08T13:19:41,030 Fetching project page and analyzing links: https://www.piwheels.org/simple/deployml/ 2025-09-08T13:19:41,030 Getting page https://www.piwheels.org/simple/deployml/ 2025-09-08T13:19:41,032 Found index url https://www.piwheels.org/simple/ 2025-09-08T13:19:41,133 Fetched page https://www.piwheels.org/simple/deployml/ as text/html 2025-09-08T13:19:41,135 Skipping link: No binaries permitted for deployml: https://archive1.piwheels.org/simple/deployml/deployml-0.0.3-py3-none-any.whl#sha256=52c9cbf94fc4c39adbe42903973d22cd4c8c86b00cef785c73417a3ae1446b7c (from https://www.piwheels.org/simple/deployml/) 2025-09-08T13:19:41,135 Skipping link: No binaries permitted for deployml: https://archive1.piwheels.org/simple/deployml/deployml-0.0.1-py3-none-any.whl#sha256=305670c15e43af874624a14e3588842fda21d9b0cd24bfb06a5657ec34d7fbc5 (from https://www.piwheels.org/simple/deployml/) 2025-09-08T13:19:41,135 Skipping link: not a file: https://www.piwheels.org/simple/deployml/ 2025-09-08T13:19:41,136 Skipping link: not a file: https://pypi.org/simple/deployml/ 2025-09-08T13:19:41,162 Given no hashes to check 0 links for project 'deployml': discarding no candidates 2025-09-08T13:19:41,162 ERROR: Could not find a version that satisfies the requirement deployml==0.0.2 (from versions: 0.0.1, 0.0.2a0) 2025-09-08T13:19:41,164 ERROR: No matching distribution found for deployml==0.0.2 2025-09-08T13:19:41,165 Exception information: 2025-09-08T13:19:41,165 Traceback (most recent call last): 2025-09-08T13:19:41,165 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 388, in resolve 2025-09-08T13:19:41,165 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-09-08T13:19:41,165 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T13:19:41,165 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 142, in _add_to_criteria 2025-09-08T13:19:41,165 raise RequirementsConflicted(criterion) 2025-09-08T13:19:41,165 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('deployml==0.0.2') 2025-09-08T13:19:41,165 2025-09-08T13:19:41,165 The above exception was the direct cause of the following exception: 2025-09-08T13:19:41,165 2025-09-08T13:19:41,165 Traceback (most recent call last): 2025-09-08T13:19:41,165 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2025-09-08T13:19:41,165 result = self._result = resolver.resolve( 2025-09-08T13:19:41,165 ~~~~~~~~~~~~~~~~^ 2025-09-08T13:19:41,165 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2025-09-08T13:19:41,165 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-08T13:19:41,165 ) 2025-09-08T13:19:41,165 ^ 2025-09-08T13:19:41,165 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 515, in resolve 2025-09-08T13:19:41,165 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-08T13:19:41,165 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 390, in resolve 2025-09-08T13:19:41,165 raise ResolutionImpossible(e.criterion.information) from e 2025-09-08T13:19:41,165 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('deployml==0.0.2'), parent=None)] 2025-09-08T13:19:41,165 2025-09-08T13:19:41,165 The above exception was the direct cause of the following exception: 2025-09-08T13:19:41,165 2025-09-08T13:19:41,165 Traceback (most recent call last): 2025-09-08T13:19:41,165 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-08T13:19:41,165 status = _inner_run() 2025-09-08T13:19:41,165 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-08T13:19:41,165 return self.run(options, args) 2025-09-08T13:19:41,165 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-08T13:19:41,165 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-08T13:19:41,165 return func(self, options, args) 2025-09-08T13:19:41,165 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-09-08T13:19:41,165 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-09-08T13:19:41,165 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 105, in resolve 2025-09-08T13:19:41,165 raise error from e 2025-09-08T13:19:41,165 pip._internal.exceptions.DistributionNotFound: No matching distribution found for deployml==0.0.2 2025-09-08T13:19:41,173 Removed build tracker: '/tmp/pip-build-tracker-sf7z7tn7'