2023-09-11T16:14:32,107 Created temporary directory: /tmp/pip-build-tracker-7h2cvryr 2023-09-11T16:14:32,108 Initialized build tracking at /tmp/pip-build-tracker-7h2cvryr 2023-09-11T16:14:32,108 Created build tracker: /tmp/pip-build-tracker-7h2cvryr 2023-09-11T16:14:32,109 Entered build tracker: /tmp/pip-build-tracker-7h2cvryr 2023-09-11T16:14:32,109 Created temporary directory: /tmp/pip-wheel-e4gt_h9s 2023-09-11T16:14:32,113 Created temporary directory: /tmp/pip-ephem-wheel-cache-f5wfqo2w 2023-09-11T16:14:32,134 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-11T16:14:32,138 2 location(s) to search for versions of asyncio-railgun: 2023-09-11T16:14:32,138 * https://pypi.org/simple/asyncio-railgun/ 2023-09-11T16:14:32,138 * https://www.piwheels.org/simple/asyncio-railgun/ 2023-09-11T16:14:32,138 Fetching project page and analyzing links: https://pypi.org/simple/asyncio-railgun/ 2023-09-11T16:14:32,139 Getting page https://pypi.org/simple/asyncio-railgun/ 2023-09-11T16:14:32,141 Found index url https://pypi.org/simple/ 2023-09-11T16:14:32,389 Fetched page https://pypi.org/simple/asyncio-railgun/ as application/vnd.pypi.simple.v1+json 2023-09-11T16:14:32,391 Found link https://files.pythonhosted.org/packages/3e/6d/56162b7a38d456a4a646df65b678faed9a735235f1292c71c0320340d7ff/asyncio-railgun-0.0.1.tar.gz (from https://pypi.org/simple/asyncio-railgun/) (requires-python:>=3.6.0), version: 0.0.1 2023-09-11T16:14:32,392 Skipping link: No binaries permitted for asyncio-railgun: https://files.pythonhosted.org/packages/1a/1b/d11759ab482d66a2ed545e523a413badfe420020ce639364c346919539ed/asyncio_railgun-0.0.1-py3-none-any.whl (from https://pypi.org/simple/asyncio-railgun/) (requires-python:>=3.6.0) 2023-09-11T16:14:32,393 Found link https://files.pythonhosted.org/packages/78/91/74ff15979f625baa0ef056f897210d6dfcd4d17a4bfabb01ec388553768b/asyncio-railgun-0.0.3.linux-x86_64.tar.gz (from https://pypi.org/simple/asyncio-railgun/) (requires-python:>=3.6.0), version: 0.0.3.linux-x86_64 2023-09-11T16:14:32,394 Fetching project page and analyzing links: https://www.piwheels.org/simple/asyncio-railgun/ 2023-09-11T16:14:32,394 Getting page https://www.piwheels.org/simple/asyncio-railgun/ 2023-09-11T16:14:32,396 Found index url https://www.piwheels.org/simple/ 2023-09-11T16:14:32,657 Fetched page https://www.piwheels.org/simple/asyncio-railgun/ as text/html 2023-09-11T16:14:32,659 Skipping link: No binaries permitted for asyncio-railgun: https://www.piwheels.org/simple/asyncio-railgun/asyncio_railgun-0.0.1-py3-none-any.whl#sha256=f6ae5c663d3040297326a391898ed616492f806d301f3c6ca603bccd53b22463 (from https://www.piwheels.org/simple/asyncio-railgun/) (requires-python:>=3.6.0) 2023-09-11T16:14:32,660 Skipping link: not a file: https://www.piwheels.org/simple/asyncio-railgun/ 2023-09-11T16:14:32,660 Skipping link: not a file: https://pypi.org/simple/asyncio-railgun/ 2023-09-11T16:14:32,679 Given no hashes to check 0 links for project 'asyncio-railgun': discarding no candidates 2023-09-11T16:14:32,680 ERROR: Could not find a version that satisfies the requirement asyncio-railgun==0.0.3 (from versions: 0.0.3.linux-x86_64, 0.0.1) 2023-09-11T16:14:32,682 ERROR: No matching distribution found for asyncio-railgun==0.0.3 2023-09-11T16:14:32,683 Exception information: 2023-09-11T16:14:32,683 Traceback (most recent call last): 2023-09-11T16:14:32,683 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 397, in resolve 2023-09-11T16:14:32,683 self._add_to_criteria(self.state.criteria, r, parent=None) 2023-09-11T16:14:32,683 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 174, in _add_to_criteria 2023-09-11T16:14:32,683 raise RequirementsConflicted(criterion) 2023-09-11T16:14:32,683 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('asyncio-railgun==0.0.3') 2023-09-11T16:14:32,683 2023-09-11T16:14:32,683 During handling of the above exception, another exception occurred: 2023-09-11T16:14:32,683 2023-09-11T16:14:32,683 Traceback (most recent call last): 2023-09-11T16:14:32,683 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 92, in resolve 2023-09-11T16:14:32,683 result = self._result = resolver.resolve( 2023-09-11T16:14:32,683 ^^^^^^^^^^^^^^^^^ 2023-09-11T16:14:32,683 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 546, in resolve 2023-09-11T16:14:32,683 state = resolution.resolve(requirements, max_rounds=max_rounds) 2023-09-11T16:14:32,683 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-11T16:14:32,683 File "/usr/local/lib/python3.11/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 399, in resolve 2023-09-11T16:14:32,683 raise ResolutionImpossible(e.criterion.information) 2023-09-11T16:14:32,683 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('asyncio-railgun==0.0.3'), parent=None)] 2023-09-11T16:14:32,683 2023-09-11T16:14:32,683 The above exception was the direct cause of the following exception: 2023-09-11T16:14:32,683 2023-09-11T16:14:32,683 Traceback (most recent call last): 2023-09-11T16:14:32,683 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/base_command.py", line 180, in exc_logging_wrapper 2023-09-11T16:14:32,683 status = run_func(*args) 2023-09-11T16:14:32,683 ^^^^^^^^^^^^^^^ 2023-09-11T16:14:32,683 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/cli/req_command.py", line 248, in wrapper 2023-09-11T16:14:32,683 return func(self, options, args) 2023-09-11T16:14:32,683 ^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-11T16:14:32,683 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/commands/wheel.py", line 147, in run 2023-09-11T16:14:32,683 requirement_set = resolver.resolve(reqs, check_supported_wheels=True) 2023-09-11T16:14:32,683 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2023-09-11T16:14:32,683 File "/usr/local/lib/python3.11/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 101, in resolve 2023-09-11T16:14:32,683 raise error from e 2023-09-11T16:14:32,683 pip._internal.exceptions.DistributionNotFound: No matching distribution found for asyncio-railgun==0.0.3 2023-09-11T16:14:32,689 Removed build tracker: '/tmp/pip-build-tracker-7h2cvryr'