2020-07-15T19:37:47,160 Created temporary directory: /tmp/pip-ephem-wheel-cache-tppffu3l 2020-07-15T19:37:47,164 Created temporary directory: /tmp/pip-req-tracker-r1ps1nkq 2020-07-15T19:37:47,165 Initialized build tracking at /tmp/pip-req-tracker-r1ps1nkq 2020-07-15T19:37:47,166 Created build tracker: /tmp/pip-req-tracker-r1ps1nkq 2020-07-15T19:37:47,166 Entered build tracker: /tmp/pip-req-tracker-r1ps1nkq 2020-07-15T19:37:47,167 Created temporary directory: /tmp/pip-wheel-0pboj5qv 2020-07-15T19:37:47,181 1 location(s) to search for versions of lazex: 2020-07-15T19:37:47,181 * https://pypi.org/simple/lazex/ 2020-07-15T19:37:47,182 Fetching project page and analyzing links: https://pypi.org/simple/lazex/ 2020-07-15T19:37:47,182 Getting page https://pypi.org/simple/lazex/ 2020-07-15T19:37:47,185 Found index url https://pypi.org/simple 2020-07-15T19:37:47,393 Skipping link: No binaries permitted for lazex: https://files.pythonhosted.org/packages/c8/0f/6ab7a954f890ce13814ea5b337b3daef11df733a5874059140026de54eae/lazex-0.1.0-py3-none-any.whl#sha256=0a10f2642ae7128c8e3c79ddc6d1c6a3713965e9200c151e1ea6ab579b9f657f (from https://pypi.org/simple/lazex/) (requires-python:>=3.8,<4.0) 2020-07-15T19:37:47,395 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/cb/c0/ba296cd0b4c62650caec76f85a0fdc65a0c97f5f473204dd192192a9791c/lazex-0.1.0.tar.gz#sha256=6b44c7e5f5d3711665da5eda31faaead83ccda0b7c86e043db31f29cac322f31 (from https://pypi.org/simple/lazex/) (requires-python:>=3.8,<4.0) 2020-07-15T19:37:47,395 Skipping link: No binaries permitted for lazex: https://files.pythonhosted.org/packages/22/c4/9fbc5a61623858ac91c0fdaa0b596d849374f085a136f67b511156812529/lazex-0.2.0-py3-none-any.whl#sha256=823eb5a1d7a934234c5dedd27976b4e0cdcd535ef1108ead0e88a73fe5dc3169 (from https://pypi.org/simple/lazex/) (requires-python:>=3.8,<4.0) 2020-07-15T19:37:47,396 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/4d/6c/bd0dddf0a3fdb4e72521a27ea9538f7b47ef9bb25101ce7722243ede4b4e/lazex-0.2.0.tar.gz#sha256=59b581dad15254b5d3d2c57717af2d020f74e120d8109a5a7790754d998900c8 (from https://pypi.org/simple/lazex/) (requires-python:>=3.8,<4.0) 2020-07-15T19:37:47,397 Skipping link: No binaries permitted for lazex: https://files.pythonhosted.org/packages/72/6d/79947da504db1530d44a2e0f9cb0093a947eb3bd92449e56dfdcf4efee42/lazex-0.3.0-py3-none-any.whl#sha256=1341601710ba349411c0295e54e711ce204277c091fcaa573578e304b10dd32e (from https://pypi.org/simple/lazex/) (requires-python:>=3.8,<4.0) 2020-07-15T19:37:47,398 Link requires a different Python (3.7.3 not in: '>=3.8,<4.0'): https://files.pythonhosted.org/packages/74/eb/08a3b37e2483ee520f7cf1de0a78669c470c940853bd4b7d3baa35e44484/lazex-0.3.0.tar.gz#sha256=344bbf36cccbf3ed5b2b70651f411ec14bc675f45082ff53035ec54dfebc8b0a (from https://pypi.org/simple/lazex/) (requires-python:>=3.8,<4.0) 2020-07-15T19:37:47,406 Given no hashes to check 0 links for project 'lazex': discarding no candidates 2020-07-15T19:37:47,406 ERROR: Could not find a version that satisfies the requirement lazex==0.3.0 (from versions: none) 2020-07-15T19:37:47,407 ERROR: No matching distribution found for lazex==0.3.0 2020-07-15T19:37:47,408 Exception information: 2020-07-15T19:37:47,408 Traceback (most recent call last): 2020-07-15T19:37:47,408 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 188, in _main 2020-07-15T19:37:47,408 status = self.run(options, args) 2020-07-15T19:37:47,408 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 185, in wrapper 2020-07-15T19:37:47,408 return func(self, options, args) 2020-07-15T19:37:47,408 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 160, in run 2020-07-15T19:37:47,408 reqs, check_supported_wheels=True 2020-07-15T19:37:47,408 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 179, in resolve 2020-07-15T19:37:47,408 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-07-15T19:37:47,408 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 362, in _resolve_one 2020-07-15T19:37:47,408 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-07-15T19:37:47,408 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 313, in _get_abstract_dist_for 2020-07-15T19:37:47,408 self._populate_link(req) 2020-07-15T19:37:47,408 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 279, in _populate_link 2020-07-15T19:37:47,408 req.link = self.finder.find_requirement(req, upgrade) 2020-07-15T19:37:47,408 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/index/package_finder.py", line 930, in find_requirement 2020-07-15T19:37:47,408 req) 2020-07-15T19:37:47,408 pip._internal.exceptions.DistributionNotFound: No matching distribution found for lazex==0.3.0 2020-07-15T19:37:47,416 Removed build tracker: '/tmp/pip-req-tracker-r1ps1nkq'