2021-05-21T09:52:55,159 DEPRECATION: Python 3.5 reached the end of its life on September 13th, 2020. Please upgrade your Python as Python 3.5 is no longer maintained. pip 21.0 will drop support for Python 3.5 in January 2021. pip 21.0 will remove support for this functionality. 2021-05-21T09:52:55,937 Created temporary directory: /tmp/pip-ephem-wheel-cache-vkuuzm4w 2021-05-21T09:52:55,942 Created temporary directory: /tmp/pip-req-tracker-0ojptcmq 2021-05-21T09:52:55,943 Initialized build tracking at /tmp/pip-req-tracker-0ojptcmq 2021-05-21T09:52:55,943 Created build tracker: /tmp/pip-req-tracker-0ojptcmq 2021-05-21T09:52:55,943 Entered build tracker: /tmp/pip-req-tracker-0ojptcmq 2021-05-21T09:52:55,945 Created temporary directory: /tmp/pip-wheel-tfr69i9v 2021-05-21T09:52:56,023 1 location(s) to search for versions of touchwatch: 2021-05-21T09:52:56,023 * https://pypi.org/simple/touchwatch/ 2021-05-21T09:52:56,024 Fetching project page and analyzing links: https://pypi.org/simple/touchwatch/ 2021-05-21T09:52:56,026 Getting page https://pypi.org/simple/touchwatch/ 2021-05-21T09:52:56,030 Found index url https://pypi.org/simple 2021-05-21T09:52:56,364 Link requires a different Python (3.5.3 not in: '>=3.6'): https://files.pythonhosted.org/packages/c9/97/c674df16fa363acd4651ccdab6340b76a61e85646938caa36e691e91bfcb/touchwatch-0.1.tar.gz#sha256=1f9d1f499602cba49026f1aeaa425ae57be754a199f0e969205398cb5ddb3013 (from https://pypi.org/simple/touchwatch/) (requires-python:>=3.6) 2021-05-21T09:52:56,393 Given no hashes to check 0 links for project 'touchwatch': discarding no candidates 2021-05-21T09:52:56,394 ERROR: Could not find a version that satisfies the requirement touchwatch==0.1 2021-05-21T09:52:56,395 ERROR: No matching distribution found for touchwatch==0.1 2021-05-21T09:52:56,395 Exception information: 2021-05-21T09:52:56,395 Traceback (most recent call last): 2021-05-21T09:52:56,395 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-05-21T09:52:56,395 crit = self.state.criteria[name] 2021-05-21T09:52:56,395 KeyError: 'touchwatch' 2021-05-21T09:52:56,395 2021-05-21T09:52:56,395 During handling of the above exception, another exception occurred: 2021-05-21T09:52:56,395 2021-05-21T09:52:56,395 Traceback (most recent call last): 2021-05-21T09:52:56,395 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-05-21T09:52:56,395 name, crit = self._merge_into_criterion(r, parent=None) 2021-05-21T09:52:56,395 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-05-21T09:52:56,395 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-05-21T09:52:56,395 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-05-21T09:52:56,395 raise RequirementsConflicted(criterion) 2021-05-21T09:52:56,395 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('touchwatch==0.1') 2021-05-21T09:52:56,395 2021-05-21T09:52:56,395 During handling of the above exception, another exception occurred: 2021-05-21T09:52:56,395 2021-05-21T09:52:56,395 Traceback (most recent call last): 2021-05-21T09:52:56,395 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-05-21T09:52:56,395 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-05-21T09:52:56,395 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-05-21T09:52:56,395 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-05-21T09:52:56,395 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-05-21T09:52:56,395 raise ResolutionImpossible(e.criterion.information) 2021-05-21T09:52:56,395 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('touchwatch==0.1'), parent=None)] 2021-05-21T09:52:56,395 2021-05-21T09:52:56,395 The above exception was the direct cause of the following exception: 2021-05-21T09:52:56,395 2021-05-21T09:52:56,395 Traceback (most recent call last): 2021-05-21T09:52:56,395 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main 2021-05-21T09:52:56,395 status = self.run(options, args) 2021-05-21T09:52:56,395 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/req_command.py", line 180, in wrapper 2021-05-21T09:52:56,395 return func(self, options, args) 2021-05-21T09:52:56,395 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/commands/wheel.py", line 163, in run 2021-05-21T09:52:56,395 reqs, check_supported_wheels=True 2021-05-21T09:52:56,395 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-05-21T09:52:56,395 six.raise_from(error, e) 2021-05-21T09:52:56,395 File "", line 3, in raise_from 2021-05-21T09:52:56,395 pip._internal.exceptions.DistributionNotFound: No matching distribution found for touchwatch==0.1 2021-05-21T09:52:56,404 Removed build tracker: '/tmp/pip-req-tracker-0ojptcmq'