konstantint / matplotlib-venn

Area-weighted venn-diagrams for Python/matplotlib
MIT License
495 stars 67 forks source link

cannot import name 'int' from 'numpy' #75

Closed redvii closed 6 months ago

redvii commented 6 months ago

Upon trying to run this import:

from matplotlib_venn import venn3

I get the following import error:

ImportError: cannot import name 'int' from 'numpy' (C:\Users\hahmed2\AppData\Roaming\Python\Python38\site-packages\numpy\__init__.py)

I get the same error when trying to import matplotlib_venn without venn3. I've already tried to upgrade numpy, pandas, matplotlib_venn. No luck.

redvii commented 6 months ago

It seems like a versioning issue especially related to anaconda. I just clean installed Python and no issues so far.