Coder Social home page Coder Social logo

Comments (5)

philippbosch avatar philippbosch commented on May 28, 2024

#66 already addresses this and was merged into master just now.

from django-celery-email.

peterthomassen avatar peterthomassen commented on May 28, 2024

thanks!

from django-celery-email.

JaredOzzy avatar JaredOzzy commented on May 28, 2024

I've upgraded my django, celery and dj-celery to the latest versions and im getting the issue

ImportError: cannot import name 'six'

File "/usr/local/lib/python3.6/site-packages/djcelery_email/backends.py", line 4, in
django_1 | from djcelery_email.tasks import send_emails
django_1 | File "/usr/local/lib/python3.6/site-packages/djcelery_email/tasks.py", line 7, in
django_1 | import djcelery_email.conf # noqa
django_1 | File "/usr/local/lib/python3.6/site-packages/djcelery_email/conf.py", line 1, in
django_1 | from appconf import AppConf
django_1 | File "/usr/local/lib/python3.6/site-packages/appconf/init.py", line 2, in
django_1 | from .base import AppConf # noqa
django_1 | File "/usr/local/lib/python3.6/site-packages/appconf/base.py", line 4, in
django_1 | from django.utils import six
django_1 | ImportError: cannot import name 'six'

from django-celery-email.

philippbosch avatar philippbosch commented on May 28, 2024

File "/usr/local/lib/python3.6/site-packages/appconf/base.py", line 4, in
from django.utils import six

@JaredOzzy this is due to an import in django-appconf, not django-celery-email

from django-celery-email.

JaredOzzy avatar JaredOzzy commented on May 28, 2024

Ah you are correct, just saw that.

Thank you sir!

from django-celery-email.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.