我正在尝试使用https://github.com/tctianchi/pyvenn库来生成维恩图。但是当我加载库时,出现此错误
文件“ /opt/mypython/local/lib/python2.7/site-packages/venn/_venn.py”,第101行
def draw_venn(*, petal_labels, dataset_labels, hint_hidden, colors, figsize, fontsize, legend_loc, ax):
^
SyntaxError: invalid syntax
有什么解决办法吗?我记得以前使用这个库没有任何问题。还有其他选择吗?我需要生成4组维恩图。