2020-05-18T15:19:29,672 Created temporary directory: /tmp/pip-ephem-wheel-cache-3oeux_jw 2020-05-18T15:19:29,676 Created temporary directory: /tmp/pip-req-tracker-um7eue9o 2020-05-18T15:19:29,677 Initialized build tracking at /tmp/pip-req-tracker-um7eue9o 2020-05-18T15:19:29,678 Created build tracker: /tmp/pip-req-tracker-um7eue9o 2020-05-18T15:19:29,678 Entered build tracker: /tmp/pip-req-tracker-um7eue9o 2020-05-18T15:19:29,679 Created temporary directory: /tmp/pip-wheel-txlh_eeo 2020-05-18T15:19:29,699 1 location(s) to search for versions of notify-py: 2020-05-18T15:19:29,699 * https://pypi.org/simple/notify-py/ 2020-05-18T15:19:29,699 Fetching project page and analyzing links: https://pypi.org/simple/notify-py/ 2020-05-18T15:19:29,700 Getting page https://pypi.org/simple/notify-py/ 2020-05-18T15:19:29,703 Found index url https://pypi.org/simple 2020-05-18T15:19:29,906 Skipping link: No binaries permitted for notify-py: https://files.pythonhosted.org/packages/e9/68/43c53f78c976ddaf8b5e5a309850002867760baf16fa786e88a67e5e2a7b/notify_py-0.0.6-py3-none-any.whl#sha256=5ebbd7b7d9fb612361089ed4b54e4289022fc8c64157ca32ac3c65996d6b97c6 (from https://pypi.org/simple/notify-py/) (requires-python:>=3.6.0) 2020-05-18T15:19:29,907 Skipping link: No binaries permitted for notify-py: https://files.pythonhosted.org/packages/88/ba/53fc0f7a061504d5794cf0aa0b50978b7d61afbbce06bb40650ca5d2425a/notify_py-0.0.7-py3-none-any.whl#sha256=1ee747fd4932bdd4b5ab1655bae12cfd12e2679911f7972037e28e48e305e189 (from https://pypi.org/simple/notify-py/) (requires-python:>=3.6.0) 2020-05-18T15:19:29,908 Found link https://files.pythonhosted.org/packages/31/25/5d5b066dc2c0166c5ef87a04a1e9252361e0ea6317fddef1f42f24449c85/notify_py-0.0.7.tar.gz#sha256=6ece98a117029ed1d8b9e26c05074cf9a503f32069561a8f6c4439b264d0a929 (from https://pypi.org/simple/notify-py/) (requires-python:>=3.6.0), version: 0.0.7 2020-05-18T15:19:29,916 Given no hashes to check 1 links for project 'notify-py': discarding no candidates 2020-05-18T15:19:29,917 Using version 0.0.7 (newest of versions: 0.0.7) 2020-05-18T15:19:29,922 Collecting notify-py==0.0.7 2020-05-18T15:19:29,926 Created temporary directory: /tmp/pip-unpack-4vjl3vwy 2020-05-18T15:19:30,131 Downloading notify_py-0.0.7.tar.gz (10 kB) 2020-05-18T15:19:30,244 Added notify-py==0.0.7 from https://files.pythonhosted.org/packages/31/25/5d5b066dc2c0166c5ef87a04a1e9252361e0ea6317fddef1f42f24449c85/notify_py-0.0.7.tar.gz#sha256=6ece98a117029ed1d8b9e26c05074cf9a503f32069561a8f6c4439b264d0a929 to build tracker '/tmp/pip-req-tracker-um7eue9o' 2020-05-18T15:19:30,247 Running setup.py (path:/tmp/pip-wheel-txlh_eeo/notify-py/setup.py) egg_info for package notify-py 2020-05-18T15:19:30,249 Created temporary directory: /tmp/pip-pip-egg-info-f_6mdrjt 2020-05-18T15:19:30,250 Running command python setup.py egg_info 2020-05-18T15:19:31,845 Traceback (most recent call last): 2020-05-18T15:19:31,846 File "", line 1, in 2020-05-18T15:19:31,846 File "/tmp/pip-wheel-txlh_eeo/notify-py/setup.py", line 8, in 2020-05-18T15:19:31,847 import notifypy 2020-05-18T15:19:31,847 File "/tmp/pip-wheel-txlh_eeo/notify-py/notifypy/__init__.py", line 1, in 2020-05-18T15:19:31,848 from .notify import Notify 2020-05-18T15:19:31,848 File "/tmp/pip-wheel-txlh_eeo/notify-py/notifypy/notify.py", line 5, in 2020-05-18T15:19:31,849 from loguru import logger 2020-05-18T15:19:31,849 ModuleNotFoundError: No module named 'loguru' 2020-05-18T15:19:31,937 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-05-18T15:19:31,937 Exception information: 2020-05-18T15:19:31,937 Traceback (most recent call last): 2020-05-18T15:19:31,937 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 188, in _main 2020-05-18T15:19:31,937 status = self.run(options, args) 2020-05-18T15:19:31,937 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 185, in wrapper 2020-05-18T15:19:31,937 return func(self, options, args) 2020-05-18T15:19:31,937 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 160, in run 2020-05-18T15:19:31,937 reqs, check_supported_wheels=True 2020-05-18T15:19:31,937 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 179, in resolve 2020-05-18T15:19:31,937 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-05-18T15:19:31,937 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 362, in _resolve_one 2020-05-18T15:19:31,937 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-05-18T15:19:31,937 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 314, in _get_abstract_dist_for 2020-05-18T15:19:31,937 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-05-18T15:19:31,937 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 431, in prepare_linked_requirement 2020-05-18T15:19:31,937 req, self.req_tracker, self.finder, self.build_isolation, 2020-05-18T15:19:31,937 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 85, in _get_prepared_distribution 2020-05-18T15:19:31,937 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-05-18T15:19:31,937 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-05-18T15:19:31,937 self.req.prepare_metadata() 2020-05-18T15:19:31,937 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 550, in prepare_metadata 2020-05-18T15:19:31,937 self.metadata_directory = self._generate_metadata() 2020-05-18T15:19:31,937 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 530, in _generate_metadata 2020-05-18T15:19:31,937 details=self.name or "from {}".format(self.link) 2020-05-18T15:19:31,937 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-05-18T15:19:31,937 command_desc='python setup.py egg_info', 2020-05-18T15:19:31,937 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 241, in call_subprocess 2020-05-18T15:19:31,937 raise InstallationError(exc_msg) 2020-05-18T15:19:31,937 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-18T15:19:31,951 Removed notify-py==0.0.7 from https://files.pythonhosted.org/packages/31/25/5d5b066dc2c0166c5ef87a04a1e9252361e0ea6317fddef1f42f24449c85/notify_py-0.0.7.tar.gz#sha256=6ece98a117029ed1d8b9e26c05074cf9a503f32069561a8f6c4439b264d0a929 from build tracker '/tmp/pip-req-tracker-um7eue9o' 2020-05-18T15:19:31,952 Removed build tracker: '/tmp/pip-req-tracker-um7eue9o'