-
Notifications
You must be signed in to change notification settings - Fork 22
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
Can't build locally #64
Comments
Hi @ChrisJefferson with latests version of pelican, tipue_search is no longer working (check Pelican-Elegant/elegant#789 ) We might force checking to an older version of pelican to get this working, but that could become an issue for others. Easiest workaround would be to limit pelican version to be before tipue_search became unsupported and use it as base for the repo |
Just to solve the issue and document it, which version of pelican works with tipue_search? |
The problem is that tipue_search, per se, is also deprecated: https://github.com/pelican-plugins/tipue-search (check readme) and the alternative is to adapt it to use the pelican 'search' plugin: https://github.com/pelican-plugins/search |
Another issue is that this repo is using pelican-plugins repository, while Pelican community started moving away from it into separate pelican-plugins organization in 2020, with release of Pelican 4.5. E.g. blog-o-matic pull is 2-year old liquid-tag plugin and newest Markdown package. They are not compatible and we have fixed that last year. But your users do not benefit from the fix, because peru will never pull in version from pelican-plugins org. |
@mirekdlugosz I'm more than happy to merge PR's in my case, with the changes in pelican and the plugins I was using I moved to some other generator |
I tried building locally, here is my output:
I think perhaps some plugins have been updated / got out of sync? Any suggestions welcome. Would it be worth switching to a model where package versions and git checkouts were fixed to known good versions? Does anyone have a set of known good versions?
Here is my attempt to install + run, but I think the important bit is right at the bottom.
The text was updated successfully, but these errors were encountered: