2025-09-10T10:00:59,036 Created temporary directory: /tmp/pip-build-tracker-j6qq_fbf 2025-09-10T10:00:59,037 Initialized build tracking at /tmp/pip-build-tracker-j6qq_fbf 2025-09-10T10:00:59,037 Created build tracker: /tmp/pip-build-tracker-j6qq_fbf 2025-09-10T10:00:59,037 Entered build tracker: /tmp/pip-build-tracker-j6qq_fbf 2025-09-10T10:00:59,037 Created temporary directory: /tmp/pip-wheel-kn3tfe4o 2025-09-10T10:00:59,040 Created temporary directory: /tmp/pip-ephem-wheel-cache-7shdca9x 2025-09-10T10:00:59,097 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-10T10:00:59,100 2 location(s) to search for versions of sfadmin: 2025-09-10T10:00:59,100 * https://pypi.org/simple/sfadmin/ 2025-09-10T10:00:59,100 * https://www.piwheels.org/simple/sfadmin/ 2025-09-10T10:00:59,100 Fetching project page and analyzing links: https://pypi.org/simple/sfadmin/ 2025-09-10T10:00:59,100 Getting page https://pypi.org/simple/sfadmin/ 2025-09-10T10:00:59,101 Found index url https://pypi.org/simple/ 2025-09-10T10:00:59,310 Fetched page https://pypi.org/simple/sfadmin/ as application/vnd.pypi.simple.v1+json 2025-09-10T10:00:59,312 Found link https://files.pythonhosted.org/packages/87/c4/a7d5f418943a95eabfc30a575864bfd97717fdb2a5dbb006365add4f1649/sfadmin-0.0.1.zip (from https://pypi.org/simple/sfadmin/), version: 0.0.1 2025-09-10T10:00:59,313 Fetching project page and analyzing links: https://www.piwheels.org/simple/sfadmin/ 2025-09-10T10:00:59,313 Getting page https://www.piwheels.org/simple/sfadmin/ 2025-09-10T10:00:59,315 Found index url https://www.piwheels.org/simple/ 2025-09-10T10:00:59,411 Fetched page https://www.piwheels.org/simple/sfadmin/ as text/html 2025-09-10T10:00:59,412 Skipping link: not a file: https://www.piwheels.org/simple/sfadmin/ 2025-09-10T10:00:59,412 Skipping link: not a file: https://pypi.org/simple/sfadmin/ 2025-09-10T10:00:59,435 Given no hashes to check 1 links for project 'sfadmin': discarding no candidates 2025-09-10T10:00:59,436 Collecting sfadmin==0.0.1 2025-09-10T10:00:59,437 Created temporary directory: /tmp/pip-unpack-bysrzsq6 2025-09-10T10:00:59,577 Downloading sfadmin-0.0.1.zip (568 bytes) 2025-09-10T10:00:59,586 Added sfadmin==0.0.1 from https://files.pythonhosted.org/packages/87/c4/a7d5f418943a95eabfc30a575864bfd97717fdb2a5dbb006365add4f1649/sfadmin-0.0.1.zip to build tracker '/tmp/pip-build-tracker-j6qq_fbf' 2025-09-10T10:00:59,589 Running setup.py (path:/tmp/pip-wheel-kn3tfe4o/sfadmin_013888436f6242adbafd15d9b1ff03e0/setup.py) egg_info for package sfadmin 2025-09-10T10:00:59,589 Created temporary directory: /tmp/pip-pip-egg-info-zkr721du 2025-09-10T10:00:59,590 Preparing metadata (setup.py): started 2025-09-10T10:00:59,591 Running command python setup.py egg_info 2025-09-10T10:01:00,992 Preparing metadata (setup.py): finished with status 'done' 2025-09-10T10:01:00,996 WARNING: Requested sfadmin==0.0.1 from https://files.pythonhosted.org/packages/87/c4/a7d5f418943a95eabfc30a575864bfd97717fdb2a5dbb006365add4f1649/sfadmin-0.0.1.zip, but installing version 0.0.0 2025-09-10T10:01:00,998 Removed sfadmin==0.0.1 from https://files.pythonhosted.org/packages/87/c4/a7d5f418943a95eabfc30a575864bfd97717fdb2a5dbb006365add4f1649/sfadmin-0.0.1.zip from build tracker '/tmp/pip-build-tracker-j6qq_fbf' 2025-09-10T10:01:00,999 Discarding [blue underline]https://files.pythonhosted.org/packages/87/c4/a7d5f418943a95eabfc30a575864bfd97717fdb2a5dbb006365add4f1649/sfadmin-0.0.1.zip (from https://pypi.org/simple/sfadmin/)[/]: [yellow]Requested sfadmin==0.0.1 from https://files.pythonhosted.org/packages/87/c4/a7d5f418943a95eabfc30a575864bfd97717fdb2a5dbb006365add4f1649/sfadmin-0.0.1.zip has inconsistent version: expected '0.0.1', but metadata has '0.0.0'[reset] 2025-09-10T10:01:01,001 ERROR: Could not find a version that satisfies the requirement sfadmin==0.0.1 (from versions: 0.0.1) 2025-09-10T10:01:01,002 ERROR: No matching distribution found for sfadmin==0.0.1 2025-09-10T10:01:01,003 Exception information: 2025-09-10T10:01:01,003 Traceback (most recent call last): 2025-09-10T10:01:01,003 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 388, in resolve 2025-09-10T10:01:01,003 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-09-10T10:01:01,003 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-10T10:01:01,003 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 142, in _add_to_criteria 2025-09-10T10:01:01,003 raise RequirementsConflicted(criterion) 2025-09-10T10:01:01,003 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('sfadmin==0.0.1') 2025-09-10T10:01:01,003 2025-09-10T10:01:01,003 The above exception was the direct cause of the following exception: 2025-09-10T10:01:01,003 2025-09-10T10:01:01,003 Traceback (most recent call last): 2025-09-10T10:01:01,003 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2025-09-10T10:01:01,003 result = self._result = resolver.resolve( 2025-09-10T10:01:01,003 ~~~~~~~~~~~~~~~~^ 2025-09-10T10:01:01,003 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2025-09-10T10:01:01,003 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-10T10:01:01,003 ) 2025-09-10T10:01:01,003 ^ 2025-09-10T10:01:01,003 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 515, in resolve 2025-09-10T10:01:01,003 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-10T10:01:01,003 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 390, in resolve 2025-09-10T10:01:01,003 raise ResolutionImpossible(e.criterion.information) from e 2025-09-10T10:01:01,003 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('sfadmin==0.0.1'), parent=None)] 2025-09-10T10:01:01,003 2025-09-10T10:01:01,003 The above exception was the direct cause of the following exception: 2025-09-10T10:01:01,003 2025-09-10T10:01:01,003 Traceback (most recent call last): 2025-09-10T10:01:01,003 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-10T10:01:01,003 status = _inner_run() 2025-09-10T10:01:01,003 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-10T10:01:01,003 return self.run(options, args) 2025-09-10T10:01:01,003 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-10T10:01:01,003 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-10T10:01:01,003 return func(self, options, args) 2025-09-10T10:01:01,003 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-09-10T10:01:01,003 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-09-10T10:01:01,003 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 105, in resolve 2025-09-10T10:01:01,003 raise error from e 2025-09-10T10:01:01,003 pip._internal.exceptions.DistributionNotFound: No matching distribution found for sfadmin==0.0.1 2025-09-10T10:01:01,011 Removed build tracker: '/tmp/pip-build-tracker-j6qq_fbf'