2022-02-20T23:36:31,610 Created temporary directory: /tmp/pip-ephem-wheel-cache-03o3a7_8 2022-02-20T23:36:31,616 Created temporary directory: /tmp/pip-req-tracker-18p3n1pl 2022-02-20T23:36:31,616 Initialized build tracking at /tmp/pip-req-tracker-18p3n1pl 2022-02-20T23:36:31,617 Created build tracker: /tmp/pip-req-tracker-18p3n1pl 2022-02-20T23:36:31,617 Entered build tracker: /tmp/pip-req-tracker-18p3n1pl 2022-02-20T23:36:31,618 Created temporary directory: /tmp/pip-wheel-8fkom_di 2022-02-20T23:36:31,687 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-02-20T23:36:31,695 2 location(s) to search for versions of minimax: 2022-02-20T23:36:31,695 * https://pypi.org/simple/minimax/ 2022-02-20T23:36:31,695 * https://www.piwheels.org/simple/minimax/ 2022-02-20T23:36:31,697 Fetching project page and analyzing links: https://pypi.org/simple/minimax/ 2022-02-20T23:36:31,698 Getting page https://pypi.org/simple/minimax/ 2022-02-20T23:36:31,701 Found index url https://pypi.org/simple 2022-02-20T23:36:31,814 Skipping link: No binaries permitted for minimax: https://files.pythonhosted.org/packages/ef/42/ae4246274b06afaf2ddc7e202ca474c898222a01ca8bdc9237253cb1f03a/minimax-0.0.1-py3-none-any.whl#sha256=3ef88ac3a9b500a0f2b68318730a66de3295cdfdac4bfc326f2fe41709254111 (from https://pypi.org/simple/minimax/) (requires-python:>=3.10) 2022-02-20T23:36:31,816 Link requires a different Python (3.7.3 not in: '>=3.10'): https://files.pythonhosted.org/packages/8e/17/fe415802b68f1679da259dc1d92b0686bc4a9b27ed3d08b23085925c4b84/minimax-0.0.1.tar.gz#sha256=3f0dfb522062ed326102c5877f4c024407aca9aa7181377716abb82add031b24 (from https://pypi.org/simple/minimax/) (requires-python:>=3.10) 2022-02-20T23:36:31,816 Skipping link: No binaries permitted for minimax: https://files.pythonhosted.org/packages/54/db/9fbf054bf17509a8ba0baba50413fd4f707a2d9aa3753fb06ce77a517a2b/minimax-0.0.2-py3-none-any.whl#sha256=4c2859e29b40d2da827ef60989d19e12640b1fe526a407d9b180ec9e385d58ee (from https://pypi.org/simple/minimax/) (requires-python:>=3.10) 2022-02-20T23:36:31,818 Link requires a different Python (3.7.3 not in: '>=3.10'): https://files.pythonhosted.org/packages/2f/75/5ccdaef1c78311e1b20cafde292dc537a79587ae073604ea47315884d8d6/minimax-0.0.2.tar.gz#sha256=7543424dcfe1fe8abc5fc3c5526e54cb560b93dee035096d583832d5346d507f (from https://pypi.org/simple/minimax/) (requires-python:>=3.10) 2022-02-20T23:36:31,818 Fetching project page and analyzing links: https://www.piwheels.org/simple/minimax/ 2022-02-20T23:36:31,819 Getting page https://www.piwheels.org/simple/minimax/ 2022-02-20T23:36:31,821 Found index url https://www.piwheels.org/simple 2022-02-20T23:36:32,032 Skipping link: not a file: https://www.piwheels.org/simple/minimax/ 2022-02-20T23:36:32,033 Skipping link: not a file: https://pypi.org/simple/minimax/ 2022-02-20T23:36:32,066 Given no hashes to check 0 links for project 'minimax': discarding no candidates 2022-02-20T23:36:32,067 ERROR: Could not find a version that satisfies the requirement minimax==0.0.1 (from versions: none) 2022-02-20T23:36:32,069 ERROR: No matching distribution found for minimax==0.0.1 2022-02-20T23:36:32,071 Exception information: 2022-02-20T23:36:32,071 Traceback (most recent call last): 2022-02-20T23:36:32,071 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 348, in resolve 2022-02-20T23:36:32,071 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-02-20T23:36:32,071 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _add_to_criteria 2022-02-20T23:36:32,071 raise RequirementsConflicted(criterion) 2022-02-20T23:36:32,071 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('minimax==0.0.1') 2022-02-20T23:36:32,071 2022-02-20T23:36:32,071 During handling of the above exception, another exception occurred: 2022-02-20T23:36:32,071 2022-02-20T23:36:32,071 Traceback (most recent call last): 2022-02-20T23:36:32,071 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 95, in resolve 2022-02-20T23:36:32,071 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-02-20T23:36:32,071 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 481, in resolve 2022-02-20T23:36:32,071 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-02-20T23:36:32,071 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 350, in resolve 2022-02-20T23:36:32,071 raise ResolutionImpossible(e.criterion.information) 2022-02-20T23:36:32,071 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('minimax==0.0.1'), parent=None)] 2022-02-20T23:36:32,071 2022-02-20T23:36:32,071 The above exception was the direct cause of the following exception: 2022-02-20T23:36:32,071 2022-02-20T23:36:32,071 Traceback (most recent call last): 2022-02-20T23:36:32,071 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper 2022-02-20T23:36:32,071 status = run_func(*args) 2022-02-20T23:36:32,071 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-02-20T23:36:32,071 return func(self, options, args) 2022-02-20T23:36:32,071 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 145, in run 2022-02-20T23:36:32,071 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-02-20T23:36:32,071 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 103, in resolve 2022-02-20T23:36:32,071 raise error from e 2022-02-20T23:36:32,071 pip._internal.exceptions.DistributionNotFound: No matching distribution found for minimax==0.0.1 2022-02-20T23:36:32,080 Removed build tracker: '/tmp/pip-req-tracker-18p3n1pl'