2021-06-03T12:47:18,609 Created temporary directory: /tmp/pip-ephem-wheel-cache-ridwa0rw 2021-06-03T12:47:18,613 Created temporary directory: /tmp/pip-req-tracker-h_9423yf 2021-06-03T12:47:18,614 Initialized build tracking at /tmp/pip-req-tracker-h_9423yf 2021-06-03T12:47:18,614 Created build tracker: /tmp/pip-req-tracker-h_9423yf 2021-06-03T12:47:18,614 Entered build tracker: /tmp/pip-req-tracker-h_9423yf 2021-06-03T12:47:18,615 Created temporary directory: /tmp/pip-wheel-0cwovldy 2021-06-03T12:47:18,647 1 location(s) to search for versions of chainqueue: 2021-06-03T12:47:18,647 * https://pypi.org/simple/chainqueue/ 2021-06-03T12:47:18,648 Fetching project page and analyzing links: https://pypi.org/simple/chainqueue/ 2021-06-03T12:47:18,648 Getting page https://pypi.org/simple/chainqueue/ 2021-06-03T12:47:18,650 Found index url https://pypi.org/simple 2021-06-03T12:47:18,737 Found link https://files.pythonhosted.org/packages/65/40/52941302bf25c30fab687e7ff4572f1dc8d5fc301f78309917920d304fcc/chainqueue-0.0.2b2.tar.gz#sha256=3db724366641232e916c1b748b1e4db4425b32f5a407b9802bbc5629e533688e (from https://pypi.org/simple/chainqueue/) (requires-python:>=3.6), version: 0.0.2b2 2021-06-03T12:47:18,737 Skipping link: not a file: https://pypi.org/simple/chainqueue/ 2021-06-03T12:47:18,751 Given no hashes to check 1 links for project 'chainqueue': discarding no candidates 2021-06-03T12:47:18,766 Collecting chainqueue==0.0.2b2 2021-06-03T12:47:18,767 Created temporary directory: /tmp/pip-unpack-_r8xw033 2021-06-03T12:47:18,963 Downloading chainqueue-0.0.2b2.tar.gz (15 kB) 2021-06-03T12:47:19,056 Added chainqueue==0.0.2b2 from https://files.pythonhosted.org/packages/65/40/52941302bf25c30fab687e7ff4572f1dc8d5fc301f78309917920d304fcc/chainqueue-0.0.2b2.tar.gz#sha256=3db724366641232e916c1b748b1e4db4425b32f5a407b9802bbc5629e533688e to build tracker '/tmp/pip-req-tracker-h_9423yf' 2021-06-03T12:47:19,057 Running setup.py (path:/tmp/pip-wheel-0cwovldy/chainqueue_077064ef2f9f483188759efbbd1ac926/setup.py) egg_info for package chainqueue 2021-06-03T12:47:19,057 Created temporary directory: /tmp/pip-pip-egg-info-1yev2kv4 2021-06-03T12:47:19,058 Running command python setup.py egg_info 2021-06-03T12:47:19,982 Traceback (most recent call last): 2021-06-03T12:47:19,983 File "", line 1, in 2021-06-03T12:47:19,983 File "/tmp/pip-wheel-0cwovldy/chainqueue_077064ef2f9f483188759efbbd1ac926/setup.py", line 7, in 2021-06-03T12:47:19,983 f = open('requirements.txt', 'r') 2021-06-03T12:47:19,984 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' 2021-06-03T12:47:20,030 WARNING: Discarding https://files.pythonhosted.org/packages/65/40/52941302bf25c30fab687e7ff4572f1dc8d5fc301f78309917920d304fcc/chainqueue-0.0.2b2.tar.gz#sha256=3db724366641232e916c1b748b1e4db4425b32f5a407b9802bbc5629e533688e (from https://pypi.org/simple/chainqueue/) (requires-python:>=3.6). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-06-03T12:47:20,031 ERROR: Could not find a version that satisfies the requirement chainqueue==0.0.2b2 (from versions: 0.0.2b2) 2021-06-03T12:47:20,032 ERROR: No matching distribution found for chainqueue==0.0.2b2 2021-06-03T12:47:20,032 Exception information: 2021-06-03T12:47:20,032 Traceback (most recent call last): 2021-06-03T12:47:20,032 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-06-03T12:47:20,032 name, crit = self._merge_into_criterion(r, parent=None) 2021-06-03T12:47:20,032 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-06-03T12:47:20,032 raise RequirementsConflicted(criterion) 2021-06-03T12:47:20,032 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('chainqueue==0.0.2b2') 2021-06-03T12:47:20,032 2021-06-03T12:47:20,032 During handling of the above exception, another exception occurred: 2021-06-03T12:47:20,032 2021-06-03T12:47:20,032 Traceback (most recent call last): 2021-06-03T12:47:20,032 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-06-03T12:47:20,032 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-06-03T12:47:20,032 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-06-03T12:47:20,032 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-06-03T12:47:20,032 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-06-03T12:47:20,032 raise ResolutionImpossible(e.criterion.information) 2021-06-03T12:47:20,032 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('chainqueue==0.0.2b2'), parent=None)] 2021-06-03T12:47:20,032 2021-06-03T12:47:20,032 The above exception was the direct cause of the following exception: 2021-06-03T12:47:20,032 2021-06-03T12:47:20,032 Traceback (most recent call last): 2021-06-03T12:47:20,032 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-06-03T12:47:20,032 status = self.run(options, args) 2021-06-03T12:47:20,032 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 204, in wrapper 2021-06-03T12:47:20,032 return func(self, options, args) 2021-06-03T12:47:20,032 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-06-03T12:47:20,032 reqs, check_supported_wheels=True 2021-06-03T12:47:20,032 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-06-03T12:47:20,032 raise error from e 2021-06-03T12:47:20,032 pip._internal.exceptions.DistributionNotFound: No matching distribution found for chainqueue==0.0.2b2 2021-06-03T12:47:20,037 Removed chainqueue==0.0.2b2 from https://files.pythonhosted.org/packages/65/40/52941302bf25c30fab687e7ff4572f1dc8d5fc301f78309917920d304fcc/chainqueue-0.0.2b2.tar.gz#sha256=3db724366641232e916c1b748b1e4db4425b32f5a407b9802bbc5629e533688e from build tracker '/tmp/pip-req-tracker-h_9423yf' 2021-06-03T12:47:20,038 Removed build tracker: '/tmp/pip-req-tracker-h_9423yf'