2021-06-28T15:19:02,227 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-06-28T15:19:02,833 Created temporary directory: /tmp/pip-ephem-wheel-cache-i_xrolbs 2021-06-28T15:19:02,837 Created temporary directory: /tmp/pip-req-tracker-l01jydah 2021-06-28T15:19:02,838 Initialized build tracking at /tmp/pip-req-tracker-l01jydah 2021-06-28T15:19:02,838 Created build tracker: /tmp/pip-req-tracker-l01jydah 2021-06-28T15:19:02,838 Entered build tracker: /tmp/pip-req-tracker-l01jydah 2021-06-28T15:19:02,840 Created temporary directory: /tmp/pip-wheel-dzdjw59n 2021-06-28T15:19:02,893 1 location(s) to search for versions of unbuiltins: 2021-06-28T15:19:02,893 * https://pypi.org/simple/unbuiltins/ 2021-06-28T15:19:02,894 Fetching project page and analyzing links: https://pypi.org/simple/unbuiltins/ 2021-06-28T15:19:02,895 Getting page https://pypi.org/simple/unbuiltins/ 2021-06-28T15:19:02,899 Found index url https://pypi.org/simple 2021-06-28T15:19:03,215 Link requires a different Python (3.5.3 not in: '>=3.8.0'): https://files.pythonhosted.org/packages/32/73/3abca8e61b2875e08291e435afa7798275ff080736cd4fadbeaedffac978/unbuiltins-0.1.0-py3-none-any.whl#sha256=bf25f5e065a9dcdf5de80b8f8f58930a2195dc4fc05ba1ecce1c764611cb368c (from https://pypi.org/simple/unbuiltins/) (requires-python:>=3.8.0) 2021-06-28T15:19:03,217 Link requires a different Python (3.5.3 not in: '>=3.8.0'): https://files.pythonhosted.org/packages/42/35/87422d5dca5072fe500b93a3819e7a96312cb3801ec165146c588f0c5a1d/unbuiltins-0.1.0.tar.gz#sha256=256ace4bffcb5e8d6b1f57a508ace7dc0662da7ee082ecd0d9e645e63fe82c8d (from https://pypi.org/simple/unbuiltins/) (requires-python:>=3.8.0) 2021-06-28T15:19:03,218 Link requires a different Python (3.5.3 not in: '>=3.8.0'): https://files.pythonhosted.org/packages/d8/57/3ad4ffda25db4c0a20e52ee3850696cae7929b65dcb064c60c7f3113b84d/unbuiltins-0.2.0-py3-none-any.whl#sha256=50570acbcf022ec12659158c9e0f410cc4da480c65676703e2e59464a0e2dfc4 (from https://pypi.org/simple/unbuiltins/) (requires-python:>=3.8.0) 2021-06-28T15:19:03,220 Link requires a different Python (3.5.3 not in: '>=3.8.0'): https://files.pythonhosted.org/packages/68/bc/a99b90b812f635d9d0f73fa2c76699f383ff35abcd5303dab98139d65d95/unbuiltins-0.2.0.tar.gz#sha256=5d45a5a86dad25fde3bee6a907be8a14fb1f058de82d4f3225c1ad4f191f24fd (from https://pypi.org/simple/unbuiltins/) (requires-python:>=3.8.0) 2021-06-28T15:19:03,221 Given no hashes to check 0 links for project 'unbuiltins': discarding no candidates 2021-06-28T15:19:03,221 ERROR: Could not find a version that satisfies the requirement unbuiltins==0.2.0 2021-06-28T15:19:03,222 ERROR: No matching distribution found for unbuiltins==0.2.0 2021-06-28T15:19:03,223 Exception information: 2021-06-28T15:19:03,223 Traceback (most recent call last): 2021-06-28T15:19:03,223 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-06-28T15:19:03,223 crit = self.state.criteria[name] 2021-06-28T15:19:03,223 KeyError: 'unbuiltins' 2021-06-28T15:19:03,223 2021-06-28T15:19:03,223 During handling of the above exception, another exception occurred: 2021-06-28T15:19:03,223 2021-06-28T15:19:03,223 Traceback (most recent call last): 2021-06-28T15:19:03,223 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-06-28T15:19:03,223 name, crit = self._merge_into_criterion(r, parent=None) 2021-06-28T15:19:03,223 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-06-28T15:19:03,223 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-06-28T15:19:03,223 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-06-28T15:19:03,223 raise RequirementsConflicted(criterion) 2021-06-28T15:19:03,223 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('unbuiltins==0.2.0') 2021-06-28T15:19:03,223 2021-06-28T15:19:03,223 During handling of the above exception, another exception occurred: 2021-06-28T15:19:03,223 2021-06-28T15:19:03,223 Traceback (most recent call last): 2021-06-28T15:19:03,223 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-06-28T15:19:03,223 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-06-28T15:19:03,223 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-06-28T15:19:03,223 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-06-28T15:19:03,223 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-06-28T15:19:03,223 raise ResolutionImpossible(e.criterion.information) 2021-06-28T15:19:03,223 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('unbuiltins==0.2.0'), parent=None)] 2021-06-28T15:19:03,223 2021-06-28T15:19:03,223 The above exception was the direct cause of the following exception: 2021-06-28T15:19:03,223 2021-06-28T15:19:03,223 Traceback (most recent call last): 2021-06-28T15:19:03,223 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main 2021-06-28T15:19:03,223 status = self.run(options, args) 2021-06-28T15:19:03,223 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/req_command.py", line 180, in wrapper 2021-06-28T15:19:03,223 return func(self, options, args) 2021-06-28T15:19:03,223 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/commands/wheel.py", line 163, in run 2021-06-28T15:19:03,223 reqs, check_supported_wheels=True 2021-06-28T15:19:03,223 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-06-28T15:19:03,223 six.raise_from(error, e) 2021-06-28T15:19:03,223 File "", line 3, in raise_from 2021-06-28T15:19:03,223 pip._internal.exceptions.DistributionNotFound: No matching distribution found for unbuiltins==0.2.0 2021-06-28T15:19:03,230 Removed build tracker: '/tmp/pip-req-tracker-l01jydah'