Logs for #nikola for 2022-08-01

01:55:35 <BlaisePabon[m]1> I'm getting this error on a freshly `init` site:
01:55:36 <BlaisePabon[m]1> `TypeError: Extension "yapsy_loaded_plugin_mdx_podcast_0.PodcastExtension" must be of type: "markdown.extensions.Extension"`
01:55:36 <BlaisePabon[m]1> and I don't think I'm using this extension at all.
02:20:25 <Feoh> Yup, that's breaking my nikola blogs on netlify as well
02:20:56 <Feoh> Tried installing the myst parser plugin instead since folks are saying the markdown extension is not great, and I keep getting:
02:20:56 <Feoh> [2022-07-31 22:19:15] ERROR: Nikola: In order to build this site (compile with myst), you must install the "myst-parser"
02:20:56 <Feoh> despite the fact that it is actually installed.
03:39:05 <Feoh> Ah, looks like the myst_parser module itself has been re-organized.
03:47:36 <Feoh> BlaisePabon[m]1: The fix as mentioned in https://github.com/getnikola/nikola/issues/3635 you can fix this temporarily with: pip install markdown==3.3 - it's unfortunate that the default configuration is broken out of box but I guess it's the Markdown extension maintainers fault?
03:48:00 <Feoh> We should all suck it up and commit to learning rST I guess :)
15:22:13 <BlaisePabon[m]1> ROFL, actually I use rST whenever possible.... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/df4995035eaa3f5e727d398a29a3947a7518671e)
15:32:51 <Feoh> Good for you
15:33:08 <Feoh> That's beside the point though, if your blog is failing to build, that pip install will fix it
15:33:29 <Feoh> And I've tried to wrap my brain around rST and failed every single time. I write Markdown all day. Too much mental gear shifting.
21:01:24 <ChrisWarrick> Nikola v8.2.3 is out with the bugfix
21:01:54 <KwBot> [nikola] Kwpolska closed issue #3627: Drop Python 3.5 (it’s EOL) https://github.com/getnikola/nikola/issues/3627