2021-04-17T08:19:03,611 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-04-17T08:19:04,339 Created temporary directory: /tmp/pip-ephem-wheel-cache-hf7vajpw 2021-04-17T08:19:04,344 Created temporary directory: /tmp/pip-req-tracker-dh_4ey23 2021-04-17T08:19:04,345 Initialized build tracking at /tmp/pip-req-tracker-dh_4ey23 2021-04-17T08:19:04,346 Created build tracker: /tmp/pip-req-tracker-dh_4ey23 2021-04-17T08:19:04,346 Entered build tracker: /tmp/pip-req-tracker-dh_4ey23 2021-04-17T08:19:04,347 Created temporary directory: /tmp/pip-wheel-dsykgzwc 2021-04-17T08:19:04,422 1 location(s) to search for versions of isconna: 2021-04-17T08:19:04,422 * https://pypi.org/simple/isconna/ 2021-04-17T08:19:04,423 Fetching project page and analyzing links: https://pypi.org/simple/isconna/ 2021-04-17T08:19:04,425 Getting page https://pypi.org/simple/isconna/ 2021-04-17T08:19:04,429 Found index url https://pypi.org/simple 2021-04-17T08:19:04,691 Link requires a different Python (3.5.3 not in: '>=3.6'): https://files.pythonhosted.org/packages/f5/4d/18033fee72e7f465f4b29fb55ef73f17c637351ec82fc7deff02d5d061fb/Isconna-1.0.0-py3-none-any.whl#sha256=6b7ada22298c9e7a554400ef98812475e023b22c7138787ee22dd27cbc093c32 (from https://pypi.org/simple/isconna/) (requires-python:>=3.6) 2021-04-17T08:19:04,692 Link requires a different Python (3.5.3 not in: '>=3.6'): https://files.pythonhosted.org/packages/4b/fc/58c1086b5a65a7366fc2305023aeec961111f898cd49d237e9962611fc83/Isconna-1.0.0.tar.gz#sha256=c3a4bdab78371452d8af5ee941fbedfff2baef73c5e12cd96ea8b39054de2c98 (from https://pypi.org/simple/isconna/) (requires-python:>=3.6) 2021-04-17T08:19:04,694 Link requires a different Python (3.5.3 not in: '>=3.6'): https://files.pythonhosted.org/packages/90/26/49e2f0288dfa9751a06f91627f16a0f2e009fb7124df67d50500446dbf1e/Isconna-1.0.1-py3-none-any.whl#sha256=cf8d8cd05ab36b1d8e11271030eecb319c51af18d2c29a7ed23733cd3eb6340a (from https://pypi.org/simple/isconna/) (requires-python:>=3.6) 2021-04-17T08:19:04,696 Link requires a different Python (3.5.3 not in: '>=3.6'): https://files.pythonhosted.org/packages/81/33/749fe06586a19867a9db5e25ecb2a9886386bdbcb27e1351ea8edea4ffc3/Isconna-1.0.1.tar.gz#sha256=fda41d6bc31cbb866a4b662c17e1c99b8bdcc140dbeb1ae5cf1c21aaccb770b7 (from https://pypi.org/simple/isconna/) (requires-python:>=3.6) 2021-04-17T08:19:04,697 Given no hashes to check 0 links for project 'isconna': discarding no candidates 2021-04-17T08:19:04,698 ERROR: Could not find a version that satisfies the requirement isconna==1.0.1 2021-04-17T08:19:04,698 ERROR: No matching distribution found for isconna==1.0.1 2021-04-17T08:19:04,699 Exception information: 2021-04-17T08:19:04,699 Traceback (most recent call last): 2021-04-17T08:19:04,699 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-04-17T08:19:04,699 crit = self.state.criteria[name] 2021-04-17T08:19:04,699 KeyError: 'isconna' 2021-04-17T08:19:04,699 2021-04-17T08:19:04,699 During handling of the above exception, another exception occurred: 2021-04-17T08:19:04,699 2021-04-17T08:19:04,699 Traceback (most recent call last): 2021-04-17T08:19:04,699 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-04-17T08:19:04,699 name, crit = self._merge_into_criterion(r, parent=None) 2021-04-17T08:19:04,699 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-04-17T08:19:04,699 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-04-17T08:19:04,699 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-04-17T08:19:04,699 raise RequirementsConflicted(criterion) 2021-04-17T08:19:04,699 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('isconna==1.0.1') 2021-04-17T08:19:04,699 2021-04-17T08:19:04,699 During handling of the above exception, another exception occurred: 2021-04-17T08:19:04,699 2021-04-17T08:19:04,699 Traceback (most recent call last): 2021-04-17T08:19:04,699 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-04-17T08:19:04,699 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-04-17T08:19:04,699 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-04-17T08:19:04,699 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-04-17T08:19:04,699 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-04-17T08:19:04,699 raise ResolutionImpossible(e.criterion.information) 2021-04-17T08:19:04,699 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('isconna==1.0.1'), parent=None)] 2021-04-17T08:19:04,699 2021-04-17T08:19:04,699 The above exception was the direct cause of the following exception: 2021-04-17T08:19:04,699 2021-04-17T08:19:04,699 Traceback (most recent call last): 2021-04-17T08:19:04,699 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main 2021-04-17T08:19:04,699 status = self.run(options, args) 2021-04-17T08:19:04,699 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/req_command.py", line 180, in wrapper 2021-04-17T08:19:04,699 return func(self, options, args) 2021-04-17T08:19:04,699 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/commands/wheel.py", line 163, in run 2021-04-17T08:19:04,699 reqs, check_supported_wheels=True 2021-04-17T08:19:04,699 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-04-17T08:19:04,699 six.raise_from(error, e) 2021-04-17T08:19:04,699 File "", line 3, in raise_from 2021-04-17T08:19:04,699 pip._internal.exceptions.DistributionNotFound: No matching distribution found for isconna==1.0.1 2021-04-17T08:19:04,708 Removed build tracker: '/tmp/pip-req-tracker-dh_4ey23'