2022-01-06T20:21:22,678 Created temporary directory: /tmp/pip-ephem-wheel-cache-l66ocrjo 2022-01-06T20:21:22,684 Created temporary directory: /tmp/pip-req-tracker-pjihgmev 2022-01-06T20:21:22,685 Initialized build tracking at /tmp/pip-req-tracker-pjihgmev 2022-01-06T20:21:22,685 Created build tracker: /tmp/pip-req-tracker-pjihgmev 2022-01-06T20:21:22,685 Entered build tracker: /tmp/pip-req-tracker-pjihgmev 2022-01-06T20:21:22,686 Created temporary directory: /tmp/pip-wheel-668knfsq 2022-01-06T20:21:22,751 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-01-06T20:21:22,757 2 location(s) to search for versions of python-vimeo: 2022-01-06T20:21:22,757 * https://pypi.org/simple/python-vimeo/ 2022-01-06T20:21:22,757 * https://www.piwheels.org/simple/python-vimeo/ 2022-01-06T20:21:22,758 Fetching project page and analyzing links: https://pypi.org/simple/python-vimeo/ 2022-01-06T20:21:22,759 Getting page https://pypi.org/simple/python-vimeo/ 2022-01-06T20:21:22,762 Found index url https://pypi.org/simple 2022-01-06T20:21:22,976 Link requires a different Python (3.7.3 not in: '>=3.9,<4.0'): https://files.pythonhosted.org/packages/37/50/4b29e70202e7fcd9fc231957ac8f06e99b2d7963c1b2d0d2f4de3c1c4b96/python-vimeo-0.1.0.tar.gz#sha256=a98506e84c4454fee6b3578092bce6e83145ba88602419aa4b2afb4ec85d839c (from https://pypi.org/simple/python-vimeo/) (requires-python:>=3.9,<4.0) 2022-01-06T20:21:22,976 Skipping link: No binaries permitted for python-vimeo: https://files.pythonhosted.org/packages/d0/7e/1e33ac408b53ac405fdc0ad8f8ce52cba7c7e7bb7d9c4bf8e396046bb669/python_vimeo-0.1.0-py3-none-any.whl#sha256=33c81359d2cfda27a56a964b15623e64bfbb4bda2409b09dfbbfe43f4551bf7c (from https://pypi.org/simple/python-vimeo/) (requires-python:>=3.9,<4.0) 2022-01-06T20:21:22,977 Fetching project page and analyzing links: https://www.piwheels.org/simple/python-vimeo/ 2022-01-06T20:21:22,978 Getting page https://www.piwheels.org/simple/python-vimeo/ 2022-01-06T20:21:22,980 Found index url https://www.piwheels.org/simple 2022-01-06T20:21:23,188 Skipping link: not a file: https://www.piwheels.org/simple/python-vimeo/ 2022-01-06T20:21:23,189 Skipping link: not a file: https://pypi.org/simple/python-vimeo/ 2022-01-06T20:21:23,220 Given no hashes to check 0 links for project 'python-vimeo': discarding no candidates 2022-01-06T20:21:23,221 ERROR: Could not find a version that satisfies the requirement python-vimeo==0.1.0 (from versions: none) 2022-01-06T20:21:23,222 ERROR: No matching distribution found for python-vimeo==0.1.0 2022-01-06T20:21:23,222 Exception information: 2022-01-06T20:21:23,222 Traceback (most recent call last): 2022-01-06T20:21:23,222 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 349, in resolve 2022-01-06T20:21:23,222 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-01-06T20:21:23,222 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2022-01-06T20:21:23,222 raise RequirementsConflicted(criterion) 2022-01-06T20:21:23,222 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('python-vimeo==0.1.0') 2022-01-06T20:21:23,222 2022-01-06T20:21:23,222 During handling of the above exception, another exception occurred: 2022-01-06T20:21:23,222 2022-01-06T20:21:23,222 Traceback (most recent call last): 2022-01-06T20:21:23,222 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2022-01-06T20:21:23,222 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-01-06T20:21:23,222 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 482, in resolve 2022-01-06T20:21:23,222 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-01-06T20:21:23,222 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 351, in resolve 2022-01-06T20:21:23,222 raise ResolutionImpossible(e.criterion.information) 2022-01-06T20:21:23,222 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('python-vimeo==0.1.0'), parent=None)] 2022-01-06T20:21:23,222 2022-01-06T20:21:23,222 The above exception was the direct cause of the following exception: 2022-01-06T20:21:23,222 2022-01-06T20:21:23,222 Traceback (most recent call last): 2022-01-06T20:21:23,222 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 164, in exc_logging_wrapper 2022-01-06T20:21:23,222 status = run_func(*args) 2022-01-06T20:21:23,222 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-01-06T20:21:23,222 return func(self, options, args) 2022-01-06T20:21:23,222 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2022-01-06T20:21:23,222 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-01-06T20:21:23,222 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2022-01-06T20:21:23,222 raise error from e 2022-01-06T20:21:23,222 pip._internal.exceptions.DistributionNotFound: No matching distribution found for python-vimeo==0.1.0 2022-01-06T20:21:23,230 Removed build tracker: '/tmp/pip-req-tracker-pjihgmev'