Answer the question
In order to leave comments, you need to log in
Why does not see celery on windows?
Hello.
Through pip / easy_install - installed celery 4.0.2.
I'm trying to follow the example from the documentation:
from celery import Celery
app = Celery('tasks', broker='pyamqp://[email protected]//')
@app.task
def add(x, y):
return x + y
result = add.delay(4, 4)
ImportError: cannot import name 'Celery'
Answer the question
In order to leave comments, you need to log in
Anaconda не стоит?
Вообще проверяйте откуда pip запускается и куда ставит модули.
Посмотрите, что пишет where pip
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question