2021-04-28T17:38:20,812 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-28T17:38:21,447 Created temporary directory: /tmp/pip-ephem-wheel-cache-kjdd0duk 2021-04-28T17:38:21,451 Created temporary directory: /tmp/pip-req-tracker-dz2mfvoi 2021-04-28T17:38:21,451 Initialized build tracking at /tmp/pip-req-tracker-dz2mfvoi 2021-04-28T17:38:21,452 Created build tracker: /tmp/pip-req-tracker-dz2mfvoi 2021-04-28T17:38:21,452 Entered build tracker: /tmp/pip-req-tracker-dz2mfvoi 2021-04-28T17:38:21,453 Created temporary directory: /tmp/pip-wheel-sihgm0pd 2021-04-28T17:38:21,511 1 location(s) to search for versions of monipy: 2021-04-28T17:38:21,511 * https://pypi.org/simple/monipy/ 2021-04-28T17:38:21,512 Fetching project page and analyzing links: https://pypi.org/simple/monipy/ 2021-04-28T17:38:21,514 Getting page https://pypi.org/simple/monipy/ 2021-04-28T17:38:21,517 Found index url https://pypi.org/simple 2021-04-28T17:38:21,838 Link requires a different Python (3.5.3 not in: '>=3.8.0,<4.0.0'): https://files.pythonhosted.org/packages/8c/10/bc0b96fef728b0f4b88f04cb835820fd6a96f3b7b07cc651e27ad907a8bb/monipy-0.1.0-py3-none-any.whl#sha256=cd477391f762b72acdd679f8d1e2de2b5a1713c4515d596e502de58315d9d023 (from https://pypi.org/simple/monipy/) (requires-python:>=3.8.0,<4.0.0) 2021-04-28T17:38:21,840 Link requires a different Python (3.5.3 not in: '>=3.8.0,<4.0.0'): https://files.pythonhosted.org/packages/4b/a3/6de1235417611bdf34fde239a51ffcd8604b15075cbc5e2c0730500486a5/monipy-0.1.0.tar.gz#sha256=f93f11e09098e9e84e59fbab1bd2835270ab660010b8bed8fccfd7b48339dd7f (from https://pypi.org/simple/monipy/) (requires-python:>=3.8.0,<4.0.0) 2021-04-28T17:38:21,841 Given no hashes to check 0 links for project 'monipy': discarding no candidates 2021-04-28T17:38:21,842 ERROR: Could not find a version that satisfies the requirement monipy==0.1.0 2021-04-28T17:38:21,843 ERROR: No matching distribution found for monipy==0.1.0 2021-04-28T17:38:21,843 Exception information: 2021-04-28T17:38:21,843 Traceback (most recent call last): 2021-04-28T17:38:21,843 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-04-28T17:38:21,843 crit = self.state.criteria[name] 2021-04-28T17:38:21,843 KeyError: 'monipy' 2021-04-28T17:38:21,843 2021-04-28T17:38:21,843 During handling of the above exception, another exception occurred: 2021-04-28T17:38:21,843 2021-04-28T17:38:21,843 Traceback (most recent call last): 2021-04-28T17:38:21,843 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-04-28T17:38:21,843 name, crit = self._merge_into_criterion(r, parent=None) 2021-04-28T17:38:21,843 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-04-28T17:38:21,843 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-04-28T17:38:21,843 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-04-28T17:38:21,843 raise RequirementsConflicted(criterion) 2021-04-28T17:38:21,843 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('monipy==0.1.0') 2021-04-28T17:38:21,843 2021-04-28T17:38:21,843 During handling of the above exception, another exception occurred: 2021-04-28T17:38:21,843 2021-04-28T17:38:21,843 Traceback (most recent call last): 2021-04-28T17:38:21,843 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-04-28T17:38:21,843 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-04-28T17:38:21,843 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-04-28T17:38:21,843 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-04-28T17:38:21,843 File "/usr/local/lib/python3.5/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-04-28T17:38:21,843 raise ResolutionImpossible(e.criterion.information) 2021-04-28T17:38:21,843 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('monipy==0.1.0'), parent=None)] 2021-04-28T17:38:21,843 2021-04-28T17:38:21,843 The above exception was the direct cause of the following exception: 2021-04-28T17:38:21,843 2021-04-28T17:38:21,843 Traceback (most recent call last): 2021-04-28T17:38:21,843 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/base_command.py", line 223, in _main 2021-04-28T17:38:21,843 status = self.run(options, args) 2021-04-28T17:38:21,843 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/req_command.py", line 180, in wrapper 2021-04-28T17:38:21,843 return func(self, options, args) 2021-04-28T17:38:21,843 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/commands/wheel.py", line 163, in run 2021-04-28T17:38:21,843 reqs, check_supported_wheels=True 2021-04-28T17:38:21,843 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-04-28T17:38:21,843 six.raise_from(error, e) 2021-04-28T17:38:21,843 File "", line 3, in raise_from 2021-04-28T17:38:21,843 pip._internal.exceptions.DistributionNotFound: No matching distribution found for monipy==0.1.0 2021-04-28T17:38:21,851 Removed build tracker: '/tmp/pip-req-tracker-dz2mfvoi'