2021-05-04T15:05:41,442 Created temporary directory: /tmp/pip-ephem-wheel-cache-vy3mef6g 2021-05-04T15:05:41,448 Created temporary directory: /tmp/pip-req-tracker-fg40vji6 2021-05-04T15:05:41,448 Initialized build tracking at /tmp/pip-req-tracker-fg40vji6 2021-05-04T15:05:41,449 Created build tracker: /tmp/pip-req-tracker-fg40vji6 2021-05-04T15:05:41,449 Entered build tracker: /tmp/pip-req-tracker-fg40vji6 2021-05-04T15:05:41,450 Created temporary directory: /tmp/pip-wheel-f7aa29dm 2021-05-04T15:05:41,489 1 location(s) to search for versions of splicemachine: 2021-05-04T15:05:41,489 * https://pypi.org/simple/splicemachine/ 2021-05-04T15:05:41,490 Fetching project page and analyzing links: https://pypi.org/simple/splicemachine/ 2021-05-04T15:05:41,490 Getting page https://pypi.org/simple/splicemachine/ 2021-05-04T15:05:41,492 Found index url https://pypi.org/simple 2021-05-04T15:05:41,592 Found link https://files.pythonhosted.org/packages/b8/11/19851ca4c646e01c9dc2909476f73b958f52e1cde6939e234d4efd61219c/splicemachine-2.7.0.dev0.tar.gz#sha256=dd45edc8164fea5bc483496da604ba172656666b8a96b1cbe5ae3c4ce5e5cfd5 (from https://pypi.org/simple/splicemachine/), version: 2.7.0.dev0 2021-05-04T15:05:41,592 Skipping link: not a file: https://pypi.org/simple/splicemachine/ 2021-05-04T15:05:41,607 Given no hashes to check 1 links for project 'splicemachine': discarding no candidates 2021-05-04T15:05:41,627 Collecting splicemachine==2.7.0.dev0 2021-05-04T15:05:41,630 Created temporary directory: /tmp/pip-unpack-nx0y0_8u 2021-05-04T15:05:41,678 Downloading splicemachine-2.7.0.dev0.tar.gz (115 kB) 2021-05-04T15:05:42,101 Added splicemachine==2.7.0.dev0 from https://files.pythonhosted.org/packages/b8/11/19851ca4c646e01c9dc2909476f73b958f52e1cde6939e234d4efd61219c/splicemachine-2.7.0.dev0.tar.gz#sha256=dd45edc8164fea5bc483496da604ba172656666b8a96b1cbe5ae3c4ce5e5cfd5 to build tracker '/tmp/pip-req-tracker-fg40vji6' 2021-05-04T15:05:42,103 Running setup.py (path:/tmp/pip-wheel-f7aa29dm/splicemachine_8dcf03aa91ab49ffb06c4daa85d8ab54/setup.py) egg_info for package splicemachine 2021-05-04T15:05:42,105 Created temporary directory: /tmp/pip-pip-egg-info-mzo6tay6 2021-05-04T15:05:42,106 Running command python setup.py egg_info 2021-05-04T15:05:43,487 Traceback (most recent call last): 2021-05-04T15:05:43,488 File "", line 1, in 2021-05-04T15:05:43,489 File "/tmp/pip-wheel-f7aa29dm/splicemachine_8dcf03aa91ab49ffb06c4daa85d8ab54/setup.py", line 21, in 2021-05-04T15:05:43,489 with open(REQUIREMENTS_FILE, "r") as dependencies_file: 2021-05-04T15:05:43,489 FileNotFoundError: [Errno 2] No such file or directory: 'requirements.txt' 2021-05-04T15:05:43,539 WARNING: Discarding https://files.pythonhosted.org/packages/b8/11/19851ca4c646e01c9dc2909476f73b958f52e1cde6939e234d4efd61219c/splicemachine-2.7.0.dev0.tar.gz#sha256=dd45edc8164fea5bc483496da604ba172656666b8a96b1cbe5ae3c4ce5e5cfd5 (from https://pypi.org/simple/splicemachine/). Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2021-05-04T15:05:43,540 ERROR: Could not find a version that satisfies the requirement splicemachine==2.7.0.dev0 (from versions: 2.7.0.dev0) 2021-05-04T15:05:43,541 ERROR: No matching distribution found for splicemachine==2.7.0.dev0 2021-05-04T15:05:43,541 Exception information: 2021-05-04T15:05:43,541 Traceback (most recent call last): 2021-05-04T15:05:43,541 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 341, in resolve 2021-05-04T15:05:43,541 name, crit = self._merge_into_criterion(r, parent=None) 2021-05-04T15:05:43,541 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 173, in _merge_into_criterion 2021-05-04T15:05:43,541 raise RequirementsConflicted(criterion) 2021-05-04T15:05:43,541 pip._vendor.resolvelib.resolvers.RequirementsConflicted: Requirements conflict: SpecifierRequirement('splicemachine==2.7.0.dev0') 2021-05-04T15:05:43,541 2021-05-04T15:05:43,541 During handling of the above exception, another exception occurred: 2021-05-04T15:05:43,541 2021-05-04T15:05:43,541 Traceback (most recent call last): 2021-05-04T15:05:43,541 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 128, in resolve 2021-05-04T15:05:43,541 requirements, max_rounds=try_to_avoid_resolution_too_deep 2021-05-04T15:05:43,541 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 473, in resolve 2021-05-04T15:05:43,541 state = resolution.resolve(requirements, max_rounds=max_rounds) 2021-05-04T15:05:43,541 File "/usr/local/lib/python3.7/dist-packages/pip/_vendor/resolvelib/resolvers.py", line 343, in resolve 2021-05-04T15:05:43,541 raise ResolutionImpossible(e.criterion.information) 2021-05-04T15:05:43,541 pip._vendor.resolvelib.resolvers.ResolutionImpossible: [RequirementInformation(requirement=SpecifierRequirement('splicemachine==2.7.0.dev0'), parent=None)] 2021-05-04T15:05:43,541 2021-05-04T15:05:43,541 The above exception was the direct cause of the following exception: 2021-05-04T15:05:43,541 2021-05-04T15:05:43,541 Traceback (most recent call last): 2021-05-04T15:05:43,541 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 180, in _main 2021-05-04T15:05:43,541 status = self.run(options, args) 2021-05-04T15:05:43,541 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 204, in wrapper 2021-05-04T15:05:43,541 return func(self, options, args) 2021-05-04T15:05:43,541 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 143, in run 2021-05-04T15:05:43,541 reqs, check_supported_wheels=True 2021-05-04T15:05:43,541 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/resolvelib/resolver.py", line 136, in resolve 2021-05-04T15:05:43,541 raise error from e 2021-05-04T15:05:43,541 pip._internal.exceptions.DistributionNotFound: No matching distribution found for splicemachine==2.7.0.dev0 2021-05-04T15:05:43,556 Removed splicemachine==2.7.0.dev0 from https://files.pythonhosted.org/packages/b8/11/19851ca4c646e01c9dc2909476f73b958f52e1cde6939e234d4efd61219c/splicemachine-2.7.0.dev0.tar.gz#sha256=dd45edc8164fea5bc483496da604ba172656666b8a96b1cbe5ae3c4ce5e5cfd5 from build tracker '/tmp/pip-req-tracker-fg40vji6' 2021-05-04T15:05:43,556 Removed build tracker: '/tmp/pip-req-tracker-fg40vji6'