-
-
Notifications
You must be signed in to change notification settings - Fork 940
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
importlib_metadata is not Python 2 compatible. #1096
Comments
probably need to be revert that |
#1071 is the PR can you comment there as well? |
i wonder if this is similar to jaraco/zipp#14 could you try (in a fresh virtualenv) to first upgrade pip ( |
@andyewen I checked and more-itertools droped python 2 support when it went to version 6.0.0 -- it looks like 5.0.0 is the last version to support py2. Add a hard fixed requirement to your requirements in addition to where you have listed kombu: If you still have issues with pinning versions of more-itertools then feel free to reopen this issue. |
Upgrading pip has fixed my problem. I was previously using the default pip version from Ubuntu 16.04. |
might be related celery/celery#5699 |
We've been getting the following error when trying to use celery 4.3.0 (kombu 4.6.4):
The changelog mentions that importlib_metadata (mentioned in the traceback) was added in kombu 4.6.4.
Pinning to kombu 4.6.3 seems to fix the problem for me.
The text was updated successfully, but these errors were encountered: