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

No module named 'six' #443

Open
dteskera opened this issue Feb 27, 2025 · 3 comments
Open

No module named 'six' #443

dteskera opened this issue Feb 27, 2025 · 3 comments

Comments

@dteskera
Copy link
Contributor

ImportError raised when trying to load 'wagtail_modeltranslation.templatetags.wagtail_modeltranslation': No module named 'six'

starting with version 6.4 wagtail has removed l18n as a required package. which in turn installs the missing six package.

@jomiq
Copy link
Contributor

jomiq commented Mar 6, 2025

starting with version 6.4 wagtail has removed l18n as a required package. which in turn installs the missing six package.

Do you have a source for this?

@dteskera
Copy link
Contributor Author

dteskera commented Mar 6, 2025

sure:

wagtail/wagtail@944fd02

check changes in setup.py.

regardless of wagtails changes its good practice to include packages that are used directly in required dependencies.

i.e.

six should be included in your pyproject.toml under [tool.poetry.dependencies]

@jomiq
Copy link
Contributor

jomiq commented Mar 7, 2025 via email

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