You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While my fixes so far here: #489 may not help you when installing the package from PyPi the No module named 'wagtail.core' error is fixed by updating the imports thats changed around Wagtail v3.0
ISSUE_TEMPLATE
Description
First time, trying our longclaw. I followed the setup guide and tried the
makemigrations
and I've encountered this error.Steps to reproduce
pip install longclaw longclaw start myshop cd myshop python manage.py makemigrations catalog home
Expectations
I expected it would successfully make the migrations scripts.
Actual
Threw an error that it couldn't find wagtail.core. Traceback as follows:
Here's my pip freeze list:
The text was updated successfully, but these errors were encountered: