2021-06-06T18:02:03,830 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-06T18:02:04,479 Created temporary directory: /tmp/pip-ephem-wheel-cache-b0qbivl8 2021-06-06T18:02:04,484 Created temporary directory: /tmp/pip-req-tracker-3bovy1do 2021-06-06T18:02:04,484 Initialized build tracking at /tmp/pip-req-tracker-3bovy1do 2021-06-06T18:02:04,485 Created build tracker: /tmp/pip-req-tracker-3bovy1do 2021-06-06T18:02:04,485 Entered build tracker: /tmp/pip-req-tracker-3bovy1do 2021-06-06T18:02:04,487 Created temporary directory: /tmp/pip-wheel-3ixdpum9 2021-06-06T18:02:04,557 1 location(s) to search for versions of simple-graph-sqlite: 2021-06-06T18:02:04,557 * https://pypi.org/simple/simple-graph-sqlite/ 2021-06-06T18:02:04,558 Fetching project page and analyzing links: https://pypi.org/simple/simple-graph-sqlite/ 2021-06-06T18:02:04,560 Getting page https://pypi.org/simple/simple-graph-sqlite/ 2021-06-06T18:02:04,564 Found index url https://pypi.org/simple 2021-06-06T18:02:04,859 Link requires a different Python (3.5.3 not in: '>=3.6, <4'): https://files.pythonhosted.org/packages/e8/a9/db366a4ff1f920ccf03ac949a86ee4a3a0020cc51e2938e6ceeeca438f23/simple-graph-sqlite-2.0.0.tar.gz#sha256=4b904b20f8117d1a2d662c56fb5a85c1ca9372bbdc07d3be65f5109936eb7ab4 (from https://pypi.org/simple/simple-graph-sqlite/) (requires-python:>=3.6, <4) 2021-06-06T18:02:04,883 Link requires a different Python (3.5.3 not in: '>=3.6, <4'): https://files.pythonhosted.org/packages/c8/46/6b010243d3e8524bd9fcae6bb301cc6d553ebbee315801d124c03c5daa2c/simple_graph_sqlite-2.0.0-py3-none-any.whl#sha256=6ac394526eaed571cb2af7a310e36818b6ed1239204cb647535204c81ec3a30a (from https://pypi.org/simple/simple-graph-sqlite/) (requires-python:>=3.6, <4) 2021-06-06T18:02:04,884 Given no hashes to check 0 links for project 'simple-graph-sqlite': discarding no candidates 2021-06-06T18:02:04,885 ERROR: Could not find a version that satisfies the requirement simple-graph-sqlite==2.0.0 2021-06-06T18:02:04,885 ERROR: No matching distribution found for simple-graph-sqlite==2.0.0 2021-06-06T18:02:04,886 Exception information: 2021-06-06T18:02:04,886 Traceback (most recent call last): 2021-06-06T18:02:04,886 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-06-06T18:02:04,886 crit = self.state.criteria[name] 2021-06-06T18:02:04,886 KeyError: 'simple-graph-sqlite' 2021-06-06T18:02:04,886 2021-06-06T18:02:04,886 During handling of the above exception, another exception occurred: 2021-06-06T18:02:04,886 2021-06-06T18:02:04,886 Traceback (most recent call last): 2021-06-06T18:02:04,886 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-06-06T18:02:04,886 name, crit = self._merge_into_criterion(r, parent=None) 2021-06-06T18:02:04,886 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-06-06T18:02:04,886 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-06-06T18:02:04,886 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-06-06T18:02:04,886 raise RequirementsConflicted(criterion) 2021-06-06T18:02:04,886 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('simple-graph-sqlite==2.0.0') 2021-06-06T18:02:04,886 2021-06-06T18:02:04,886 During handling of the above exception, another exception occurred: 2021-06-06T18:02:04,886 2021-06-06T18:02:04,886 Traceback (most recent call last): 2021-06-06T18:02:04,886 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-06-06T18:02:04,886 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-06-06T18:02:04,886 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-06-06T18:02:04,886 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-06-06T18:02:04,886 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-06-06T18:02:04,886 raise ResolutionImpossible(e.criterion.information) 2021-06-06T18:02:04,886 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('simple-graph-sqlite==2.0.0'), parent=None)] 2021-06-06T18:02:04,886 2021-06-06T18:02:04,886 The above exception was the direct cause of the following exception: 2021-06-06T18:02:04,886 2021-06-06T18:02:04,886 Traceback (most recent call last): 2021-06-06T18:02:04,886 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main 2021-06-06T18:02:04,886 status = self.run(options, args) 2021-06-06T18:02:04,886 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/req_command.py", line 180, in wrapper 2021-06-06T18:02:04,886 return func(self, options, args) 2021-06-06T18:02:04,886 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/commands/wheel.py", line 163, in run 2021-06-06T18:02:04,886 reqs, check_supported_wheels=True 2021-06-06T18:02:04,886 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-06-06T18:02:04,886 six.raise_from(error, e) 2021-06-06T18:02:04,886 File "", line 3, in raise_from 2021-06-06T18:02:04,886 pip._internal.exceptions.DistributionNotFound: No matching distribution found for simple-graph-sqlite==2.0.0 2021-06-06T18:02:04,894 Removed build tracker: '/tmp/pip-req-tracker-3bovy1do'