2021-02-08T17:26:01,043 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-02-08T17:26:01,712 Created temporary directory: /tmp/pip-ephem-wheel-cache-bq7s9rgy 2021-02-08T17:26:01,717 Created temporary directory: /tmp/pip-req-tracker-r7s7_b2l 2021-02-08T17:26:01,717 Initialized build tracking at /tmp/pip-req-tracker-r7s7_b2l 2021-02-08T17:26:01,718 Created build tracker: /tmp/pip-req-tracker-r7s7_b2l 2021-02-08T17:26:01,718 Entered build tracker: /tmp/pip-req-tracker-r7s7_b2l 2021-02-08T17:26:01,720 Created temporary directory: /tmp/pip-wheel-g6jdubfy 2021-02-08T17:26:01,786 1 location(s) to search for versions of chronon: 2021-02-08T17:26:01,786 * https://pypi.org/simple/chronon/ 2021-02-08T17:26:01,787 Fetching project page and analyzing links: https://pypi.org/simple/chronon/ 2021-02-08T17:26:01,789 Getting page https://pypi.org/simple/chronon/ 2021-02-08T17:26:01,794 Found index url https://pypi.org/simple 2021-02-08T17:26:02,142 Link requires a different Python (3.5.3 not in: '>=3.7,<4.0'): https://files.pythonhosted.org/packages/4c/09/96739bfdf172611316e8aefd94991bf9a3ef3025d45d1869610e80bc9341/chronon-0.0.1-py3-none-any.whl#sha256=b62212491c545c44b16606a37d1427617e34cdda4802bb111509fbe20a825d20 (from https://pypi.org/simple/chronon/) (requires-python:>=3.7,<4.0) 2021-02-08T17:26:02,145 Link requires a different Python (3.5.3 not in: '>=3.7,<4.0'): https://files.pythonhosted.org/packages/93/25/cf5d4923ecb99a34826902b7a3ae80558b37af39d90e6a95cc1609cfe49c/chronon-0.0.1.tar.gz#sha256=2615bbdfda05f74f634980e4bfb0326af51a28e5bc30ee48ec2088c27f70214c (from https://pypi.org/simple/chronon/) (requires-python:>=3.7,<4.0) 2021-02-08T17:26:02,147 Link requires a different Python (3.5.3 not in: '>=3.7,<4.0'): https://files.pythonhosted.org/packages/04/e3/bd97f6053f6cf83274c0ed1975d8ca53541bc902a3c21ef144689741b96c/chronon-0.0.2-py3-none-any.whl#sha256=a1c552365377da3ba3d4772d730ad4dfa85d15ec1eed3de34f416a0db0e3a6e9 (from https://pypi.org/simple/chronon/) (requires-python:>=3.7,<4.0) 2021-02-08T17:26:02,150 Link requires a different Python (3.5.3 not in: '>=3.7,<4.0'): https://files.pythonhosted.org/packages/be/e2/f2a96b2b7b7c98665c764e220f42ff03451b64de22def6cc29290d7f501a/chronon-0.0.2.tar.gz#sha256=6409b215cf8e7ae777ef1f52523d58009cea40de783cf4b0df989bc6cf5d9b95 (from https://pypi.org/simple/chronon/) (requires-python:>=3.7,<4.0) 2021-02-08T17:26:02,151 Given no hashes to check 0 links for project 'chronon': discarding no candidates 2021-02-08T17:26:02,152 ERROR: Could not find a version that satisfies the requirement chronon==0.0.2 2021-02-08T17:26:02,153 ERROR: No matching distribution found for chronon==0.0.2 2021-02-08T17:26:02,154 Exception information: 2021-02-08T17:26:02,154 Traceback (most recent call last): 2021-02-08T17:26:02,154 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-02-08T17:26:02,154 crit = self.state.criteria[name] 2021-02-08T17:26:02,154 KeyError: 'chronon' 2021-02-08T17:26:02,154 2021-02-08T17:26:02,154 During handling of the above exception, another exception occurred: 2021-02-08T17:26:02,154 2021-02-08T17:26:02,154 Traceback (most recent call last): 2021-02-08T17:26:02,154 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-02-08T17:26:02,154 name, crit = self._merge_into_criterion(r, parent=None) 2021-02-08T17:26:02,154 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-02-08T17:26:02,154 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-02-08T17:26:02,154 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-02-08T17:26:02,154 raise RequirementsConflicted(criterion) 2021-02-08T17:26:02,154 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('chronon==0.0.2') 2021-02-08T17:26:02,154 2021-02-08T17:26:02,154 During handling of the above exception, another exception occurred: 2021-02-08T17:26:02,154 2021-02-08T17:26:02,154 Traceback (most recent call last): 2021-02-08T17:26:02,154 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-02-08T17:26:02,154 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-02-08T17:26:02,154 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-02-08T17:26:02,154 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-02-08T17:26:02,154 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-02-08T17:26:02,154 raise ResolutionImpossible(e.criterion.information) 2021-02-08T17:26:02,154 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('chronon==0.0.2'), parent=None)] 2021-02-08T17:26:02,154 2021-02-08T17:26:02,154 The above exception was the direct cause of the following exception: 2021-02-08T17:26:02,154 2021-02-08T17:26:02,154 Traceback (most recent call last): 2021-02-08T17:26:02,154 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main 2021-02-08T17:26:02,154 status = self.run(options, args) 2021-02-08T17:26:02,154 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/req_command.py", line 180, in wrapper 2021-02-08T17:26:02,154 return func(self, options, args) 2021-02-08T17:26:02,154 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/commands/wheel.py", line 163, in run 2021-02-08T17:26:02,154 reqs, check_supported_wheels=True 2021-02-08T17:26:02,154 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-02-08T17:26:02,154 six.raise_from(error, e) 2021-02-08T17:26:02,154 File "", line 3, in raise_from 2021-02-08T17:26:02,154 pip._internal.exceptions.DistributionNotFound: No matching distribution found for chronon==0.0.2 2021-02-08T17:26:02,164 Removed build tracker: '/tmp/pip-req-tracker-r7s7_b2l'