matplotlib-venn icon indicating copy to clipboard operation
matplotlib-venn copied to clipboard

Package is broken

Open nzjrs opened this issue 2 months ago • 3 comments

Traceback (most recent call last):
  at cell 1, line 2
  at /var/datalore/manager/.pip/matplotlib_venn/__init__.py, line 56
  at /var/datalore/manager/.pip/matplotlib_venn/_venn2.py, line 32
ModuleNotFoundError: No module named 'matplotlib_venn.layout'

layout subpackage is empty because https://github.com/konstantint/matplotlib-venn/blob/master/setup.py#L50 does not find an __init__.py here https://github.com/konstantint/matplotlib-venn/tree/master/matplotlib_venn/layout

nzjrs avatar Apr 16 '24 16:04 nzjrs