Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while trying to build based on the readme #12

Open
fnrizzi opened this issue Sep 11, 2020 · 2 comments
Open

Error while trying to build based on the readme #12

fnrizzi opened this issue Sep 11, 2020 · 2 comments

Comments

@fnrizzi
Copy link

fnrizzi commented Sep 11, 2020

hi!

I am getting an error when I do the steps in this:
https://github.com/mosra/magnum-website/blob/master/README.rst

Here is what I do:

git clone --recursive git@github.com:mosra/magnum-website.git
pelican -Dlr

and I have installed pelican Pyphen Pillow matplotlib.

I get:

➤ pelican -Dlr
DEBUG: Pelican version: 4.5.0
DEBUG: Python version: 3.6.10
DEBUG: Adding current directory to system path
DEBUG: Finding namespace plugins
DEBUG: Loading plugin `m.abbr`
DEBUG: Loading plugin `m.alias`
DEBUG: Loading plugin `m.code`
DEBUG: Loading plugin `m.components`
DEBUG: Loading plugin `m.dot`
DEBUG: Loading plugin `m.dox`
DEBUG: Loading plugin `m.filesize`
DEBUG: Loading plugin `m.gh`
DEBUG: Loading plugin `m.gl`
DEBUG: Loading plugin `m.htmlsanity`
DEBUG: Loading plugin `m.images`
DEBUG: Loading plugin `m.link`
DEBUG: Loading plugin `m.math`
DEBUG: Loading plugin `m.metadata`
DEBUG: Loading plugin `m.plots`
DEBUG: CONFIGDIR=/Users/fnrizzi/.matplotlib
DEBUG: (private) matplotlib data path: /Users/fnrizzi/Library/Python/3.6/lib/python/site-packages/matplotlib/mpl-data
DEBUG: matplotlib data path: /Users/fnrizzi/Library/Python/3.6/lib/python/site-packages/matplotlib/mpl-data
DEBUG: loaded rc file /Users/fnrizzi/Library/Python/3.6/lib/python/site-packages/matplotlib/mpl-data/matplotlibrc
DEBUG: matplotlib version 3.2.2
DEBUG: interactive is False
DEBUG: platform is darwin
DEBUG: loaded modules:  /// a long list
DEBUG: CACHEDIR=/Users/fnrizzi/.matplotlib
DEBUG: Using fontManager instance from /Users/fnrizzi/.matplotlib/fontlist-v310.json
DEBUG: Loaded backend agg version unknown.
DEBUG: Loading plugin `m.sphinx`
DEBUG: Loading plugin `m.vk`
DEBUG: Registering plugin `m.abbr`
DEBUG: Registering plugin `m.alias`
ERROR: Cannot register plugin `m.alias`
  | No module named 'pelican.signals'
DEBUG: Registering plugin `m.code`
ERROR: Cannot register plugin `m.code`
  | No module named 'pelican.signals'
DEBUG: Registering plugin `m.components`
DEBUG: Registering plugin `m.dot`
/// a bunch more similar errors

I also had to add the m.css/plugins to my pythonpath to get to this point.
Am I missing something?
Thanks for the help!

@mosra
Copy link
Owner

mosra commented Sep 12, 2020

Hi!

Unfortunately m.css plugins don't work with the recently released Pelican 4.5 -- there were some breaking changes in Pelican and I still need to investigate what's going on and how to fix it. I'm very busy these days so I can't promise when that will be, tho.

Everything should work if you downgrade to Pelican 4.2 ;)

@fnrizzi
Copy link
Author

fnrizzi commented Sep 12, 2020

Hi!
Ok, sounds good, I will try that.
No problem!

P.s. your work is awesome :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants