2020-05-13T02:55:50,782 Created temporary directory: /tmp/pip-ephem-wheel-cache-5c2zcsy7 2020-05-13T02:55:50,786 Created temporary directory: /tmp/pip-req-tracker-fc6uy191 2020-05-13T02:55:50,787 Initialized build tracking at /tmp/pip-req-tracker-fc6uy191 2020-05-13T02:55:50,788 Created build tracker: /tmp/pip-req-tracker-fc6uy191 2020-05-13T02:55:50,788 Entered build tracker: /tmp/pip-req-tracker-fc6uy191 2020-05-13T02:55:50,790 Created temporary directory: /tmp/pip-wheel-t1ozz31v 2020-05-13T02:55:50,803 1 location(s) to search for versions of stopeight: 2020-05-13T02:55:50,803 * https://pypi.org/simple/stopeight/ 2020-05-13T02:55:50,804 Fetching project page and analyzing links: https://pypi.org/simple/stopeight/ 2020-05-13T02:55:50,804 Getting page https://pypi.org/simple/stopeight/ 2020-05-13T02:55:50,807 Found index url https://pypi.org/simple 2020-05-13T02:55:51,089 Found link https://files.pythonhosted.org/packages/e2/78/7ee4646e63f53fef4b2702657078c199fb54c10c2b37b342f4b736bf4879/stopeight-0.2.19.tar.gz#sha256=9fd1c0874b644dbe9b96af04a7a59e7bec3ce150a20871ceb1dad157bafc98b4 (from https://pypi.org/simple/stopeight/), version: 0.2.19 2020-05-13T02:55:51,090 Found link https://files.pythonhosted.org/packages/74/e0/c686f38e40328e4b4c2d1a41d4d9889b4c311207155b279a95a2eafb56e0/stopeight-0.3.11.tar.gz#sha256=fb7264644fcd8c054a8599c2288af65acf9ef6fb134138daa40d36d8706e5cdc (from https://pypi.org/simple/stopeight/) (requires-python:>=3.5), version: 0.3.11 2020-05-13T02:55:51,091 Found link https://files.pythonhosted.org/packages/ec/50/602c81bf78017c0723a295b5aed9297e5adcf79969342f4dac14c094cf5f/stopeight-0.3.14.tar.gz#sha256=da62b804d9be2bccd17c0739a9ddbf03e7bdaeb39297cb0fa28013bdd0265af0 (from https://pypi.org/simple/stopeight/) (requires-python:>=3.5), version: 0.3.14 2020-05-13T02:55:51,099 Given no hashes to check 1 links for project 'stopeight': discarding no candidates 2020-05-13T02:55:51,100 Using version 0.2.19 (newest of versions: 0.2.19) 2020-05-13T02:55:51,106 Collecting stopeight==0.2.19 2020-05-13T02:55:51,109 Created temporary directory: /tmp/pip-unpack-iyd5ss6x 2020-05-13T02:55:51,325 Downloading stopeight-0.2.19.tar.gz (622 kB) 2020-05-13T02:55:53,293 Added stopeight==0.2.19 from https://files.pythonhosted.org/packages/e2/78/7ee4646e63f53fef4b2702657078c199fb54c10c2b37b342f4b736bf4879/stopeight-0.2.19.tar.gz#sha256=9fd1c0874b644dbe9b96af04a7a59e7bec3ce150a20871ceb1dad157bafc98b4 to build tracker '/tmp/pip-req-tracker-fc6uy191' 2020-05-13T02:55:53,297 Running setup.py (path:/tmp/pip-wheel-t1ozz31v/stopeight/setup.py) egg_info for package stopeight 2020-05-13T02:55:53,299 Created temporary directory: /tmp/pip-pip-egg-info-7yyzycqj 2020-05-13T02:55:53,300 Running command python setup.py egg_info 2020-05-13T02:55:55,256 Traceback (most recent call last): 2020-05-13T02:55:55,257 File "", line 1, in 2020-05-13T02:55:55,258 File "/tmp/pip-wheel-t1ozz31v/stopeight/setup.py", line 12, in 2020-05-13T02:55:55,258 str(get_pybind_include()), 2020-05-13T02:55:55,259 File "/tmp/pip-wheel-t1ozz31v/stopeight/python.py", line 23, in __str__ 2020-05-13T02:55:55,259 return pybind11.get_include(self.user) 2020-05-13T02:55:55,260 AttributeError: module 'pybind11' has no attribute 'get_include' 2020-05-13T02:55:55,369 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-05-13T02:55:55,370 Exception information: 2020-05-13T02:55:55,370 Traceback (most recent call last): 2020-05-13T02:55:55,370 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 188, in _main 2020-05-13T02:55:55,370 status = self.run(options, args) 2020-05-13T02:55:55,370 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 185, in wrapper 2020-05-13T02:55:55,370 return func(self, options, args) 2020-05-13T02:55:55,370 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 160, in run 2020-05-13T02:55:55,370 reqs, check_supported_wheels=True 2020-05-13T02:55:55,370 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 179, in resolve 2020-05-13T02:55:55,370 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-05-13T02:55:55,370 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 362, in _resolve_one 2020-05-13T02:55:55,370 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-05-13T02:55:55,370 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 314, in _get_abstract_dist_for 2020-05-13T02:55:55,370 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-05-13T02:55:55,370 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 431, in prepare_linked_requirement 2020-05-13T02:55:55,370 req, self.req_tracker, self.finder, self.build_isolation, 2020-05-13T02:55:55,370 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 85, in _get_prepared_distribution 2020-05-13T02:55:55,370 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-05-13T02:55:55,370 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-05-13T02:55:55,370 self.req.prepare_metadata() 2020-05-13T02:55:55,370 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 550, in prepare_metadata 2020-05-13T02:55:55,370 self.metadata_directory = self._generate_metadata() 2020-05-13T02:55:55,370 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 530, in _generate_metadata 2020-05-13T02:55:55,370 details=self.name or "from {}".format(self.link) 2020-05-13T02:55:55,370 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-05-13T02:55:55,370 command_desc='python setup.py egg_info', 2020-05-13T02:55:55,370 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 241, in call_subprocess 2020-05-13T02:55:55,370 raise InstallationError(exc_msg) 2020-05-13T02:55:55,370 pip._internal.exceptions.InstallationError: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-05-13T02:55:55,384 Removed stopeight==0.2.19 from https://files.pythonhosted.org/packages/e2/78/7ee4646e63f53fef4b2702657078c199fb54c10c2b37b342f4b736bf4879/stopeight-0.2.19.tar.gz#sha256=9fd1c0874b644dbe9b96af04a7a59e7bec3ce150a20871ceb1dad157bafc98b4 from build tracker '/tmp/pip-req-tracker-fc6uy191' 2020-05-13T02:55:55,384 Removed build tracker: '/tmp/pip-req-tracker-fc6uy191'