2021-03-28T14:40:59,931 Created temporary directory: /tmp/pip-ephem-wheel-cache-f061gmrv 2021-03-28T14:40:59,934 Created temporary directory: /tmp/pip-req-tracker-t595poru 2021-03-28T14:40:59,935 Initialized build tracking at /tmp/pip-req-tracker-t595poru 2021-03-28T14:40:59,935 Created build tracker: /tmp/pip-req-tracker-t595poru 2021-03-28T14:40:59,935 Entered build tracker: /tmp/pip-req-tracker-t595poru 2021-03-28T14:40:59,936 Created temporary directory: /tmp/pip-wheel-ee7udafl 2021-03-28T14:40:59,970 1 location(s) to search for versions of manokit: 2021-03-28T14:40:59,970 * https://pypi.org/simple/manokit/ 2021-03-28T14:40:59,970 Fetching project page and analyzing links: https://pypi.org/simple/manokit/ 2021-03-28T14:40:59,971 Getting page https://pypi.org/simple/manokit/ 2021-03-28T14:40:59,972 Found index url https://pypi.org/simple 2021-03-28T14:41:00,079 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/d2/c8/714ec955dd9457ccb49669311069e7bcbc3abd32aa6463bc978ff64c57ea/manokit-1.0.0-py3-none-any.whl#sha256=f1955d1740e1f327447487b13be932c794b05acad646c39574e545e82de54169 (from https://pypi.org/simple/manokit/) (requires-python:>=3.8) 2021-03-28T14:41:00,079 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/19/23/feb8e3ca056ab3a8211d3eb7858994202820b005d5bb8c48a68e82737da4/manokit-1.0.0.tar.gz#sha256=0c2bda9b9c8fbff9f992d4a552574df942cc6cf257eaa1ee1fdade1f5d1e4570 (from https://pypi.org/simple/manokit/) (requires-python:>=3.8) 2021-03-28T14:41:00,080 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/e2/36/d55d84dcbb33743185d8ad2e30ac24183fef0574986661a64f5673bfa3e4/manokit-1.1.0-py3-none-any.whl#sha256=b2d829def60dbb73309bd636f3937114d8ab16f8061df51fbfacb479990f1362 (from https://pypi.org/simple/manokit/) (requires-python:>=3.8) 2021-03-28T14:41:00,081 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/68/fd/87a364dac4d4b631555dd653aa2a1689baa22b86f607d94c95731f0d7ac1/manokit-1.1.0.tar.gz#sha256=9daf69d879b30c74082ba7def148a69d32399ce4862c204bf2785e4f41fcc56b (from https://pypi.org/simple/manokit/) (requires-python:>=3.8) 2021-03-28T14:41:00,081 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/3b/63/d49d1d449fd8c54a35ab57cfdefe556359f889ba70cd8841e90d11b0927d/manokit-1.1.1-py3-none-any.whl#sha256=94b19c1d38926d499c7a8958d63168fe1314fc69f9d8fb5f9637f9d6f37d7ec3 (from https://pypi.org/simple/manokit/) (requires-python:>=3.8) 2021-03-28T14:41:00,082 Link requires a different Python (3.7.3 not in: '>=3.8'): https://files.pythonhosted.org/packages/ce/e3/5c37f4b105cd999e76b61c4eb53ac79d7e2df53f776ba272bf4f58fa3cee/manokit-1.1.1.tar.gz#sha256=20177d17081555d20ca6bb1e3d3768c565389c42789b93013438ce30c5c1036e (from https://pypi.org/simple/manokit/) (requires-python:>=3.8) 2021-03-28T14:41:00,082 Given no hashes to check 0 links for project 'manokit': discarding no candidates 2021-03-28T14:41:00,082 ERROR: Could not find a version that satisfies the requirement manokit==1.1.1 2021-03-28T14:41:00,083 ERROR: No matching distribution found for manokit==1.1.1 2021-03-28T14:41:00,083 Exception information: 2021-03-28T14:41:00,083 Traceback (most recent call last): 2021-03-28T14:41:00,083 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 171, in _merge_into_criterion 2021-03-28T14:41:00,083 crit = self.state.criteria[name] 2021-03-28T14:41:00,083 KeyError: 'manokit' 2021-03-28T14:41:00,083 2021-03-28T14:41:00,083 During handling of the above exception, another exception occurred: 2021-03-28T14:41:00,083 2021-03-28T14:41:00,083 Traceback (most recent call last): 2021-03-28T14:41:00,083 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 318, in resolve 2021-03-28T14:41:00,083 name, crit = self._merge_into_criterion(r, parent=None) 2021-03-28T14:41:00,083 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-03-28T14:41:00,083 crit = Criterion.from_requirement(self._p, requirement, parent) 2021-03-28T14:41:00,083 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 83, in from_requirement 2021-03-28T14:41:00,083 raise RequirementsConflicted(criterion) 2021-03-28T14:41:00,083 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('manokit==1.1.1') 2021-03-28T14:41:00,083 2021-03-28T14:41:00,083 During handling of the above exception, another exception occurred: 2021-03-28T14:41:00,083 2021-03-28T14:41:00,083 Traceback (most recent call last): 2021-03-28T14:41:00,083 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 122, in resolve 2021-03-28T14:41:00,083 requirements, max_rounds=try_to_avoid_resolution_too_deep, 2021-03-28T14:41:00,083 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 453, in resolve 2021-03-28T14:41:00,083 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-03-28T14:41:00,083 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 320, in resolve 2021-03-28T14:41:00,083 raise ResolutionImpossible(e.criterion.information) 2021-03-28T14:41:00,083 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('manokit==1.1.1'), parent=None)] 2021-03-28T14:41:00,083 2021-03-28T14:41:00,083 The above exception was the direct cause of the following exception: 2021-03-28T14:41:00,083 2021-03-28T14:41:00,083 Traceback (most recent call last): 2021-03-28T14:41:00,083 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 189, in _main 2021-03-28T14:41:00,083 status = self.run(options, args) 2021-03-28T14:41:00,083 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 178, in wrapper 2021-03-28T14:41:00,083 return func(self, options, args) 2021-03-28T14:41:00,083 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 159, in run 2021-03-28T14:41:00,083 reqs, check_supported_wheels=True 2021-03-28T14:41:00,083 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-03-28T14:41:00,083 six.raise_from(error, e) 2021-03-28T14:41:00,083 File "", line 3, in raise_from 2021-03-28T14:41:00,083 pip._internal.exceptions.DistributionNotFound: No matching distribution found for manokit==1.1.1 2021-03-28T14:41:00,087 Removed build tracker: '/tmp/pip-req-tracker-t595poru'