我在运行Fedora 20的linux机器上安装了zeroconf。我已经安装了zeroconf所依赖的所有软件包。但是,当我尝试运行testcert.py时,我遇到以下错误:
Traceback (most recent call last):
File "./testcert.py", line 49, in <module>
import _mdns
File "/opt/home/gcp_cert_test/_mdns.py", line 23, in <module>
from zeroconf import InterfaceChoice
File "/usr/lib/python2.7/site-packages/zeroconf-0.17.4-py2.7.egg/zeroconf.py", line 1257, in <module>
@enum.unique
AttributeError: 'module' object has no attribute 'unique'
我是否需要安装任何其他套餐?我使用的是Python 2.7。