2022-02-04T16:56:16,646 Created temporary directory: /tmp/pip-ephem-wheel-cache-saltb50x 2022-02-04T16:56:16,652 Created temporary directory: /tmp/pip-req-tracker-kn82qadp 2022-02-04T16:56:16,653 Initialized build tracking at /tmp/pip-req-tracker-kn82qadp 2022-02-04T16:56:16,654 Created build tracker: /tmp/pip-req-tracker-kn82qadp 2022-02-04T16:56:16,654 Entered build tracker: /tmp/pip-req-tracker-kn82qadp 2022-02-04T16:56:16,655 Created temporary directory: /tmp/pip-wheel-i_4xur1u 2022-02-04T16:56:16,720 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-02-04T16:56:16,726 2 location(s) to search for versions of tictactoex: 2022-02-04T16:56:16,726 * https://pypi.org/simple/tictactoex/ 2022-02-04T16:56:16,726 * https://www.piwheels.org/simple/tictactoex/ 2022-02-04T16:56:16,728 Fetching project page and analyzing links: https://pypi.org/simple/tictactoex/ 2022-02-04T16:56:16,729 Getting page https://pypi.org/simple/tictactoex/ 2022-02-04T16:56:16,732 Found index url https://pypi.org/simple 2022-02-04T16:56:16,927 Skipping link: No binaries permitted for tictactoex: https://files.pythonhosted.org/packages/e1/25/cd86b1a4cab0fe17e4bfafbf7a474fe9ebac6e76dad20a3cda91e33ace72/tictactoex-0.1.0-py3-none-any.whl#sha256=bec3118f4e4be1dcbc81b845b7d9461b80714d685d1ba489ff1cabdcf1cf13a3 (from https://pypi.org/simple/tictactoex/) (requires-python:>=3.9,<4.0) 2022-02-04T16:56:16,929 Link requires a different Python (3.7.3 not in: '>=3.9,<4.0'): https://files.pythonhosted.org/packages/cb/77/50eaeacaaa6a2ceb189f6b6f19c89cd23f5150c48343214aa776f0c2114e/tictactoex-0.1.0.tar.gz#sha256=7ca95545fa967d0dcd45d4f55e4dc62cacc0a1dc044998c845327b2a555705c8 (from https://pypi.org/simple/tictactoex/) (requires-python:>=3.9,<4.0) 2022-02-04T16:56:16,930 Fetching project page and analyzing links: https://www.piwheels.org/simple/tictactoex/ 2022-02-04T16:56:16,930 Getting page https://www.piwheels.org/simple/tictactoex/ 2022-02-04T16:56:16,932 Found index url https://www.piwheels.org/simple 2022-02-04T16:56:17,217 Skipping link: not a file: https://www.piwheels.org/simple/tictactoex/ 2022-02-04T16:56:17,217 Skipping link: not a file: https://pypi.org/simple/tictactoex/ 2022-02-04T16:56:17,250 Given no hashes to check 0 links for project 'tictactoex': discarding no candidates 2022-02-04T16:56:17,251 ERROR: Could not find a version that satisfies the requirement tictactoex==0.1.0 (from versions: none) 2022-02-04T16:56:17,252 ERROR: No matching distribution found for tictactoex==0.1.0 2022-02-04T16:56:17,252 Exception information: 2022-02-04T16:56:17,252 Traceback (most recent call last): 2022-02-04T16:56:17,252 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 349, in resolve 2022-02-04T16:56:17,252 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-02-04T16:56:17,252 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2022-02-04T16:56:17,252 raise RequirementsConflicted(criterion) 2022-02-04T16:56:17,252 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('tictactoex==0.1.0') 2022-02-04T16:56:17,252 2022-02-04T16:56:17,252 During handling of the above exception, another exception occurred: 2022-02-04T16:56:17,252 2022-02-04T16:56:17,252 Traceback (most recent call last): 2022-02-04T16:56:17,252 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2022-02-04T16:56:17,252 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-02-04T16:56:17,252 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 482, in resolve 2022-02-04T16:56:17,252 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-02-04T16:56:17,252 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 351, in resolve 2022-02-04T16:56:17,252 raise ResolutionImpossible(e.criterion.information) 2022-02-04T16:56:17,252 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('tictactoex==0.1.0'), parent=None)] 2022-02-04T16:56:17,252 2022-02-04T16:56:17,252 The above exception was the direct cause of the following exception: 2022-02-04T16:56:17,252 2022-02-04T16:56:17,252 Traceback (most recent call last): 2022-02-04T16:56:17,252 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 164, in exc_logging_wrapper 2022-02-04T16:56:17,252 status = run_func(*args) 2022-02-04T16:56:17,252 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-02-04T16:56:17,252 return func(self, options, args) 2022-02-04T16:56:17,252 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2022-02-04T16:56:17,252 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-02-04T16:56:17,252 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2022-02-04T16:56:17,252 raise error from e 2022-02-04T16:56:17,252 pip._internal.exceptions.DistributionNotFound: No matching distribution found for tictactoex==0.1.0 2022-02-04T16:56:17,260 Removed build tracker: '/tmp/pip-req-tracker-kn82qadp'