xrebel / xr-web

(Future) Website at extinctionrebellion.de
0 stars 1 forks source link

`assets` failed to load dependency `webassets`.`assets` plugin not loaded. #8

Open JanVUlrich opened 5 years ago

JanVUlrich commented 5 years ago

Pelican server fails to start with the following error message:

WARNING: assets failed to load dependency webassets.assets plugin not loaded.

-> Modified: content, [static]extra, theme, settings. re-generating... WARNING: Caught exception "TemplateSyntaxError: Encountered unknown tag 'assets'.". Reloading.

xrebel commented 5 years ago

That's strange, the webassets package should have been installed Did you pipenv install and run the server using pipenv run or after pipenv shell?