Creating Nikola Site ==================== This is Nikola v7.8.14. We will now ask you a few easy questions about your new site. If you do not want to answer and want to go with the defaults instead, simply restart with the `-q` parameter. --- Questions about the site --- Destination: Site title [My Nikola Site]: Site author [Nikola Tesla]: Site author's e-mail [n.tesla@example.com]: Site description [This is a demo site for Nikola.]: Site URL [https://example.com/]: Enable pretty URLs (/page/ instead of /page.html) that don't need web server configuration? [Y/n] --- Questions about languages and locales --- We will now ask you to provide the list of languages you want to use. Please list all the desired languages, comma-separated, using ISO 639-1 codes. The first language will be used as the default. Type '?' (a question mark, sans quotes) to list available languages. Language(s) to use [en]: Please choose the correct time zone for your blog. Nikola uses the tz database. You can find your time zone here: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones Time zone [UTC]: [2018-04-01T22:35:26Z] WARNING: UserWarning: /usr/lib64/python3.5/site-packages/dateutil/zoneinfo/__init__.py:26: I/O error(2): No such file or directory WARNING: Time zone not found. Searching list of time zones for a match. Traceback (most recent call last): File "/usr/lib64/python3.5/site-packages/doit/doit_cmd.py", line 168, in run return command.parse_execute(args) File "/usr/lib64/python3.5/site-packages/doit/cmd_base.py", line 122, in parse_execute return self.execute(params, args) File "/usr/lib64/python3.5/site-packages/nikola/plugin_categories.py", line 134, in execute return self._execute(options, args) File "/usr/lib64/python3.5/site-packages/nikola/plugins/command/init.py", line 495, in _execute st = self.ask_questions(target=target, demo=options.get('demo')) File "/usr/lib64/python3.5/site-packages/nikola/plugins/command/init.py", line 467, in ask_questions query(default, toconf) File "/usr/lib64/python3.5/site-packages/nikola/plugins/command/init.py", line 390, in tzhandler zonesfile = tarfile.open(fileobj=dateutil.zoneinfo.getzoneinfofile_stream()) File "/usr/lib64/python3.5/tarfile.py", line 1548, in open raise ValueError("nothing to open") ValueError: nothing to open