2020-11-05T09:10:15,108 Created temporary directory: /tmp/pip-ephem-wheel-cache-dw903k16 2020-11-05T09:10:15,111 Created temporary directory: /tmp/pip-req-tracker-ys5janr7 2020-11-05T09:10:15,112 Initialized build tracking at /tmp/pip-req-tracker-ys5janr7 2020-11-05T09:10:15,112 Created build tracker: /tmp/pip-req-tracker-ys5janr7 2020-11-05T09:10:15,112 Entered build tracker: /tmp/pip-req-tracker-ys5janr7 2020-11-05T09:10:15,113 Created temporary directory: /tmp/pip-wheel-vemykycx 2020-11-05T09:10:15,124 1 location(s) to search for versions of todo-tasks: 2020-11-05T09:10:15,124 * https://pypi.org/simple/todo-tasks/ 2020-11-05T09:10:15,124 Fetching project page and analyzing links: https://pypi.org/simple/todo-tasks/ 2020-11-05T09:10:15,124 Getting page https://pypi.org/simple/todo-tasks/ 2020-11-05T09:10:15,126 Found index url https://pypi.org/simple 2020-11-05T09:10:15,220 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/0a/06/5c06a5d4d076bfdfc7cf0351bc2c00a6c2932b2a994e69e9dac65abfef54/todo-tasks-0.1.0.tar.gz#sha256=3afef249648b9cabeb8352104f74d69f093c6c87a3bb313ddb623f2bc227f8c3 (from https://pypi.org/simple/todo-tasks/) (requires-python:>=3.8,<4.0) 2020-11-05T09:10:15,224 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/ce/31/47a4f9279d9bdc4c146f1fec495e8a03046c9f470805e023e1ef816996e0/todo_tasks-0.1.0-py3-none-any.whl#sha256=2e88b4eb6e161485c16848f64723ba80d7023e1536eb8f890c5c54cc4b352935 (from https://pypi.org/simple/todo-tasks/) (requires-python:>=3.8,<4.0) 2020-11-05T09:10:15,225 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/29/19/afc36e8ed88681da483f467afadb9d3a5e6629285fb47f17d875026b94c8/todo-tasks-0.1.1.tar.gz#sha256=d6d7e9c923f9537c2266dd571824da7806b1fc6e3b170fee2055fd67499a1745 (from https://pypi.org/simple/todo-tasks/) (requires-python:>=3.8,<4.0) 2020-11-05T09:10:15,226 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/47/80/9d18fd398b3673a0f2762ced4f031375056e77c526cecf5199c4e9d4ae04/todo_tasks-0.1.1-py3-none-any.whl#sha256=d2f11b5e5d83c21589e5b80f0ae748ffceb13864cac8d6c586d685f9f3750f7b (from https://pypi.org/simple/todo-tasks/) (requires-python:>=3.8,<4.0) 2020-11-05T09:10:15,226 Given no hashes to check 0 links for project 'todo-tasks': discarding no candidates 2020-11-05T09:10:15,226 ERROR: Could not find a version that satisfies the requirement todo-tasks==0.1.0 (from versions: none) 2020-11-05T09:10:15,227 ERROR: No matching distribution found for todo-tasks==0.1.0 2020-11-05T09:10:15,227 Exception information: 2020-11-05T09:10:15,227 Traceback (most recent call last): 2020-11-05T09:10:15,227 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 228, in _main 2020-11-05T09:10:15,227 status = self.run(options, args) 2020-11-05T09:10:15,227 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 182, in wrapper 2020-11-05T09:10:15,227 return func(self, options, args) 2020-11-05T09:10:15,227 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 156, in run 2020-11-05T09:10:15,227 reqs, check_supported_wheels=True 2020-11-05T09:10:15,227 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 183, in resolve 2020-11-05T09:10:15,227 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-11-05T09:10:15,227 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 388, in _resolve_one 2020-11-05T09:10:15,227 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-11-05T09:10:15,227 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 339, in _get_abstract_dist_for 2020-11-05T09:10:15,227 self._populate_link(req) 2020-11-05T09:10:15,227 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 305, in _populate_link 2020-11-05T09:10:15,227 req.link = self._find_requirement_link(req) 2020-11-05T09:10:15,227 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 270, in _find_requirement_link 2020-11-05T09:10:15,227 best_candidate = self.finder.find_requirement(req, upgrade) 2020-11-05T09:10:15,227 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/index/package_finder.py", line 928, in find_requirement 2020-11-05T09:10:15,227 req) 2020-11-05T09:10:15,227 pip._internal.exceptions.DistributionNotFound: No matching distribution found for todo-tasks==0.1.0 2020-11-05T09:10:15,231 Removed build tracker: '/tmp/pip-req-tracker-ys5janr7'