2020-06-30T07:13:27,082 Created temporary directory: /tmp/pip-ephem-wheel-cache-oq97ouol 2020-06-30T07:13:27,086 Created temporary directory: /tmp/pip-req-tracker-bstel7a8 2020-06-30T07:13:27,087 Initialized build tracking at /tmp/pip-req-tracker-bstel7a8 2020-06-30T07:13:27,088 Created build tracker: /tmp/pip-req-tracker-bstel7a8 2020-06-30T07:13:27,089 Entered build tracker: /tmp/pip-req-tracker-bstel7a8 2020-06-30T07:13:27,090 Created temporary directory: /tmp/pip-wheel-ewgrsi7d 2020-06-30T07:13:27,104 1 location(s) to search for versions of holiday-calendar: 2020-06-30T07:13:27,104 * https://pypi.org/simple/holiday-calendar/ 2020-06-30T07:13:27,105 Fetching project page and analyzing links: https://pypi.org/simple/holiday-calendar/ 2020-06-30T07:13:27,106 Getting page https://pypi.org/simple/holiday-calendar/ 2020-06-30T07:13:27,110 Found index url https://pypi.org/simple 2020-06-30T07:13:27,302 Found link https://files.pythonhosted.org/packages/f8/f4/943d3d559c19073bfde0f1019709a77b079af3e2287d3a15ceaa16146418/holiday-calendar-0.1.0.tar.gz#sha256=3f810239aee4ddd4f835c2194a097641a54c6b9d7f31da1d9bf8a8d18b12b1ff (from https://pypi.org/simple/holiday-calendar/), version: 0.1.0 2020-06-30T07:13:27,303 Found link https://files.pythonhosted.org/packages/e8/ee/706147eeb2dcecc38e3ef1961437fe429aec70e42e0e4458b08e0df23cb9/holiday-calendar-0.1.1.tar.gz#sha256=9220618193e288de377417e944515e76bb9f6f2d425faef2c2069b707750f170 (from https://pypi.org/simple/holiday-calendar/), version: 0.1.1 2020-06-30T07:13:27,303 Found link https://files.pythonhosted.org/packages/a8/b8/74f2262c28c7a716545d06e14a51be7b0ecad45bb95a61d1708a9736bcee/holiday-calendar-0.1.2.tar.gz#sha256=250e271dc113971382166cdd9bc75745dde094aa08515547a80ea9d00b6fab41 (from https://pypi.org/simple/holiday-calendar/), version: 0.1.2 2020-06-30T07:13:27,312 Given no hashes to check 1 links for project 'holiday-calendar': discarding no candidates 2020-06-30T07:13:27,313 Using version 0.1.2 (newest of versions: 0.1.2) 2020-06-30T07:13:27,319 Collecting holiday-calendar==0.1.2 2020-06-30T07:13:27,323 Created temporary directory: /tmp/pip-unpack-1vgir7u9 2020-06-30T07:13:27,573 Downloading holiday-calendar-0.1.2.tar.gz (2.6 kB) 2020-06-30T07:13:27,640 Added holiday-calendar==0.1.2 from https://files.pythonhosted.org/packages/a8/b8/74f2262c28c7a716545d06e14a51be7b0ecad45bb95a61d1708a9736bcee/holiday-calendar-0.1.2.tar.gz#sha256=250e271dc113971382166cdd9bc75745dde094aa08515547a80ea9d00b6fab41 to build tracker '/tmp/pip-req-tracker-bstel7a8' 2020-06-30T07:13:27,644 Running setup.py (path:/tmp/pip-wheel-ewgrsi7d/holiday-calendar/setup.py) egg_info for package holiday-calendar 2020-06-30T07:13:27,645 Created temporary directory: /tmp/pip-pip-egg-info-69ce6ip5 2020-06-30T07:13:27,646 Running command python setup.py egg_info 2020-06-30T07:13:29,247 Traceback (most recent call last): 2020-06-30T07:13:29,248 File "", line 1, in 2020-06-30T07:13:29,249 File "/tmp/pip-wheel-ewgrsi7d/holiday-calendar/setup.py", line 12, in 2020-06-30T07:13:29,249 import holiday_calendar 2020-06-30T07:13:29,250 File "/tmp/pip-wheel-ewgrsi7d/holiday-calendar/holiday_calendar/__init__.py", line 9, in 2020-06-30T07:13:29,251 from .get_data import GetHoliday 2020-06-30T07:13:29,251 File "/tmp/pip-wheel-ewgrsi7d/holiday-calendar/holiday_calendar/get_data.py", line 14 2020-06-30T07:13:29,252 day = str(int(x[0])) if int(x[0]) > 9 else f"0{str(x[0])}" 2020-06-30T07:13:29,252 ^ 2020-06-30T07:13:29,253 SyntaxError: invalid syntax 2020-06-30T07:13:29,347 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-06-30T07:13:29,348 Exception information: 2020-06-30T07:13:29,348 Traceback (most recent call last): 2020-06-30T07:13:29,348 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/base_command.py", line 188, in _main 2020-06-30T07:13:29,348 status = self.run(options, args) 2020-06-30T07:13:29,348 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/req_command.py", line 185, in wrapper 2020-06-30T07:13:29,348 return func(self, options, args) 2020-06-30T07:13:29,348 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/commands/wheel.py", line 160, in run 2020-06-30T07:13:29,348 reqs, check_supported_wheels=True 2020-06-30T07:13:29,348 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 179, in resolve 2020-06-30T07:13:29,348 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-06-30T07:13:29,348 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 362, in _resolve_one 2020-06-30T07:13:29,348 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-06-30T07:13:29,348 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 314, in _get_abstract_dist_for 2020-06-30T07:13:29,348 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-06-30T07:13:29,348 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/operations/prepare.py", line 488, in prepare_linked_requirement 2020-06-30T07:13:29,348 req, self.req_tracker, self.finder, self.build_isolation, 2020-06-30T07:13:29,348 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-06-30T07:13:29,348 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-06-30T07:13:29,348 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-06-30T07:13:29,348 self.req.prepare_metadata() 2020-06-30T07:13:29,348 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/req/req_install.py", line 550, in prepare_metadata 2020-06-30T07:13:29,348 self.metadata_directory = self._generate_metadata() 2020-06-30T07:13:29,348 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/req/req_install.py", line 530, in _generate_metadata 2020-06-30T07:13:29,348 details=self.name or "from {}".format(self.link) 2020-06-30T07:13:29,348 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-06-30T07:13:29,348 command_desc='python setup.py egg_info', 2020-06-30T07:13:29,348 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/utils/subprocess.py", line 241, in call_subprocess 2020-06-30T07:13:29,348 raise InstallationError(exc_msg) 2020-06-30T07:13:29,348 pip._internal.exceptions.InstallationError: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-06-30T07:13:29,360 Removed holiday-calendar==0.1.2 from https://files.pythonhosted.org/packages/a8/b8/74f2262c28c7a716545d06e14a51be7b0ecad45bb95a61d1708a9736bcee/holiday-calendar-0.1.2.tar.gz#sha256=250e271dc113971382166cdd9bc75745dde094aa08515547a80ea9d00b6fab41 from build tracker '/tmp/pip-req-tracker-bstel7a8' 2020-06-30T07:13:29,361 Removed build tracker: '/tmp/pip-req-tracker-bstel7a8'