2021-07-09T20:07:30,686 Created temporary directory: /tmp/pip-ephem-wheel-cache-1z68frpe 2021-07-09T20:07:30,688 Created temporary directory: /tmp/pip-req-tracker-48l6a6l2 2021-07-09T20:07:30,689 Initialized build tracking at /tmp/pip-req-tracker-48l6a6l2 2021-07-09T20:07:30,689 Created build tracker: /tmp/pip-req-tracker-48l6a6l2 2021-07-09T20:07:30,689 Entered build tracker: /tmp/pip-req-tracker-48l6a6l2 2021-07-09T20:07:30,690 Created temporary directory: /tmp/pip-wheel-brg39tak 2021-07-09T20:07:30,723 1 location(s) to search for versions of async-pubsub: 2021-07-09T20:07:30,723 * https://pypi.org/simple/async-pubsub/ 2021-07-09T20:07:30,724 Fetching project page and analyzing links: https://pypi.org/simple/async-pubsub/ 2021-07-09T20:07:30,724 Getting page https://pypi.org/simple/async-pubsub/ 2021-07-09T20:07:30,726 Found index url https://pypi.org/simple 2021-07-09T20:07:30,905 Found link https://files.pythonhosted.org/packages/17/0d/19a20a91278c5017eba405310ec20e6c26d1c593d5db97d7ff5050c42ed5/async_pubsub-0.1.0.tar.gz#sha256=7a98cbf061297fb7e5dfb3c231b9a45b2a147fa5824318cb17f4703b40f493c3 (from https://pypi.org/simple/async-pubsub/), version: 0.1.0 2021-07-09T20:07:30,905 Found link https://files.pythonhosted.org/packages/68/4c/82d11aacd13cecd3d2eade804d0c450af79fa4f00fa89bfadda1147ee21e/async_pubsub-0.1.1.tar.gz#sha256=eca7afd186e6ec15e1442fb593168ffbba40d7ba5395d4b91e05d4fd53902da7 (from https://pypi.org/simple/async-pubsub/), version: 0.1.1 2021-07-09T20:07:30,905 Skipping link: not a file: https://pypi.org/simple/async-pubsub/ 2021-07-09T20:07:30,921 Given no hashes to check 1 links for project 'async-pubsub': discarding no candidates 2021-07-09T20:07:30,939 Collecting async-pubsub==0.1.0 2021-07-09T20:07:30,940 Created temporary directory: /tmp/pip-unpack-xegjn_vs 2021-07-09T20:07:30,980 Downloading async_pubsub-0.1.0.tar.gz (4.6 kB) 2021-07-09T20:07:31,029 Added async-pubsub==0.1.0 from https://files.pythonhosted.org/packages/17/0d/19a20a91278c5017eba405310ec20e6c26d1c593d5db97d7ff5050c42ed5/async_pubsub-0.1.0.tar.gz#sha256=7a98cbf061297fb7e5dfb3c231b9a45b2a147fa5824318cb17f4703b40f493c3 to build tracker '/tmp/pip-req-tracker-48l6a6l2' 2021-07-09T20:07:31,030 Running setup.py (path:/tmp/pip-wheel-brg39tak/async-pubsub_3552d480cb944f209f5678be4b651511/setup.py) egg_info for package async-pubsub 2021-07-09T20:07:31,030 Created temporary directory: /tmp/pip-pip-egg-info-pkctcerl 2021-07-09T20:07:31,031 Running command python setup.py egg_info 2021-07-09T20:07:31,656 Traceback (most recent call last): 2021-07-09T20:07:31,657 File "", line 1, in 2021-07-09T20:07:31,657 File "/tmp/pip-wheel-brg39tak/async-pubsub_3552d480cb944f209f5678be4b651511/setup.py", line 3, in 2021-07-09T20:07:31,657 import async_pubsub 2021-07-09T20:07:31,657 File "/tmp/pip-wheel-brg39tak/async-pubsub_3552d480cb944f209f5678be4b651511/async_pubsub/__init__.py", line 1, in 2021-07-09T20:07:31,657 from .redis_pubsub import RedisPubSub 2021-07-09T20:07:31,658 File "/tmp/pip-wheel-brg39tak/async-pubsub_3552d480cb944f209f5678be4b651511/async_pubsub/redis_pubsub.py", line 3, in 2021-07-09T20:07:31,658 import redis 2021-07-09T20:07:31,658 ModuleNotFoundError: No module named 'redis' 2021-07-09T20:07:31,707 WARNING: Discarding https://files.pythonhosted.org/packages/17/0d/19a20a91278c5017eba405310ec20e6c26d1c593d5db97d7ff5050c42ed5/async_pubsub-0.1.0.tar.gz#sha256=7a98cbf061297fb7e5dfb3c231b9a45b2a147fa5824318cb17f4703b40f493c3 (from https://pypi.org/simple/async-pubsub/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T20:07:31,709 ERROR: Could not find a version that satisfies the requirement async-pubsub==0.1.0 (from versions: 0.1.0, 0.1.1) 2021-07-09T20:07:31,709 ERROR: No matching distribution found for async-pubsub==0.1.0 2021-07-09T20:07:31,709 Exception information: 2021-07-09T20:07:31,709 Traceback (most recent call last): 2021-07-09T20:07:31,709 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T20:07:31,709 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T20:07:31,709 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T20:07:31,709 raise RequirementsConflicted(criterion) 2021-07-09T20:07:31,709 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('async-pubsub==0.1.0') 2021-07-09T20:07:31,709 2021-07-09T20:07:31,709 During handling of the above exception, another exception occurred: 2021-07-09T20:07:31,709 2021-07-09T20:07:31,709 Traceback (most recent call last): 2021-07-09T20:07:31,709 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T20:07:31,709 result = self._result = resolver.resolve( 2021-07-09T20:07:31,709 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T20:07:31,709 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T20:07:31,709 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T20:07:31,709 raise ResolutionImpossible(e.criterion.information) 2021-07-09T20:07:31,709 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('async-pubsub==0.1.0'), parent=None)] 2021-07-09T20:07:31,709 2021-07-09T20:07:31,709 The above exception was the direct cause of the following exception: 2021-07-09T20:07:31,709 2021-07-09T20:07:31,709 Traceback (most recent call last): 2021-07-09T20:07:31,709 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T20:07:31,709 status = self.run(options, args) 2021-07-09T20:07:31,709 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T20:07:31,709 return func(self, options, args) 2021-07-09T20:07:31,709 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T20:07:31,709 requirement_set = resolver.resolve( 2021-07-09T20:07:31,709 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T20:07:31,709 raise error from e 2021-07-09T20:07:31,709 pip._internal.exceptions.DistributionNotFound: No matching distribution found for async-pubsub==0.1.0 2021-07-09T20:07:31,714 Removed async-pubsub==0.1.0 from https://files.pythonhosted.org/packages/17/0d/19a20a91278c5017eba405310ec20e6c26d1c593d5db97d7ff5050c42ed5/async_pubsub-0.1.0.tar.gz#sha256=7a98cbf061297fb7e5dfb3c231b9a45b2a147fa5824318cb17f4703b40f493c3 from build tracker '/tmp/pip-req-tracker-48l6a6l2' 2021-07-09T20:07:31,714 Removed build tracker: '/tmp/pip-req-tracker-48l6a6l2'