2025-09-09T01:39:10,736 Created temporary directory: /tmp/pip-build-tracker-csw9hopm 2025-09-09T01:39:10,737 Initialized build tracking at /tmp/pip-build-tracker-csw9hopm 2025-09-09T01:39:10,737 Created build tracker: /tmp/pip-build-tracker-csw9hopm 2025-09-09T01:39:10,737 Entered build tracker: /tmp/pip-build-tracker-csw9hopm 2025-09-09T01:39:10,737 Created temporary directory: /tmp/pip-wheel-vxeh1gem 2025-09-09T01:39:10,740 Created temporary directory: /tmp/pip-ephem-wheel-cache-m_n5169c 2025-09-09T01:39:10,796 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2025-09-09T01:39:10,798 2 location(s) to search for versions of sc2-simulator: 2025-09-09T01:39:10,798 * https://pypi.org/simple/sc2-simulator/ 2025-09-09T01:39:10,798 * https://www.piwheels.org/simple/sc2-simulator/ 2025-09-09T01:39:10,798 Fetching project page and analyzing links: https://pypi.org/simple/sc2-simulator/ 2025-09-09T01:39:10,799 Getting page https://pypi.org/simple/sc2-simulator/ 2025-09-09T01:39:10,800 Found index url https://pypi.org/simple/ 2025-09-09T01:39:10,870 Fetched page https://pypi.org/simple/sc2-simulator/ as application/vnd.pypi.simple.v1+json 2025-09-09T01:39:10,871 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:10,871 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:10,871 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:10,871 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:10,872 Fetching project page and analyzing links: https://www.piwheels.org/simple/sc2-simulator/ 2025-09-09T01:39:10,872 Getting page https://www.piwheels.org/simple/sc2-simulator/ 2025-09-09T01:39:10,873 Found index url https://www.piwheels.org/simple/ 2025-09-09T01:39:10,960 Fetched page https://www.piwheels.org/simple/sc2-simulator/ as text/html 2025-09-09T01:39:10,960 Skipping link: not a file: https://www.piwheels.org/simple/sc2-simulator/ 2025-09-09T01:39:10,961 Skipping link: not a file: https://pypi.org/simple/sc2-simulator/ 2025-09-09T01:39:10,985 Given no hashes to check 0 links for project 'sc2-simulator': discarding no candidates 2025-09-09T01:39:10,985 ERROR: Could not find a version that satisfies the requirement sc2-simulator==0.0.3 (from versions: 0.0.1) 2025-09-09T01:39:10,986 ERROR: No matching distribution found for sc2-simulator==0.0.3 2025-09-09T01:39:10,987 Exception information: 2025-09-09T01:39:10,987 Traceback (most recent call last): 2025-09-09T01:39:10,987 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 388, in resolve 2025-09-09T01:39:10,987 self._add_to_criteria(self.state.criteria, r, parent=None) 2025-09-09T01:39:10,987 ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-09T01:39:10,987 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 142, in _add_to_criteria 2025-09-09T01:39:10,987 raise RequirementsConflicted(criterion) 2025-09-09T01:39:10,987 pip._vendor.resolvelib.resolvers.exceptions.RequirementsConflicted: Requirements conflict: SpecifierRequirement('sc2-simulator==0.0.3') 2025-09-09T01:39:10,987 2025-09-09T01:39:10,987 The above exception was the direct cause of the following exception: 2025-09-09T01:39:10,987 2025-09-09T01:39:10,987 Traceback (most recent call last): 2025-09-09T01:39:10,987 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 96, in resolve 2025-09-09T01:39:10,987 result = self._result = resolver.resolve( 2025-09-09T01:39:10,987 ~~~~~~~~~~~~~~~~^ 2025-09-09T01:39:10,987 collected.requirements, max_rounds=limit_how_complex_resolution_can_be 2025-09-09T01:39:10,987 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-09-09T01:39:10,987 ) 2025-09-09T01:39:10,987 ^ 2025-09-09T01:39:10,987 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 515, in resolve 2025-09-09T01:39:10,987 state = resolution.resolve(requirements, max_rounds=max_rounds) 2025-09-09T01:39:10,987 File "/usr/lib/python3/dist-packages/pip/_vendor/resolvelib/resolvers/resolution.py", line 390, in resolve 2025-09-09T01:39:10,987 raise ResolutionImpossible(e.criterion.information) from e 2025-09-09T01:39:10,987 pip._vendor.resolvelib.resolvers.exceptions.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('sc2-simulator==0.0.3'), parent=None)] 2025-09-09T01:39:10,987 2025-09-09T01:39:10,987 The above exception was the direct cause of the following exception: 2025-09-09T01:39:10,987 2025-09-09T01:39:10,987 Traceback (most recent call last): 2025-09-09T01:39:10,987 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 105, in _run_wrapper 2025-09-09T01:39:10,987 status = _inner_run() 2025-09-09T01:39:10,987 File "/usr/lib/python3/dist-packages/pip/_internal/cli/base_command.py", line 96, in _inner_run 2025-09-09T01:39:10,987 return self.run(options, args) 2025-09-09T01:39:10,987 ~~~~~~~~^^^^^^^^^^^^^^^ 2025-09-09T01:39:10,987 File "/usr/lib/python3/dist-packages/pip/_internal/cli/req_command.py", line 68, in wrapper 2025-09-09T01:39:10,987 return func(self, options, args) 2025-09-09T01:39:10,987 File "/usr/lib/python3/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2025-09-09T01:39:10,987 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2025-09-09T01:39:10,987 File "/usr/lib/python3/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 105, in resolve 2025-09-09T01:39:10,987 raise error from e 2025-09-09T01:39:10,987 pip._internal.exceptions.DistributionNotFound: No matching distribution found for sc2-simulator==0.0.3 2025-09-09T01:39:10,997 Removed build tracker: '/tmp/pip-build-tracker-csw9hopm'