2020-06-04T20:19:07,841 Created temporary directory: /tmp/pip-ephem-wheel-cache-fb1zqq_u 2020-06-04T20:19:07,846 Created temporary directory: /tmp/pip-req-tracker-fh83wo3e 2020-06-04T20:19:07,847 Initialized build tracking at /tmp/pip-req-tracker-fh83wo3e 2020-06-04T20:19:07,847 Created build tracker: /tmp/pip-req-tracker-fh83wo3e 2020-06-04T20:19:07,848 Entered build tracker: /tmp/pip-req-tracker-fh83wo3e 2020-06-04T20:19:07,849 Created temporary directory: /tmp/pip-wheel-q7w2m39w 2020-06-04T20:19:07,863 1 location(s) to search for versions of lpacli: 2020-06-04T20:19:07,863 * https://pypi.org/simple/lpacli/ 2020-06-04T20:19:07,864 Fetching project page and analyzing links: https://pypi.org/simple/lpacli/ 2020-06-04T20:19:07,865 Getting page https://pypi.org/simple/lpacli/ 2020-06-04T20:19:07,867 Found index url https://pypi.org/simple 2020-06-04T20:19:08,069 Found link https://files.pythonhosted.org/packages/1e/ab/91e88cc279e761d6dcf068eccc461db0da95f971babf14d5354a13e1250f/lpacli-0.1.0.tar.gz#sha256=d4e5529c9a7931e6108946197650d5cf09708e7f80011557b05fbd2f6d890cec (from https://pypi.org/simple/lpacli/), version: 0.1.0 2020-06-04T20:19:08,070 Found link https://files.pythonhosted.org/packages/b6/ed/713bbad8917b4ea80d3b9b854315fc00e5d0cea794de7ea40ab336cb11ce/lpacli-0.1.1.tar.gz#sha256=8f767fa84074bc43436ad216ab2ff001a86cbfe821ed0c75ed66156b95061a4c (from https://pypi.org/simple/lpacli/), version: 0.1.1 2020-06-04T20:19:08,071 Found link https://files.pythonhosted.org/packages/8f/2f/94d1490cf898862e3cb13b0c06a74c7351a6f85700db6d03b6aea3f24a47/lpacli-0.1.2.tar.gz#sha256=c2dc1dad7e0490164761c66508f2ed758de0099e9cab45a7133c7b573accb13c (from https://pypi.org/simple/lpacli/), version: 0.1.2 2020-06-04T20:19:08,079 Given no hashes to check 1 links for project 'lpacli': discarding no candidates 2020-06-04T20:19:08,080 Using version 0.1.0 (newest of versions: 0.1.0) 2020-06-04T20:19:08,086 Collecting lpacli==0.1.0 2020-06-04T20:19:08,090 Created temporary directory: /tmp/pip-unpack-3vkbkkf3 2020-06-04T20:19:08,206 Downloading lpacli-0.1.0.tar.gz (6.2 kB) 2020-06-04T20:19:08,329 Added lpacli==0.1.0 from https://files.pythonhosted.org/packages/1e/ab/91e88cc279e761d6dcf068eccc461db0da95f971babf14d5354a13e1250f/lpacli-0.1.0.tar.gz#sha256=d4e5529c9a7931e6108946197650d5cf09708e7f80011557b05fbd2f6d890cec to build tracker '/tmp/pip-req-tracker-fh83wo3e' 2020-06-04T20:19:08,331 Running setup.py (path:/tmp/pip-wheel-q7w2m39w/lpacli/setup.py) egg_info for package lpacli 2020-06-04T20:19:08,332 Created temporary directory: /tmp/pip-pip-egg-info-dbn8hahi 2020-06-04T20:19:08,333 Running command python setup.py egg_info 2020-06-04T20:19:10,016 Traceback (most recent call last): 2020-06-04T20:19:10,017 File "", line 1, in 2020-06-04T20:19:10,018 File "/tmp/pip-wheel-q7w2m39w/lpacli/setup.py", line 34, in 2020-06-04T20:19:10,018 install_requires=read('requirements.txt'), 2020-06-04T20:19:10,019 File "/tmp/pip-wheel-q7w2m39w/lpacli/setup.py", line 20, in read 2020-06-04T20:19:10,019 return open(os.path.join(os.path.dirname(__file__), fname)).read() 2020-06-04T20:19:10,020 FileNotFoundError: [Errno 2] No such file or directory: '/tmp/pip-wheel-q7w2m39w/lpacli/requirements.txt' 2020-06-04T20:19:10,107 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-06-04T20:19:10,108 Exception information: 2020-06-04T20:19:10,108 Traceback (most recent call last): 2020-06-04T20:19:10,108 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 188, in _main 2020-06-04T20:19:10,108 status = self.run(options, args) 2020-06-04T20:19:10,108 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 185, in wrapper 2020-06-04T20:19:10,108 return func(self, options, args) 2020-06-04T20:19:10,108 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 160, in run 2020-06-04T20:19:10,108 reqs, check_supported_wheels=True 2020-06-04T20:19:10,108 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 179, in resolve 2020-06-04T20:19:10,108 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-06-04T20:19:10,108 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 362, in _resolve_one 2020-06-04T20:19:10,108 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-06-04T20:19:10,108 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 314, in _get_abstract_dist_for 2020-06-04T20:19:10,108 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-06-04T20:19:10,108 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 431, in prepare_linked_requirement 2020-06-04T20:19:10,108 req, self.req_tracker, self.finder, self.build_isolation, 2020-06-04T20:19:10,108 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 85, in _get_prepared_distribution 2020-06-04T20:19:10,108 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-06-04T20:19:10,108 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-06-04T20:19:10,108 self.req.prepare_metadata() 2020-06-04T20:19:10,108 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 550, in prepare_metadata 2020-06-04T20:19:10,108 self.metadata_directory = self._generate_metadata() 2020-06-04T20:19:10,108 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 530, in _generate_metadata 2020-06-04T20:19:10,108 details=self.name or "from {}".format(self.link) 2020-06-04T20:19:10,108 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-06-04T20:19:10,108 command_desc='python setup.py egg_info', 2020-06-04T20:19:10,108 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 241, in call_subprocess 2020-06-04T20:19:10,108 raise InstallationError(exc_msg) 2020-06-04T20:19:10,108 pip._internal.exceptions.InstallationError: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-06-04T20:19:10,122 Removed lpacli==0.1.0 from https://files.pythonhosted.org/packages/1e/ab/91e88cc279e761d6dcf068eccc461db0da95f971babf14d5354a13e1250f/lpacli-0.1.0.tar.gz#sha256=d4e5529c9a7931e6108946197650d5cf09708e7f80011557b05fbd2f6d890cec from build tracker '/tmp/pip-req-tracker-fh83wo3e' 2020-06-04T20:19:10,123 Removed build tracker: '/tmp/pip-req-tracker-fh83wo3e'