- Issue created by @jasonawant
- πΊπΈUnited States jasonawant New Orleans, USA
I'm not really sure what to make of this error and related version checking code. It seems like it could be related to #3200476: Decouple installable_plugin code β and plans to decouple installable plugin logic.
However, adding a version property, e.g.
version = "0.0.0",
, to CommonMark plugin's @MarkdownParser resolves the error.Is this expected and the desired solution?
- Status changed to Closed: cannot reproduce
almost 2 years ago 8:54pm 2 June 2023 - πΊπΈUnited States jasonawant New Orleans, USA
I'm not quite sure what happened here, but I can't reproduce this.
However, I suspect the install phase logic within markdown_requirements() requires the libraries to be available during module installation and not afterward.