2020-06-30T06:59:30,611 Created temporary directory: /tmp/pip-ephem-wheel-cache-foyas2q5 2020-06-30T06:59:30,615 Created temporary directory: /tmp/pip-req-tracker-ia743c5t 2020-06-30T06:59:30,615 Initialized build tracking at /tmp/pip-req-tracker-ia743c5t 2020-06-30T06:59:30,617 Created build tracker: /tmp/pip-req-tracker-ia743c5t 2020-06-30T06:59:30,617 Entered build tracker: /tmp/pip-req-tracker-ia743c5t 2020-06-30T06:59:30,619 Created temporary directory: /tmp/pip-wheel-efvubcc3 2020-06-30T06:59:30,635 1 location(s) to search for versions of holiday-calendar: 2020-06-30T06:59:30,635 * https://pypi.org/simple/holiday-calendar/ 2020-06-30T06:59:30,635 Fetching project page and analyzing links: https://pypi.org/simple/holiday-calendar/ 2020-06-30T06:59:30,637 Getting page https://pypi.org/simple/holiday-calendar/ 2020-06-30T06:59:30,641 Found index url https://pypi.org/simple 2020-06-30T06:59:30,833 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-30T06:59:30,834 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-30T06:59:30,842 Given no hashes to check 1 links for project 'holiday-calendar': discarding no candidates 2020-06-30T06:59:30,844 Using version 0.1.1 (newest of versions: 0.1.1) 2020-06-30T06:59:30,849 Collecting holiday-calendar==0.1.1 2020-06-30T06:59:30,853 Created temporary directory: /tmp/pip-unpack-6qckl643 2020-06-30T06:59:31,067 Downloading holiday-calendar-0.1.1.tar.gz (2.5 kB) 2020-06-30T06:59:31,138 Added holiday-calendar==0.1.1 from https://files.pythonhosted.org/packages/e8/ee/706147eeb2dcecc38e3ef1961437fe429aec70e42e0e4458b08e0df23cb9/holiday-calendar-0.1.1.tar.gz#sha256=9220618193e288de377417e944515e76bb9f6f2d425faef2c2069b707750f170 to build tracker '/tmp/pip-req-tracker-ia743c5t' 2020-06-30T06:59:31,141 Running setup.py (path:/tmp/pip-wheel-efvubcc3/holiday-calendar/setup.py) egg_info for package holiday-calendar 2020-06-30T06:59:31,144 Created temporary directory: /tmp/pip-pip-egg-info-dpaxb6yw 2020-06-30T06:59:31,145 Running command python setup.py egg_info 2020-06-30T06:59:32,609 Traceback (most recent call last): 2020-06-30T06:59:32,610 File "", line 1, in 2020-06-30T06:59:32,611 File "/tmp/pip-wheel-efvubcc3/holiday-calendar/setup.py", line 12, in 2020-06-30T06:59:32,611 import holiday_calendar 2020-06-30T06:59:32,612 File "/tmp/pip-wheel-efvubcc3/holiday-calendar/holiday_calendar/__init__.py", line 9, in 2020-06-30T06:59:32,613 from .get_data import GetHoliday 2020-06-30T06:59:32,613 File "/tmp/pip-wheel-efvubcc3/holiday-calendar/holiday_calendar/get_data.py", line 14 2020-06-30T06:59:32,614 day = str(int(x[0])) if int(x[0]) > 9 else f"0{str(x[0])}" 2020-06-30T06:59:32,614 ^ 2020-06-30T06:59:32,615 SyntaxError: invalid syntax 2020-06-30T06:59:32,710 ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. 2020-06-30T06:59:32,711 Exception information: 2020-06-30T06:59:32,711 Traceback (most recent call last): 2020-06-30T06:59:32,711 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/base_command.py", line 188, in _main 2020-06-30T06:59:32,711 status = self.run(options, args) 2020-06-30T06:59:32,711 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/cli/req_command.py", line 185, in wrapper 2020-06-30T06:59:32,711 return func(self, options, args) 2020-06-30T06:59:32,711 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/commands/wheel.py", line 160, in run 2020-06-30T06:59:32,711 reqs, check_supported_wheels=True 2020-06-30T06:59:32,711 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 179, in resolve 2020-06-30T06:59:32,711 discovered_reqs.extend(self._resolve_one(requirement_set, req)) 2020-06-30T06:59:32,711 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 362, in _resolve_one 2020-06-30T06:59:32,711 abstract_dist = self._get_abstract_dist_for(req_to_install) 2020-06-30T06:59:32,711 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/resolution/legacy/resolver.py", line 314, in _get_abstract_dist_for 2020-06-30T06:59:32,711 abstract_dist = self.preparer.prepare_linked_requirement(req) 2020-06-30T06:59:32,711 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/operations/prepare.py", line 488, in prepare_linked_requirement 2020-06-30T06:59:32,711 req, self.req_tracker, self.finder, self.build_isolation, 2020-06-30T06:59:32,711 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/operations/prepare.py", line 91, in _get_prepared_distribution 2020-06-30T06:59:32,711 abstract_dist.prepare_distribution_metadata(finder, build_isolation) 2020-06-30T06:59:32,711 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/distributions/sdist.py", line 40, in prepare_distribution_metadata 2020-06-30T06:59:32,711 self.req.prepare_metadata() 2020-06-30T06:59:32,711 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/req/req_install.py", line 550, in prepare_metadata 2020-06-30T06:59:32,711 self.metadata_directory = self._generate_metadata() 2020-06-30T06:59:32,711 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/req/req_install.py", line 530, in _generate_metadata 2020-06-30T06:59:32,711 details=self.name or "from {}".format(self.link) 2020-06-30T06:59:32,711 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/operations/build/metadata_legacy.py", line 73, in generate_metadata 2020-06-30T06:59:32,711 command_desc='python setup.py egg_info', 2020-06-30T06:59:32,711 File "/usr/local/lib/python3.5/dist-packages/pip/_internal/utils/subprocess.py", line 241, in call_subprocess 2020-06-30T06:59:32,711 raise InstallationError(exc_msg) 2020-06-30T06:59:32,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-06-30T06:59:32,723 Removed holiday-calendar==0.1.1 from https://files.pythonhosted.org/packages/e8/ee/706147eeb2dcecc38e3ef1961437fe429aec70e42e0e4458b08e0df23cb9/holiday-calendar-0.1.1.tar.gz#sha256=9220618193e288de377417e944515e76bb9f6f2d425faef2c2069b707750f170 from build tracker '/tmp/pip-req-tracker-ia743c5t' 2020-06-30T06:59:32,724 Removed build tracker: '/tmp/pip-req-tracker-ia743c5t'