Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Is celery 4.x compatible with python 3.6? #4000
Comments
|
Travis CI is running the unit and integration tests with Python 3.6. This Python version was introduced in the current master, so perhaps there are some issues with 4.0.2. |
georgepsarakis
added
the
Python Version: Python 3
label
May 1, 2017
thoas
commented
May 9, 2017
|
Thank you for the answer, it's quite funny since we are now using the celery 3.x on python 3.6 and it works like a charm :) |
andreyrusanov
commented
May 11, 2017
|
I use Celery 4.0.2 and Python 3.6 - works without issues |
thedrow
closed this
Jul 11, 2017
auvipy
added
the
Status: Not a Bug
label
Jul 19, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thoas commentedApr 26, 2017
•
Edited 1 time
-
thoas
Apr 26, 2017
Hi,
I'm trying to use celery 4.0.2 with python 3.6.1 and the worker is exiting immediately without any stacktrace which is kind of frustrating for me because I'm not able to provide it in this issue.
OUTPUT
SETTINGS
VERSIONS
I cannot reproduce this issue in python 3.5.2 which is working well.