2022-02-11T14:42:28,188 Created temporary directory: /tmp/pip-ephem-wheel-cache-l3oymtaj 2022-02-11T14:42:28,194 Created temporary directory: /tmp/pip-req-tracker-2kf9tfx7 2022-02-11T14:42:28,195 Initialized build tracking at /tmp/pip-req-tracker-2kf9tfx7 2022-02-11T14:42:28,196 Created build tracker: /tmp/pip-req-tracker-2kf9tfx7 2022-02-11T14:42:28,196 Entered build tracker: /tmp/pip-req-tracker-2kf9tfx7 2022-02-11T14:42:28,197 Created temporary directory: /tmp/pip-wheel-n3ue5s4h 2022-02-11T14:42:28,271 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2022-02-11T14:42:28,276 2 location(s) to search for versions of aiosendgrid: 2022-02-11T14:42:28,276 * https://pypi.org/simple/aiosendgrid/ 2022-02-11T14:42:28,276 * https://www.piwheels.org/simple/aiosendgrid/ 2022-02-11T14:42:28,278 Fetching project page and analyzing links: https://pypi.org/simple/aiosendgrid/ 2022-02-11T14:42:28,279 Getting page https://pypi.org/simple/aiosendgrid/ 2022-02-11T14:42:28,282 Found index url https://pypi.org/simple 2022-02-11T14:42:28,480 Skipping link: No binaries permitted for aiosendgrid: https://files.pythonhosted.org/packages/27/fa/c21efe03089d3231e4a142341ecd759c1fbab01f401d67a38999328c35cf/aiosendgrid-0.1.0-py3-none-any.whl#sha256=ab8abc62db477e08b21cb83243b56b40316c2c9365c86f2b72bca156f32a7ca4 (from https://pypi.org/simple/aiosendgrid/) (requires-python:>=3.9,<4.0) 2022-02-11T14:42:28,482 Link requires a different Python (3.7.3 not in: '>=3.9,<4.0'): https://files.pythonhosted.org/packages/60/b1/99d78ad343fa953977ff02ce3553d5e94a5ab93d28a35caf941db1853c75/aiosendgrid-0.1.0.tar.gz#sha256=a6885729a0ed29e6e7ea2e6ecaad73a31a1699a2418530c75694f8c76c6987d9 (from https://pypi.org/simple/aiosendgrid/) (requires-python:>=3.9,<4.0) 2022-02-11T14:42:28,482 Fetching project page and analyzing links: https://www.piwheels.org/simple/aiosendgrid/ 2022-02-11T14:42:28,483 Getting page https://www.piwheels.org/simple/aiosendgrid/ 2022-02-11T14:42:28,485 Found index url https://www.piwheels.org/simple 2022-02-11T14:42:28,698 Skipping link: not a file: https://www.piwheels.org/simple/aiosendgrid/ 2022-02-11T14:42:28,699 Skipping link: not a file: https://pypi.org/simple/aiosendgrid/ 2022-02-11T14:42:28,732 Given no hashes to check 0 links for project 'aiosendgrid': discarding no candidates 2022-02-11T14:42:28,733 ERROR: Could not find a version that satisfies the requirement aiosendgrid==0.1.0 (from versions: none) 2022-02-11T14:42:28,734 ERROR: No matching distribution found for aiosendgrid==0.1.0 2022-02-11T14:42:28,734 Exception information: 2022-02-11T14:42:28,734 Traceback (most recent call last): 2022-02-11T14:42:28,734 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 349, in resolve 2022-02-11T14:42:28,734 self._add_to_criteria(self.state.criteria, r, parent=None) 2022-02-11T14:42:28,734 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2022-02-11T14:42:28,734 raise RequirementsConflicted(criterion) 2022-02-11T14:42:28,734 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('aiosendgrid==0.1.0') 2022-02-11T14:42:28,734 2022-02-11T14:42:28,734 During handling of the above exception, another exception occurred: 2022-02-11T14:42:28,734 2022-02-11T14:42:28,734 Traceback (most recent call last): 2022-02-11T14:42:28,734 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 93, in resolve 2022-02-11T14:42:28,734 collected.requirements, max_rounds=try_to_avoid_resolution_too_deep 2022-02-11T14:42:28,734 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 482, in resolve 2022-02-11T14:42:28,734 state = resolution.resolve(requirements, max_rounds=max_rounds) 2022-02-11T14:42:28,734 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 351, in resolve 2022-02-11T14:42:28,734 raise ResolutionImpossible(e.criterion.information) 2022-02-11T14:42:28,734 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('aiosendgrid==0.1.0'), parent=None)] 2022-02-11T14:42:28,734 2022-02-11T14:42:28,734 The above exception was the direct cause of the following exception: 2022-02-11T14:42:28,734 2022-02-11T14:42:28,734 Traceback (most recent call last): 2022-02-11T14:42:28,734 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 164, in exc_logging_wrapper 2022-02-11T14:42:28,734 status = run_func(*args) 2022-02-11T14:42:28,734 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2022-02-11T14:42:28,734 return func(self, options, args) 2022-02-11T14:42:28,734 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 144, in run 2022-02-11T14:42:28,734 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2022-02-11T14:42:28,734 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2022-02-11T14:42:28,734 raise error from e 2022-02-11T14:42:28,734 pip._internal.exceptions.DistributionNotFound: No matching distribution found for aiosendgrid==0.1.0 2022-02-11T14:42:28,743 Removed build tracker: '/tmp/pip-req-tracker-2kf9tfx7'