2020-12-06T22:18:08,166 Created temporary directory: /tmp/pip-ephem-wheel-cache-4105stm0 2020-12-06T22:18:08,169 Created temporary directory: /tmp/pip-req-tracker-yjx8emwp 2020-12-06T22:18:08,169 Initialized build tracking at /tmp/pip-req-tracker-yjx8emwp 2020-12-06T22:18:08,169 Created build tracker: /tmp/pip-req-tracker-yjx8emwp 2020-12-06T22:18:08,170 Entered build tracker: /tmp/pip-req-tracker-yjx8emwp 2020-12-06T22:18:08,170 Created temporary directory: /tmp/pip-wheel-2a1c08_h 2020-12-06T22:18:08,181 1 location(s) to search for versions of catmeow: 2020-12-06T22:18:08,181 * https://pypi.org/simple/catmeow/ 2020-12-06T22:18:08,182 Fetching project page and analyzing links: https://pypi.org/simple/catmeow/ 2020-12-06T22:18:08,182 Getting page https://pypi.org/simple/catmeow/ 2020-12-06T22:18:08,184 Found index url https://pypi.org/simple 2020-12-06T22:18:08,550 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/0d/29/bc6766286f0c17ee2b80de356ec5a6932e5532116c72813fdaee50f49c93/catmeow-0.2.1-py3-none-any.whl#sha256=0b221341d60d49abc6b6f8d69af500933f54720cc229b56d1e7c5cca0dba8f47 (from https://pypi.org/simple/catmeow/) (requires-python:>=3.8,<4.0) 2020-12-06T22:18:08,551 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/87/b5/47146410838eaff5e6b43609a505d9f3034e8064e11ae29b8ed29782f496/catmeow-0.2.1.tar.gz#sha256=f5c79fb4570d01c9444d987ffa1a8b8153cf43bfeacf7f432a1a8842ab806425 (from https://pypi.org/simple/catmeow/) (requires-python:>=3.8,<4.0) 2020-12-06T22:18:08,552 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/f4/25/34077a02d6d837c3e9495ee03c1954fb6ec77fbd8ad9bd73abb02e66650f/catmeow-0.2.2-py3-none-any.whl#sha256=2dcb2c47ac547c7f2e4ccab9a0c5a12545b9b067b1a44963a56cafe90bb3b6cc (from https://pypi.org/simple/catmeow/) (requires-python:>=3.8,<4.0) 2020-12-06T22:18:08,553 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/a3/f8/11a8a917497e05ac667f20c8c8610de0379c789481dea05b55ffbe9529cf/catmeow-0.2.2.tar.gz#sha256=fb7ef390de190f507225775ce07ab96696c15da6802c7f4d4a962296ab5a8dab (from https://pypi.org/simple/catmeow/) (requires-python:>=3.8,<4.0) 2020-12-06T22:18:08,553 Given no hashes to check 0 links for project 'catmeow': discarding no candidates 2020-12-06T22:18:08,553 ERROR: Could not find a version that satisfies the requirement catmeow==0.2.2 (from versions: none) 2020-12-06T22:18:08,554 ERROR: No matching distribution found for catmeow==0.2.2 2020-12-06T22:18:08,554 Exception information: 2020-12-06T22:18:08,554 Traceback (most recent call last): 2020-12-06T22:18:08,554 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 228, in _main 2020-12-06T22:18:08,554 status = self.run(options, args) 2020-12-06T22:18:08,554 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 182, in wrapper 2020-12-06T22:18:08,554 return func(self, options, args) 2020-12-06T22:18:08,554 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 156, in run 2020-12-06T22:18:08,554 reqs, check_supported_wheels=True 2020-12-06T22:18:08,554 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 183, in resolve 2020-12-06T22:18:08,554 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-12-06T22:18:08,554 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 388, in _resolve_one 2020-12-06T22:18:08,554 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-12-06T22:18:08,554 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 339, in _get_abstract_dist_for 2020-12-06T22:18:08,554 self._populate_link(req) 2020-12-06T22:18:08,554 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 305, in _populate_link 2020-12-06T22:18:08,554 req.link = self._find_requirement_link(req) 2020-12-06T22:18:08,554 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 270, in _find_requirement_link 2020-12-06T22:18:08,554 best_candidate = self.finder.find_requirement(req, upgrade) 2020-12-06T22:18:08,554 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/index/package_finder.py", line 930, in find_requirement 2020-12-06T22:18:08,554 req) 2020-12-06T22:18:08,554 pip._internal.exceptions.DistributionNotFound: No matching distribution found for catmeow==0.2.2 2020-12-06T22:18:08,559 Removed build tracker: '/tmp/pip-req-tracker-yjx8emwp'