2020-09-10T14:59:21,635 Created temporary directory: /tmp/pip-ephem-wheel-cache-9yjxymel 2020-09-10T14:59:21,637 Created temporary directory: /tmp/pip-req-tracker-uaqno7tt 2020-09-10T14:59:21,638 Initialized build tracking at /tmp/pip-req-tracker-uaqno7tt 2020-09-10T14:59:21,638 Created build tracker: /tmp/pip-req-tracker-uaqno7tt 2020-09-10T14:59:21,638 Entered build tracker: /tmp/pip-req-tracker-uaqno7tt 2020-09-10T14:59:21,638 Created temporary directory: /tmp/pip-wheel-jnew1z1g 2020-09-10T14:59:21,646 1 location(s) to search for versions of clnews: 2020-09-10T14:59:21,646 * https://pypi.org/simple/clnews/ 2020-09-10T14:59:21,647 Fetching project page and analyzing links: https://pypi.org/simple/clnews/ 2020-09-10T14:59:21,647 Getting page https://pypi.org/simple/clnews/ 2020-09-10T14:59:21,649 Found index url https://pypi.org/simple 2020-09-10T14:59:21,733 Found link https://files.pythonhosted.org/packages/85/95/93beeaf356999e35b9e90ea56786d2570df51c2199884f0139f8157df93f/clnews-0.3.1.tar.gz#sha256=b7de600f59babd9eb2cc47ded0afc6f79dd6a44935653b6b05eab1bdafc28abd (from https://pypi.org/simple/clnews/), version: 0.3.1 2020-09-10T14:59:21,733 Found link https://files.pythonhosted.org/packages/c7/57/0af5dd22436625992a24e865ae2bc18d93bd7812df37b6405aa809e24e23/clnews-0.4.0.tar.gz#sha256=54dd63018185eb114651d00256ce8d6f2c02af4c6f365791abc7b6bcf51dd6c1 (from https://pypi.org/simple/clnews/), version: 0.4.0 2020-09-10T14:59:21,737 Given no hashes to check 1 links for project 'clnews': discarding no candidates 2020-09-10T14:59:21,738 Using version 0.4.0 (newest of versions: 0.4.0) 2020-09-10T14:59:21,742 Collecting clnews==0.4.0 2020-09-10T14:59:21,743 Created temporary directory: /tmp/pip-unpack-xuzhg86z 2020-09-10T14:59:21,781 Downloading clnews-0.4.0.tar.gz (7.2 kB) 2020-09-10T14:59:21,833 Added clnews==0.4.0 from https://files.pythonhosted.org/packages/c7/57/0af5dd22436625992a24e865ae2bc18d93bd7812df37b6405aa809e24e23/clnews-0.4.0.tar.gz#sha256=54dd63018185eb114651d00256ce8d6f2c02af4c6f365791abc7b6bcf51dd6c1 to build tracker '/tmp/pip-req-tracker-uaqno7tt' 2020-09-10T14:59:21,834 Running setup.py (path:/tmp/pip-wheel-jnew1z1g/clnews/setup.py) egg_info for package clnews 2020-09-10T14:59:21,835 Created temporary directory: /tmp/pip-pip-egg-info-4m2uclgj 2020-09-10T14:59:21,835 Running command python setup.py egg_info 2020-09-10T14:59:22,630 Traceback (most recent call last): 2020-09-10T14:59:22,631 File "", line 1, in 2020-09-10T14:59:22,631 File "/tmp/pip-wheel-jnew1z1g/clnews/setup.py", line 2, in 2020-09-10T14:59:22,632 from clnews.config import VERSION 2020-09-10T14:59:22,632 File "/tmp/pip-wheel-jnew1z1g/clnews/clnews/__init__.py", line 2, in 2020-09-10T14:59:22,632 from exception import EventAttrError, ChannelDataNotFound, ChannelServerError,\ 2020-09-10T14:59:22,633 ModuleNotFoundError: No module named 'exception' 2020-09-10T14:59:22,678 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-09-10T14:59:22,678 Exception information: 2020-09-10T14:59:22,678 Traceback (most recent call last): 2020-09-10T14:59:22,678 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 216, in _main 2020-09-10T14:59:22,678 status = self.run(options, args) 2020-09-10T14:59:22,678 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 182, in wrapper 2020-09-10T14:59:22,678 return func(self, options, args) 2020-09-10T14:59:22,678 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 156, in run 2020-09-10T14:59:22,678 reqs, check_supported_wheels=True 2020-09-10T14:59:22,678 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 183, in resolve 2020-09-10T14:59:22,678 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-09-10T14:59:22,678 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 388, in _resolve_one 2020-09-10T14:59:22,678 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-09-10T14:59:22,678 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 340, in _get_abstract_dist_for 2020-09-10T14:59:22,678 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-09-10T14:59:22,678 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 483, in prepare_linked_requirement 2020-09-10T14:59:22,678 req, self.req_tracker, self.finder, self.build_isolation, 2020-09-10T14:59:22,678 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-09-10T14:59:22,678 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-09-10T14:59:22,678 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-09-10T14:59:22,678 self.req.prepare_metadata() 2020-09-10T14:59:22,678 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 554, in prepare_metadata 2020-09-10T14:59:22,678 self.metadata_directory = self._generate_metadata() 2020-09-10T14:59:22,678 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 534, in _generate_metadata 2020-09-10T14:59:22,678 details=self.name or "from {}".format(self.link) 2020-09-10T14:59:22,678 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-09-10T14:59:22,678 command_desc='python setup.py egg_info', 2020-09-10T14:59:22,678 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 242, in call_subprocess 2020-09-10T14:59:22,678 raise InstallationError(exc_msg) 2020-09-10T14:59:22,678 pip._internal.exceptions.InstallationError: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-09-10T14:59:22,686 Removed clnews==0.4.0 from https://files.pythonhosted.org/packages/c7/57/0af5dd22436625992a24e865ae2bc18d93bd7812df37b6405aa809e24e23/clnews-0.4.0.tar.gz#sha256=54dd63018185eb114651d00256ce8d6f2c02af4c6f365791abc7b6bcf51dd6c1 from build tracker '/tmp/pip-req-tracker-uaqno7tt' 2020-09-10T14:59:22,686 Removed build tracker: '/tmp/pip-req-tracker-uaqno7tt'