2025-09-09T01:39:06,789 Created temporary directory: /tmp/pip-build-tracker-imfgmwr_ 2025-09-09T01:39:06,790 Initialized build tracking at /tmp/pip-build-tracker-imfgmwr_ 2025-09-09T01:39:06,790 Created build tracker: /tmp/pip-build-tracker-imfgmwr_ 2025-09-09T01:39:06,790 Entered build tracker: /tmp/pip-build-tracker-imfgmwr_ 2025-09-09T01:39:06,791 Created temporary directory: /tmp/pip-wheel-_yktpqoc 2025-09-09T01:39:06,794 Created temporary directory: /tmp/pip-ephem-wheel-cache-ighm0sby 2025-09-09T01:39:06,850 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-09T01:39:06,853 2 location(s) to search for versions of sc2-simulator: 2025-09-09T01:39:06,853 * https://pypi.org/simple/sc2-simulator/ 2025-09-09T01:39:06,853 * https://www.piwheels.org/simple/sc2-simulator/ 2025-09-09T01:39:06,853 Fetching project page and analyzing links: https://pypi.org/simple/sc2-simulator/ 2025-09-09T01:39:06,853 Getting page https://pypi.org/simple/sc2-simulator/ 2025-09-09T01:39:06,854 Found index url https://pypi.org/simple/ 2025-09-09T01:39:06,924 Fetched page https://pypi.org/simple/sc2-simulator/ as application/vnd.pypi.simple.v1+json 2025-09-09T01:39:06,925 Found link https://files.pythonhosted.org/packages/b7/b1/3713c977f411f91fa12003b4b7f135492e5947585ab8f9a101a4efa3388a/sc2_simulator-0.0.1.tar.gz (from https://pypi.org/simple/sc2-simulator/), version: 0.0.1 2025-09-09T01:39:06,925 Found link https://files.pythonhosted.org/packages/ad/5f/4cd7251f95f40c84fa92b87eae04bab403632b3f5dd4fe78ff5a69c776d4/sc2_simulator-0.0.2.win-amd64.zip (from https://pypi.org/simple/sc2-simulator/), version: 0.0.2.win-amd64 2025-09-09T01:39:06,925 Skipping link: No binaries permitted for sc2-simulator: https://files.pythonhosted.org/packages/65/b6/7f1ef3e38d52dcd59fcd07a597aeb2565889dc7fe8027059a15035c21f30/sc2_simulator-0.0.3-cp38-cp38-win_amd64.whl (from https://pypi.org/simple/sc2-simulator/) 2025-09-09T01:39:06,925 Found link https://files.pythonhosted.org/packages/a3/ca/4690299550c1e80bcff9a5b99f5ef2cbf634d143c9518927ab0f491098f5/sc2_simulator-0.0.3.win-amd64.zip (from https://pypi.org/simple/sc2-simulator/), version: 0.0.3.win-amd64 2025-09-09T01:39:06,926 Fetching project page and analyzing links: https://www.piwheels.org/simple/sc2-simulator/ 2025-09-09T01:39:06,926 Getting page https://www.piwheels.org/simple/sc2-simulator/ 2025-09-09T01:39:06,927 Found index url https://www.piwheels.org/simple/ 2025-09-09T01:39:07,009 Fetched page https://www.piwheels.org/simple/sc2-simulator/ as text/html 2025-09-09T01:39:07,010 Skipping link: not a file: https://www.piwheels.org/simple/sc2-simulator/ 2025-09-09T01:39:07,010 Skipping link: not a file: https://pypi.org/simple/sc2-simulator/ 2025-09-09T01:39:07,035 Given no hashes to check 0 links for project 'sc2-simulator': discarding no candidates 2025-09-09T01:39:07,035 ERROR: Could not find a version that satisfies the requirement sc2-simulator==0.0.2 (from versions: 0.0.1) 2025-09-09T01:39:07,037 ERROR: No matching distribution found for sc2-simulator==0.0.2 2025-09-09T01:39:07,037 Exception information: 2025-09-09T01:39:07,037 Traceback (most recent call last): 2025-09-09T01:39:07,037 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 388, in resolve 2025-09-09T01:39:07,037 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-09-09T01:39:07,037 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-09T01:39:07,037 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 142, in _add_to_criteria 2025-09-09T01:39:07,037 raise RequirementsConflicted(criterion) 2025-09-09T01:39:07,037 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('sc2-simulator==0.0.2') 2025-09-09T01:39:07,037 2025-09-09T01:39:07,037 The above exception was the direct cause of the following exception: 2025-09-09T01:39:07,037 2025-09-09T01:39:07,037 Traceback (most recent call last): 2025-09-09T01:39:07,037 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2025-09-09T01:39:07,037 result = self._result = resolver.resolve( 2025-09-09T01:39:07,037 ~~~~~~~~~~~~~~~~^ 2025-09-09T01:39:07,037 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2025-09-09T01:39:07,037 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-09T01:39:07,037 ) 2025-09-09T01:39:07,037 ^ 2025-09-09T01:39:07,037 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 515, in resolve 2025-09-09T01:39:07,037 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-09T01:39:07,037 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 390, in resolve 2025-09-09T01:39:07,037 raise ResolutionImpossible(e.criterion.information) from e 2025-09-09T01:39:07,037 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('sc2-simulator==0.0.2'), parent=None)] 2025-09-09T01:39:07,037 2025-09-09T01:39:07,037 The above exception was the direct cause of the following exception: 2025-09-09T01:39:07,037 2025-09-09T01:39:07,037 Traceback (most recent call last): 2025-09-09T01:39:07,037 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-09T01:39:07,037 status = _inner_run() 2025-09-09T01:39:07,037 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-09T01:39:07,037 return self.run(options, args) 2025-09-09T01:39:07,037 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-09T01:39:07,037 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-09T01:39:07,037 return func(self, options, args) 2025-09-09T01:39:07,037 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-09-09T01:39:07,037 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-09-09T01:39:07,037 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 105, in resolve 2025-09-09T01:39:07,037 raise error from e 2025-09-09T01:39:07,037 pip._internal.exceptions.DistributionNotFound: No matching distribution found for sc2-simulator==0.0.2 2025-09-09T01:39:07,047 Removed build tracker: '/tmp/pip-build-tracker-imfgmwr_'