2020-11-29T09:51:23,762 Created temporary directory: /tmp/pip-ephem-wheel-cache-wtrj8zsx 2020-11-29T09:51:23,765 Created temporary directory: /tmp/pip-req-tracker-6naerbzn 2020-11-29T09:51:23,765 Initialized build tracking at /tmp/pip-req-tracker-6naerbzn 2020-11-29T09:51:23,766 Created build tracker: /tmp/pip-req-tracker-6naerbzn 2020-11-29T09:51:23,766 Entered build tracker: /tmp/pip-req-tracker-6naerbzn 2020-11-29T09:51:23,767 Created temporary directory: /tmp/pip-wheel-9gifhxv7 2020-11-29T09:51:23,777 1 location(s) to search for versions of catch-turtle: 2020-11-29T09:51:23,777 * https://pypi.org/simple/catch-turtle/ 2020-11-29T09:51:23,778 Fetching project page and analyzing links: https://pypi.org/simple/catch-turtle/ 2020-11-29T09:51:23,778 Getting page https://pypi.org/simple/catch-turtle/ 2020-11-29T09:51:23,780 Found index url https://pypi.org/simple 2020-11-29T09:51:23,872 Found link https://files.pythonhosted.org/packages/80/38/98b1b054fa215f3dd12b0b44662388027a99dcf76c325dc5df96da8a6e65/catch_turtle-1.0.tar.gz#sha256=53fc9b39d74ae5057031bdae91599c5a29b9072767110236a26a67614995fd8b (from https://pypi.org/simple/catch-turtle/), version: 1.0 2020-11-29T09:51:23,872 Found link https://files.pythonhosted.org/packages/b9/7e/da0f81bd756fbff20e97769ab345ab92bf6d60746169c2d2ee97fc16d8aa/catch_turtle-1.0.1.tar.gz#sha256=d3e39531bcfddaa133912b4a12ffeb8b0f972e55b1b443f4ce9f70504b987e38 (from https://pypi.org/simple/catch-turtle/), version: 1.0.1 2020-11-29T09:51:23,873 Found link https://files.pythonhosted.org/packages/d9/6a/2416beb5062772f23ece5fba64d5a42102bf1800b4a5a3d6b1e173cfefc5/catch_turtle-1.1.tar.gz#sha256=3bbbe7a9e53def75924b87028b54e49b8fcf56c822f49f46e5952147ae649f24 (from https://pypi.org/simple/catch-turtle/), version: 1.1 2020-11-29T09:51:23,877 Given no hashes to check 1 links for project 'catch-turtle': discarding no candidates 2020-11-29T09:51:23,878 Using version 1.1 (newest of versions: 1.1) 2020-11-29T09:51:23,881 Collecting catch-turtle==1.1 2020-11-29T09:51:23,883 Created temporary directory: /tmp/pip-unpack-5200wzu7 2020-11-29T09:51:23,929 Downloading catch_turtle-1.1.tar.gz (2.5 MB) 2020-11-29T09:51:24,289 Added catch-turtle==1.1 from https://files.pythonhosted.org/packages/d9/6a/2416beb5062772f23ece5fba64d5a42102bf1800b4a5a3d6b1e173cfefc5/catch_turtle-1.1.tar.gz#sha256=3bbbe7a9e53def75924b87028b54e49b8fcf56c822f49f46e5952147ae649f24 to build tracker '/tmp/pip-req-tracker-6naerbzn' 2020-11-29T09:51:24,290 Running setup.py (path:/tmp/pip-wheel-9gifhxv7/catch-turtle/setup.py) egg_info for package catch-turtle 2020-11-29T09:51:24,291 Created temporary directory: /tmp/pip-pip-egg-info-3_u9b0ax 2020-11-29T09:51:24,291 Running command python setup.py egg_info 2020-11-29T09:51:25,630 Traceback (most recent call last): 2020-11-29T09:51:25,631 File "", line 1, in 2020-11-29T09:51:25,631 File "/tmp/pip-wheel-9gifhxv7/catch-turtle/setup.py", line 12, in 2020-11-29T09:51:25,632 long_desc=open("README.rst").read() 2020-11-29T09:51:25,632 File "/usr/lib/python3.7/codecs.py", line 322, in decode 2020-11-29T09:51:25,633 (result, consumed) = self._buffer_decode(data, self.errors, final) 2020-11-29T09:51:25,633 UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd3 in position 2: invalid continuation byte 2020-11-29T09:51:25,695 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-11-29T09:51:25,696 Exception information: 2020-11-29T09:51:25,696 Traceback (most recent call last): 2020-11-29T09:51:25,696 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 228, in _main 2020-11-29T09:51:25,696 status = self.run(options, args) 2020-11-29T09:51:25,696 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 182, in wrapper 2020-11-29T09:51:25,696 return func(self, options, args) 2020-11-29T09:51:25,696 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 156, in run 2020-11-29T09:51:25,696 reqs, check_supported_wheels=True 2020-11-29T09:51:25,696 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 183, in resolve 2020-11-29T09:51:25,696 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-11-29T09:51:25,696 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 388, in _resolve_one 2020-11-29T09:51:25,696 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-11-29T09:51:25,696 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 340, in _get_abstract_dist_for 2020-11-29T09:51:25,696 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-11-29T09:51:25,696 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 483, in prepare_linked_requirement 2020-11-29T09:51:25,696 req, self.req_tracker, self.finder, self.build_isolation, 2020-11-29T09:51:25,696 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-11-29T09:51:25,696 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-11-29T09:51:25,696 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-11-29T09:51:25,696 self.req.prepare_metadata() 2020-11-29T09:51:25,696 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 555, in prepare_metadata 2020-11-29T09:51:25,696 self.metadata_directory = self._generate_metadata() 2020-11-29T09:51:25,696 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 535, in _generate_metadata 2020-11-29T09:51:25,696 details=self.name or "from {}".format(self.link) 2020-11-29T09:51:25,696 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-11-29T09:51:25,696 command_desc='python setup.py egg_info', 2020-11-29T09:51:25,696 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 242, in call_subprocess 2020-11-29T09:51:25,696 raise InstallationError(exc_msg) 2020-11-29T09:51:25,696 pip._internal.exceptions.InstallationError: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-11-29T09:51:25,741 Removed catch-turtle==1.1 from https://files.pythonhosted.org/packages/d9/6a/2416beb5062772f23ece5fba64d5a42102bf1800b4a5a3d6b1e173cfefc5/catch_turtle-1.1.tar.gz#sha256=3bbbe7a9e53def75924b87028b54e49b8fcf56c822f49f46e5952147ae649f24 from build tracker '/tmp/pip-req-tracker-6naerbzn' 2020-11-29T09:51:25,742 Removed build tracker: '/tmp/pip-req-tracker-6naerbzn'