2020-09-19T23:05:50,360 Created temporary directory: /tmp/pip-ephem-wheel-cache-b6wmlv3a 2020-09-19T23:05:50,363 Created temporary directory: /tmp/pip-req-tracker-iumiwbas 2020-09-19T23:05:50,363 Initialized build tracking at /tmp/pip-req-tracker-iumiwbas 2020-09-19T23:05:50,364 Created build tracker: /tmp/pip-req-tracker-iumiwbas 2020-09-19T23:05:50,364 Entered build tracker: /tmp/pip-req-tracker-iumiwbas 2020-09-19T23:05:50,364 Created temporary directory: /tmp/pip-wheel-pu68kouk 2020-09-19T23:05:50,373 1 location(s) to search for versions of products-atphoto: 2020-09-19T23:05:50,373 * https://pypi.org/simple/products-atphoto/ 2020-09-19T23:05:50,374 Fetching project page and analyzing links: https://pypi.org/simple/products-atphoto/ 2020-09-19T23:05:50,374 Getting page https://pypi.org/simple/products-atphoto/ 2020-09-19T23:05:50,375 Found index url https://pypi.org/simple 2020-09-19T23:05:50,461 Found link https://files.pythonhosted.org/packages/f2/ec/e52695031d124a48f00e21081737e08b095e7741569d10b42de2a92e0c30/Products.ATPhoto-1.0.tar.gz#sha256=e1c3897e0c2f2290af540467a79cd677e798bf929256b540bf5e204c45a740d9 (from https://pypi.org/simple/products-atphoto/), version: 1.0 2020-09-19T23:05:50,465 Given no hashes to check 1 links for project 'products-atphoto': discarding no candidates 2020-09-19T23:05:50,466 Using version 1.0 (newest of versions: 1.0) 2020-09-19T23:05:50,469 Collecting products-atphoto==1.0 2020-09-19T23:05:50,471 Created temporary directory: /tmp/pip-unpack-p1hu4_t_ 2020-09-19T23:05:50,510 Downloading Products.ATPhoto-1.0.tar.gz (222 kB) 2020-09-19T23:05:50,814 Added products-atphoto==1.0 from https://files.pythonhosted.org/packages/f2/ec/e52695031d124a48f00e21081737e08b095e7741569d10b42de2a92e0c30/Products.ATPhoto-1.0.tar.gz#sha256=e1c3897e0c2f2290af540467a79cd677e798bf929256b540bf5e204c45a740d9 to build tracker '/tmp/pip-req-tracker-iumiwbas' 2020-09-19T23:05:50,816 Running setup.py (path:/tmp/pip-wheel-pu68kouk/products-atphoto/setup.py) egg_info for package products-atphoto 2020-09-19T23:05:50,817 Created temporary directory: /tmp/pip-pip-egg-info-k732ogu3 2020-09-19T23:05:50,817 Running command python setup.py egg_info 2020-09-19T23:05:51,664 Traceback (most recent call last): 2020-09-19T23:05:51,665 File "", line 1, in 2020-09-19T23:05:51,665 File "/tmp/pip-wheel-pu68kouk/products-atphoto/setup.py", line 11, in 2020-09-19T23:05:51,665 open(os.path.join("Products", "ATPhoto", "doc", "AUTHORS.txt")).read().decode('UTF8').encode('ASCII', 'replace') + '\n', 2020-09-19T23:05:51,666 AttributeError: 'str' object has no attribute 'decode' 2020-09-19T23:05:51,711 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-09-19T23:05:51,711 Exception information: 2020-09-19T23:05:51,711 Traceback (most recent call last): 2020-09-19T23:05:51,711 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/base_command.py", line 228, in _main 2020-09-19T23:05:51,711 status = self.run(options, args) 2020-09-19T23:05:51,711 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/cli/req_command.py", line 182, in wrapper 2020-09-19T23:05:51,711 return func(self, options, args) 2020-09-19T23:05:51,711 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/commands/wheel.py", line 156, in run 2020-09-19T23:05:51,711 reqs, check_supported_wheels=True 2020-09-19T23:05:51,711 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 183, in resolve 2020-09-19T23:05:51,711 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-09-19T23:05:51,711 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 388, in _resolve_one 2020-09-19T23:05:51,711 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-09-19T23:05:51,711 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 340, in _get_abstract_dist_for 2020-09-19T23:05:51,711 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-09-19T23:05:51,711 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 483, in prepare_linked_requirement 2020-09-19T23:05:51,711 req, self.req_tracker, self.finder, self.build_isolation, 2020-09-19T23:05:51,711 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-09-19T23:05:51,711 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-09-19T23:05:51,711 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-09-19T23:05:51,711 self.req.prepare_metadata() 2020-09-19T23:05:51,711 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 555, in prepare_metadata 2020-09-19T23:05:51,711 self.metadata_directory = self._generate_metadata() 2020-09-19T23:05:51,711 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/req/req_install.py", line 535, in _generate_metadata 2020-09-19T23:05:51,711 details=self.name or "from {}".format(self.link) 2020-09-19T23:05:51,711 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-09-19T23:05:51,711 command_desc='python setup.py egg_info', 2020-09-19T23:05:51,711 File "/usr/local/lib/python3.7/dist-packages/pip/_internal/utils/subprocess.py", line 242, in call_subprocess 2020-09-19T23:05:51,711 raise InstallationError(exc_msg) 2020-09-19T23:05:51,711 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-19T23:05:51,719 Removed products-atphoto==1.0 from https://files.pythonhosted.org/packages/f2/ec/e52695031d124a48f00e21081737e08b095e7741569d10b42de2a92e0c30/Products.ATPhoto-1.0.tar.gz#sha256=e1c3897e0c2f2290af540467a79cd677e798bf929256b540bf5e204c45a740d9 from build tracker '/tmp/pip-req-tracker-iumiwbas' 2020-09-19T23:05:51,720 Removed build tracker: '/tmp/pip-req-tracker-iumiwbas'