Python3.7使用celery出现from . import async, base SyntaxError: invalid syntax错误
Posted John-Python
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python3.7使用celery出现from . import async, base SyntaxError: invalid syntax错误相关的知识,希望对你有一定的参考价值。
解决办法
pip install --upgrade https://github.com/celery/celery/tarball/master
https://github.com/celery/celery/issues/4849
以上是关于Python3.7使用celery出现from . import async, base SyntaxError: invalid syntax错误的主要内容,如果未能解决你的问题,请参考以下文章
Python3.5以上Celery4.2.1启动报错:ImportError: cannot import name 'LRUCache' from 'kombu.utils.
转:Python出现Could not find a version that satisfies the requirement openpyxl (from versions: )
Django:djcelery Import error from celery import current_app as celery in virtualenv