2023-09-12T14:23:46,727 Created temporary directory: /tmp/pip-build-tracker-5twqe71h 2023-09-12T14:23:46,728 Initialized build tracking at /tmp/pip-build-tracker-5twqe71h 2023-09-12T14:23:46,729 Created build tracker: /tmp/pip-build-tracker-5twqe71h 2023-09-12T14:23:46,729 Entered build tracker: /tmp/pip-build-tracker-5twqe71h 2023-09-12T14:23:46,730 Created temporary directory: /tmp/pip-wheel-pe6aiub_ 2023-09-12T14:23:46,733 Created temporary directory: /tmp/pip-ephem-wheel-cache-rtea_xxo 2023-09-12T14:23:46,757 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-12T14:23:46,761 2 location(s) to search for versions of sc2-simulator: 2023-09-12T14:23:46,761 * https://pypi.org/simple/sc2-simulator/ 2023-09-12T14:23:46,761 * https://www.piwheels.org/simple/sc2-simulator/ 2023-09-12T14:23:46,762 Fetching project page and analyzing links: https://pypi.org/simple/sc2-simulator/ 2023-09-12T14:23:46,763 Getting page https://pypi.org/simple/sc2-simulator/ 2023-09-12T14:23:46,764 Found index url https://pypi.org/simple/ 2023-09-12T14:23:46,903 Fetched page https://pypi.org/simple/sc2-simulator/ as application/vnd.pypi.simple.v1+json 2023-09-12T14:23:46,905 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 2023-09-12T14:23:46,906 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 2023-09-12T14:23:46,906 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/) 2023-09-12T14:23:46,907 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 2023-09-12T14:23:46,908 Fetching project page and analyzing links: https://www.piwheels.org/simple/sc2-simulator/ 2023-09-12T14:23:46,908 Getting page https://www.piwheels.org/simple/sc2-simulator/ 2023-09-12T14:23:46,910 Found index url https://www.piwheels.org/simple/ 2023-09-12T14:23:47,170 Fetched page https://www.piwheels.org/simple/sc2-simulator/ as text/html 2023-09-12T14:23:47,172 Skipping link: not a file: https://www.piwheels.org/simple/sc2-simulator/ 2023-09-12T14:23:47,172 Skipping link: not a file: https://pypi.org/simple/sc2-simulator/ 2023-09-12T14:23:47,190 Given no hashes to check 0 links for project 'sc2-simulator': discarding no candidates 2023-09-12T14:23:47,191 ERROR: Could not find a version that satisfies the requirement sc2-simulator==0.0.2 (from versions: 0.0.2.win-amd64, 0.0.3.win-amd64, 0.0.1) 2023-09-12T14:23:47,193 ERROR: No matching distribution found for sc2-simulator==0.0.2 2023-09-12T14:23:47,194 Exception information: 2023-09-12T14:23:47,194 Traceback (most recent call last): 2023-09-12T14:23:47,194 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-09-12T14:23:47,194 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-09-12T14:23:47,194 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-09-12T14:23:47,194 raise RequirementsConflicted(criterion) 2023-09-12T14:23:47,194 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('sc2-simulator==0.0.2') 2023-09-12T14:23:47,194 2023-09-12T14:23:47,194 During handling of the above exception, another exception occurred: 2023-09-12T14:23:47,194 2023-09-12T14:23:47,194 Traceback (most recent call last): 2023-09-12T14:23:47,194 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2023-09-12T14:23:47,194 result = self._result = resolver.resolve( 2023-09-12T14:23:47,194 ^^^^^^^^^^^^^^^^^ 2023-09-12T14:23:47,194 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-09-12T14:23:47,194 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-09-12T14:23:47,194 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-12T14:23:47,194 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-09-12T14:23:47,194 raise ResolutionImpossible(e.criterion.information) 2023-09-12T14:23:47,194 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('sc2-simulator==0.0.2'), parent=None)] 2023-09-12T14:23:47,194 2023-09-12T14:23:47,194 The above exception was the direct cause of the following exception: 2023-09-12T14:23:47,194 2023-09-12T14:23:47,194 Traceback (most recent call last): 2023-09-12T14:23:47,194 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-09-12T14:23:47,194 status = run_func(*args) 2023-09-12T14:23:47,194 ^^^^^^^^^^^^^^^ 2023-09-12T14:23:47,194 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-09-12T14:23:47,194 return func(self, options, args) 2023-09-12T14:23:47,194 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-12T14:23:47,194 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-09-12T14:23:47,194 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-09-12T14:23:47,194 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-12T14:23:47,194 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-09-12T14:23:47,194 raise error from e 2023-09-12T14:23:47,194 pip._internal.exceptions.DistributionNotFound: No matching distribution found for sc2-simulator==0.0.2 2023-09-12T14:23:47,200 Removed build tracker: '/tmp/pip-build-tracker-5twqe71h'