2020-12-31T16:15:48,690 Created temporary directory: /tmp/pip-ephem-wheel-cache-j34r17xy 2020-12-31T16:15:48,693 Created temporary directory: /tmp/pip-req-tracker-wc5b295j 2020-12-31T16:15:48,693 Initialized build tracking at /tmp/pip-req-tracker-wc5b295j 2020-12-31T16:15:48,694 Created build tracker: /tmp/pip-req-tracker-wc5b295j 2020-12-31T16:15:48,694 Entered build tracker: /tmp/pip-req-tracker-wc5b295j 2020-12-31T16:15:48,695 Created temporary directory: /tmp/pip-wheel-vz8yenq3 2020-12-31T16:15:48,706 1 location(s) to search for versions of drft: 2020-12-31T16:15:48,706 * https://pypi.org/simple/drft/ 2020-12-31T16:15:48,706 Fetching project page and analyzing links: https://pypi.org/simple/drft/ 2020-12-31T16:15:48,706 Getting page https://pypi.org/simple/drft/ 2020-12-31T16:15:48,708 Found index url https://pypi.org/simple 2020-12-31T16:15:49,081 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/50/ea/61ca1d9491fb6598423d3ee40a6c2d6feb5bf6ef64d9ba54b8c0616f8dff/drft-0.0.0a0-py3-none-any.whl#sha256=14abca58af2f70523e390dfef65405cba5a41d92da9442a07e9b27aac015d672 (from https://pypi.org/simple/drft/) (requires-python:>=3.8,<4.0) 2020-12-31T16:15:49,082 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/85/65/d376a66aa5e5699a6c39352d446260f767a0f03c6950dc1dd0588d8551d2/drft-0.0.0a0.tar.gz#sha256=2130d6f61d00c8fd746d94fed65a26311b0e97e567e25190dbe7e6792e0bd6d4 (from https://pypi.org/simple/drft/) (requires-python:>=3.8,<4.0) 2020-12-31T16:15:49,082 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/ab/f1/e2b94b0b27337614f273ad864f808b653af03347e44032b0f65a7a1a2916/drft-0.0.0a1-py3-none-any.whl#sha256=b2289dac404212d62e8b7c0efda9aa02ff7cdfbf9c6d1a35c7047cb340673e1b (from https://pypi.org/simple/drft/) (requires-python:>=3.8,<4.0) 2020-12-31T16:15:49,083 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/9d/dc/5a17067b5e3fc5165d271bee2e2ede5af8d2f02dbaa9771f0f1aac199768/drft-0.0.0a1.tar.gz#sha256=ac86c6db0eba26ad053588389e1ed38a3e0b3dc39aed6104cdc3e35d31c4ec43 (from https://pypi.org/simple/drft/) (requires-python:>=3.8,<4.0) 2020-12-31T16:15:49,083 Given no hashes to check 0 links for project 'drft': discarding no candidates 2020-12-31T16:15:49,084 ERROR: Could not find a version that satisfies the requirement drft==0.0.0a1 (from versions: none) 2020-12-31T16:15:49,084 ERROR: No matching distribution found for drft==0.0.0a1 2020-12-31T16:15:49,084 Exception information: 2020-12-31T16:15:49,084 Traceback (most recent call last): 2020-12-31T16:15:49,084 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 228, in _main 2020-12-31T16:15:49,084 status = self.run(options, args) 2020-12-31T16:15:49,084 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 182, in wrapper 2020-12-31T16:15:49,084 return func(self, options, args) 2020-12-31T16:15:49,084 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 156, in run 2020-12-31T16:15:49,084 reqs, check_supported_wheels=True 2020-12-31T16:15:49,084 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 183, in resolve 2020-12-31T16:15:49,084 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-12-31T16:15:49,084 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 388, in _resolve_one 2020-12-31T16:15:49,084 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-12-31T16:15:49,084 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 339, in _get_abstract_dist_for 2020-12-31T16:15:49,084 self._populate_link(req) 2020-12-31T16:15:49,084 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 305, in _populate_link 2020-12-31T16:15:49,084 req.link = self._find_requirement_link(req) 2020-12-31T16:15:49,084 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 270, in _find_requirement_link 2020-12-31T16:15:49,084 best_candidate = self.finder.find_requirement(req, upgrade) 2020-12-31T16:15:49,084 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/index/package_finder.py", line 930, in find_requirement 2020-12-31T16:15:49,084 req) 2020-12-31T16:15:49,084 pip._internal.exceptions.DistributionNotFound: No matching distribution found for drft==0.0.0a1 2020-12-31T16:15:49,089 Removed build tracker: '/tmp/pip-req-tracker-wc5b295j'