pelican icon indicating copy to clipboard operation
pelican copied to clipboard

Syntax error in parser.py

Open digital-shokunin opened this issue 2 years ago • 4 comments

  • [X] I have read the Filing Issues and subsequent “How to Get Help” sections of the documentation.
  • [X] I have searched the issues (including closed ones) and believe that this is not a duplicate.
  • OS version and name: Mac OS X 12.4
  • Python version: 3.9
  • Pelican version: 4.7.2
  • Link to theme: N/A
  • Links to plugins: N/A
  • Link to your site: N/A
  • Link to your source: N/A
  • Link to a Gist with the contents of your settings file: N/A

Issue

Whenever I run pelican I get the following error.

This happens regardless of argument provided.

CRITICAL SyntaxError: invalid syntax (parser.py, line 32) init.py:566

digital-shokunin avatar Jun 10 '22 20:06 digital-shokunin

pelican doesn't have a parser.py. This is likely from a plugin. Try removing plugins or running pelican with --debug to see which file/plugin is the issue.

avaris avatar Jun 12 '22 13:06 avaris

image

I don't recall installing this plugin.

digital-shokunin avatar Jun 13 '22 18:06 digital-shokunin

I'm currently in dependency hell, can't get linker plugin to import a module from itself.

digital-shokunin avatar Jun 13 '22 19:06 digital-shokunin

Hey David. Were you eventually able to get everything sorted out?

justinmayer avatar Jul 21 '22 10:07 justinmayer