2021-01-05T20:47:15,089 Created temporary directory: /tmp/pip-ephem-wheel-cache-p_laggwo 2021-01-05T20:47:15,092 Created temporary directory: /tmp/pip-req-tracker-ts6uawyy 2021-01-05T20:47:15,092 Initialized build tracking at /tmp/pip-req-tracker-ts6uawyy 2021-01-05T20:47:15,092 Created build tracker: /tmp/pip-req-tracker-ts6uawyy 2021-01-05T20:47:15,093 Entered build tracker: /tmp/pip-req-tracker-ts6uawyy 2021-01-05T20:47:15,093 Created temporary directory: /tmp/pip-wheel-ora_d4wp 2021-01-05T20:47:15,105 1 location(s) to search for versions of django-hurricane: 2021-01-05T20:47:15,105 * https://pypi.org/simple/django-hurricane/ 2021-01-05T20:47:15,105 Fetching project page and analyzing links: https://pypi.org/simple/django-hurricane/ 2021-01-05T20:47:15,106 Getting page https://pypi.org/simple/django-hurricane/ 2021-01-05T20:47:15,107 Found index url https://pypi.org/simple 2021-01-05T20:47:15,485 Link requires a different Python (3.7.3 not in: '~=3.8'): https://files.pythonhosted.org/packages/3e/b0/3d5cdc6a581ba7e2126e57230a55db84f17d7efbb3614e9ddabc1a226f35/django_hurricane-0.3.5-py3-none-any.whl#sha256=57c55f441e3979eac29b6cf15fab97bc1ecc0a335a8062a490433834768502b2 (from https://pypi.org/simple/django-hurricane/) (requires-python:~=3.8) 2021-01-05T20:47:15,486 Link requires a different Python (3.7.3 not in: '~=3.8'): https://files.pythonhosted.org/packages/12/c4/3f4f423263e26e2e020dfbb222024903be9900a87e04cd6720a16c96496b/django_hurricane-0.4.0-py3-none-any.whl#sha256=77535ec842e7d3097c3292c25867b40e689dba45a1d2afc107ec0c7421ffbd2c (from https://pypi.org/simple/django-hurricane/) (requires-python:~=3.8) 2021-01-05T20:47:15,487 Link requires a different Python (3.7.3 not in: '~=3.8'): https://files.pythonhosted.org/packages/e3/10/815e4ae975f93bac9a4f09715c86ae628c676cdcc8854597fff0b81bda6f/django_hurricane-0.4.1-py3-none-any.whl#sha256=cfd01dc5e673f27150226f5ec1bf6d59640abe059e1219361480bb75fb74343a (from https://pypi.org/simple/django-hurricane/) (requires-python:~=3.8) 2021-01-05T20:47:15,487 Link requires a different Python (3.7.3 not in: '~=3.8'): https://files.pythonhosted.org/packages/01/74/5710b2daa979d1761b9ca4bbe165941c96f9032a529ade80304999e393ad/django-hurricane-0.4.2.tar.gz#sha256=b7b923cdcccebffcddebc9fb48964f97c4b0c0fe45d7b98a2895c69c8323ed5d (from https://pypi.org/simple/django-hurricane/) (requires-python:~=3.8) 2021-01-05T20:47:15,488 Link requires a different Python (3.7.3 not in: '~=3.8'): https://files.pythonhosted.org/packages/0f/9e/69f1fc369a49aed9788be1f71267555093d6558457a5d34ca10fbd448257/django_hurricane-0.4.2-py3-none-any.whl#sha256=69ca627cc784ebf32bd8d2e419a7c9821fb90af8fb8208bf53e9cc347183497b (from https://pypi.org/simple/django-hurricane/) (requires-python:~=3.8) 2021-01-05T20:47:15,489 Given no hashes to check 0 links for project 'django-hurricane': discarding no candidates 2021-01-05T20:47:15,489 ERROR: Could not find a version that satisfies the requirement django-hurricane==0.4.2 (from versions: none) 2021-01-05T20:47:15,489 ERROR: No matching distribution found for django-hurricane==0.4.2 2021-01-05T20:47:15,489 Exception information: 2021-01-05T20:47:15,489 Traceback (most recent call last): 2021-01-05T20:47:15,489 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 228, in _main 2021-01-05T20:47:15,489 status = self.run(options, args) 2021-01-05T20:47:15,489 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 182, in wrapper 2021-01-05T20:47:15,489 return func(self, options, args) 2021-01-05T20:47:15,489 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 156, in run 2021-01-05T20:47:15,489 reqs, check_supported_wheels=True 2021-01-05T20:47:15,489 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 183, in resolve 2021-01-05T20:47:15,489 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2021-01-05T20:47:15,489 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 388, in _resolve_one 2021-01-05T20:47:15,489 abstract_dist = self._get_abstract_dist_for(req_to_install) 2021-01-05T20:47:15,489 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 339, in _get_abstract_dist_for 2021-01-05T20:47:15,489 self._populate_link(req) 2021-01-05T20:47:15,489 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 305, in _populate_link 2021-01-05T20:47:15,489 req.link = self._find_requirement_link(req) 2021-01-05T20:47:15,489 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 270, in _find_requirement_link 2021-01-05T20:47:15,489 best_candidate = self.finder.find_requirement(req, upgrade) 2021-01-05T20:47:15,489 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/index/package_finder.py", line 930, in find_requirement 2021-01-05T20:47:15,489 req) 2021-01-05T20:47:15,489 pip._internal.exceptions.DistributionNotFound: No matching distribution found for django-hurricane==0.4.2 2021-01-05T20:47:15,494 Removed build tracker: '/tmp/pip-req-tracker-ts6uawyy'