我正在使用 python3.3 并且当我安装了 celery3.0.17 时
import celery
我收到以下错误:
Traceback (most recent call last):
File "<interactive input>", line 1, in <module>
File "C:\Python33\lib\site-packages\celery-3.0.17-py3.3.egg\celery\__init__.py", line 43, in <module>
from .__compat__ import recreate_module
File "C:\Python33\lib\site-packages\celery-3.0.17-py3.3.egg\celery\__compat__.py", line 20, in <module>
from .local import Proxy
File "C:\Python33\lib\site-packages\celery-3.0.17-py3.3.egg\celery\local.py", line 87, in <module>
class Proxy(object):
ValueError: '__name__' in __slots__ conflicts with class variable
有人知道这个错误的解决方案吗?