2021-07-09T23:54:56,309 Created temporary directory: /tmp/pip-ephem-wheel-cache-6sw9u25z 2021-07-09T23:54:56,311 Created temporary directory: /tmp/pip-req-tracker-8n57l34i 2021-07-09T23:54:56,312 Initialized build tracking at /tmp/pip-req-tracker-8n57l34i 2021-07-09T23:54:56,312 Created build tracker: /tmp/pip-req-tracker-8n57l34i 2021-07-09T23:54:56,312 Entered build tracker: /tmp/pip-req-tracker-8n57l34i 2021-07-09T23:54:56,313 Created temporary directory: /tmp/pip-wheel-8x_khucb 2021-07-09T23:54:56,346 1 location(s) to search for versions of httpnext: 2021-07-09T23:54:56,346 * https://pypi.org/simple/httpnext/ 2021-07-09T23:54:56,346 Fetching project page and analyzing links: https://pypi.org/simple/httpnext/ 2021-07-09T23:54:56,347 Getting page https://pypi.org/simple/httpnext/ 2021-07-09T23:54:56,348 Found index url https://pypi.org/simple 2021-07-09T23:54:56,528 Found link https://files.pythonhosted.org/packages/90/2d/6bbb887ad65f80c833dc52a8623225729919c5f7fbc614e25802f8f81437/httpnext-0.0.1.tar.gz#sha256=d457bdcf4f711d5ead21bbe3530842e63fbd4d93db074970b7fb5e58a66cc616 (from https://pypi.org/simple/httpnext/), version: 0.0.1 2021-07-09T23:54:56,528 Skipping link: not a file: https://pypi.org/simple/httpnext/ 2021-07-09T23:54:56,544 Given no hashes to check 1 links for project 'httpnext': discarding no candidates 2021-07-09T23:54:56,561 Collecting httpnext==0.0.1 2021-07-09T23:54:56,563 Created temporary directory: /tmp/pip-unpack-qu29gq9s 2021-07-09T23:54:56,735 Downloading httpnext-0.0.1.tar.gz (1.2 kB) 2021-07-09T23:54:56,766 Added httpnext==0.0.1 from https://files.pythonhosted.org/packages/90/2d/6bbb887ad65f80c833dc52a8623225729919c5f7fbc614e25802f8f81437/httpnext-0.0.1.tar.gz#sha256=d457bdcf4f711d5ead21bbe3530842e63fbd4d93db074970b7fb5e58a66cc616 to build tracker '/tmp/pip-req-tracker-8n57l34i' 2021-07-09T23:54:56,767 Running setup.py (path:/tmp/pip-wheel-8x_khucb/httpnext_a4c79279b48945e9917d65f618f89438/setup.py) egg_info for package httpnext 2021-07-09T23:54:56,768 Created temporary directory: /tmp/pip-pip-egg-info-4x2xczpj 2021-07-09T23:54:56,768 Running command python setup.py egg_info 2021-07-09T23:54:57,390 Traceback (most recent call last): 2021-07-09T23:54:57,391 File "", line 1, in 2021-07-09T23:54:57,391 File "/tmp/pip-wheel-8x_khucb/httpnext_a4c79279b48945e9917d65f618f89438/setup.py", line 6, in 2021-07-09T23:54:57,392 install_requires = [line.rstrip() for line in open(os.path.join(os.path.dirname(__file__), "requirements.txt"))] 2021-07-09T23:54:57,392 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-8x_khucb/httpnext_a4c79279b48945e9917d65f618f89438/requirements.txt' 2021-07-09T23:54:57,441 WARNING: Discarding https://files.pythonhosted.org/packages/90/2d/6bbb887ad65f80c833dc52a8623225729919c5f7fbc614e25802f8f81437/httpnext-0.0.1.tar.gz#sha256=d457bdcf4f711d5ead21bbe3530842e63fbd4d93db074970b7fb5e58a66cc616 (from https://pypi.org/simple/httpnext/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-07-09T23:54:57,442 ERROR: Could not find a version that satisfies the requirement httpnext==0.0.1 (from versions: 0.0.1) 2021-07-09T23:54:57,442 ERROR: No matching distribution found for httpnext==0.0.1 2021-07-09T23:54:57,443 Exception information: 2021-07-09T23:54:57,443 Traceback (most recent call last): 2021-07-09T23:54:57,443 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-07-09T23:54:57,443 name, crit = self._merge_into_criterion(r, parent=None) 2021-07-09T23:54:57,443 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-07-09T23:54:57,443 raise RequirementsConflicted(criterion) 2021-07-09T23:54:57,443 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('httpnext==0.0.1') 2021-07-09T23:54:57,443 2021-07-09T23:54:57,443 During handling of the above exception, another exception occurred: 2021-07-09T23:54:57,443 2021-07-09T23:54:57,443 Traceback (most recent call last): 2021-07-09T23:54:57,443 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 127, in resolve 2021-07-09T23:54:57,443 result = self._result = resolver.resolve( 2021-07-09T23:54:57,443 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-07-09T23:54:57,443 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-07-09T23:54:57,443 File "/usr/local/lib/python3.9/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-07-09T23:54:57,443 raise ResolutionImpossible(e.criterion.information) 2021-07-09T23:54:57,443 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('httpnext==0.0.1'), parent=None)] 2021-07-09T23:54:57,443 2021-07-09T23:54:57,443 The above exception was the direct cause of the following exception: 2021-07-09T23:54:57,443 2021-07-09T23:54:57,443 Traceback (most recent call last): 2021-07-09T23:54:57,443 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-07-09T23:54:57,443 status = self.run(options, args) 2021-07-09T23:54:57,443 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/cli/req_command.py", line 205, in wrapper 2021-07-09T23:54:57,443 return func(self, options, args) 2021-07-09T23:54:57,443 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/commands/wheel.py", line 142, in run 2021-07-09T23:54:57,443 requirement_set = resolver.resolve( 2021-07-09T23:54:57,443 File "/usr/local/lib/python3.9/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-07-09T23:54:57,443 raise error from e 2021-07-09T23:54:57,443 pip._internal.exceptions.DistributionNotFound: No matching distribution found for httpnext==0.0.1 2021-07-09T23:54:57,448 Removed httpnext==0.0.1 from https://files.pythonhosted.org/packages/90/2d/6bbb887ad65f80c833dc52a8623225729919c5f7fbc614e25802f8f81437/httpnext-0.0.1.tar.gz#sha256=d457bdcf4f711d5ead21bbe3530842e63fbd4d93db074970b7fb5e58a66cc616 from build tracker '/tmp/pip-req-tracker-8n57l34i' 2021-07-09T23:54:57,448 Removed build tracker: '/tmp/pip-req-tracker-8n57l34i'