2021-11-14T00:46:36,639 Created temporary directory: /tmp/pip-ephem-wheel-cache-rvwude8g 2021-11-14T00:46:36,642 Created temporary directory: /tmp/pip-req-tracker-njfx6rde 2021-11-14T00:46:36,643 Initialized build tracking at /tmp/pip-req-tracker-njfx6rde 2021-11-14T00:46:36,644 Created build tracker: /tmp/pip-req-tracker-njfx6rde 2021-11-14T00:46:36,644 Entered build tracker: /tmp/pip-req-tracker-njfx6rde 2021-11-14T00:46:36,645 Created temporary directory: /tmp/pip-wheel-km_rue3_ 2021-11-14T00:46:36,678 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2021-11-14T00:46:36,681 2 location(s) to search for versions of asyncpg-engine: 2021-11-14T00:46:36,681 * https://pypi.org/simple/asyncpg-engine/ 2021-11-14T00:46:36,681 * https://www.piwheels.org/simple/asyncpg-engine/ 2021-11-14T00:46:36,682 Fetching project page and analyzing links: https://pypi.org/simple/asyncpg-engine/ 2021-11-14T00:46:36,683 Getting page https://pypi.org/simple/asyncpg-engine/ 2021-11-14T00:46:36,684 Found index url https://pypi.org/simple 2021-11-14T00:46:36,774 Link requires a different Python (3.7.3 not in: '>=3.9,<4.0'): https://files.pythonhosted.org/packages/e8/af/7fa78dbb168aab7a12637c59724ac7ccefed1479d221e7ae9fbf2ff754e5/asyncpg-engine-0.1.0.tar.gz#sha256=ee0acbe0eb1b55b5614437bea02f5e2ee3e489c8c327ce1b3fd8c22e43b6d81d (from https://pypi.org/simple/asyncpg-engine/) (requires-python:>=3.9,<4.0) 2021-11-14T00:46:36,775 Skipping link: No binaries permitted for asyncpg-engine: https://files.pythonhosted.org/packages/22/5b/990d9569093de18219e09a50611c2b71b1a04aee4806dc4e3b5e90735ce6/asyncpg_engine-0.1.0-py3-none-any.whl#sha256=d9ac64fa65e58d62670fa88e1e83b5bb2b0b5dccf10385b726f0a3a60e986bda (from https://pypi.org/simple/asyncpg-engine/) (requires-python:>=3.9,<4.0) 2021-11-14T00:46:36,775 Fetching project page and analyzing links: https://www.piwheels.org/simple/asyncpg-engine/ 2021-11-14T00:46:36,775 Getting page https://www.piwheels.org/simple/asyncpg-engine/ 2021-11-14T00:46:36,776 Found index url https://www.piwheels.org/simple 2021-11-14T00:46:36,967 Skipping link: not a file: https://www.piwheels.org/simple/asyncpg-engine/ 2021-11-14T00:46:36,968 Skipping link: not a file: https://pypi.org/simple/asyncpg-engine/ 2021-11-14T00:46:36,982 Given no hashes to check 0 links for project 'asyncpg-engine': discarding no candidates 2021-11-14T00:46:36,982 ERROR: Could not find a version that satisfies the requirement asyncpg-engine==0.1.0 (from versions: none) 2021-11-14T00:46:36,983 ERROR: No matching distribution found for asyncpg-engine==0.1.0 2021-11-14T00:46:36,983 Exception information: 2021-11-14T00:46:36,983 Traceback (most recent call last): 2021-11-14T00:46:36,983 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-11-14T00:46:36,983 name, crit = self._merge_into_criterion(r, parent=None) 2021-11-14T00:46:36,983 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-11-14T00:46:36,983 raise RequirementsConflicted(criterion) 2021-11-14T00:46:36,983 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('asyncpg-engine==0.1.0') 2021-11-14T00:46:36,983 2021-11-14T00:46:36,983 During handling of the above exception, another exception occurred: 2021-11-14T00:46:36,983 2021-11-14T00:46:36,983 Traceback (most recent call last): 2021-11-14T00:46:36,983 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-11-14T00:46:36,983 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-11-14T00:46:36,983 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-11-14T00:46:36,983 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-11-14T00:46:36,983 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-11-14T00:46:36,983 raise ResolutionImpossible(e.criterion.information) 2021-11-14T00:46:36,983 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('asyncpg-engine==0.1.0'), parent=None)] 2021-11-14T00:46:36,983 2021-11-14T00:46:36,983 The above exception was the direct cause of the following exception: 2021-11-14T00:46:36,983 2021-11-14T00:46:36,983 Traceback (most recent call last): 2021-11-14T00:46:36,983 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-11-14T00:46:36,983 status = self.run(options, args) 2021-11-14T00:46:36,983 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-11-14T00:46:36,983 return func(self, options, args) 2021-11-14T00:46:36,983 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-11-14T00:46:36,983 reqs, check_supported_wheels=True 2021-11-14T00:46:36,983 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-11-14T00:46:36,983 raise error from e 2021-11-14T00:46:36,983 pip._internal.exceptions.DistributionNotFound: No matching distribution found for asyncpg-engine==0.1.0 2021-11-14T00:46:36,987 Removed build tracker: '/tmp/pip-req-tracker-njfx6rde'