Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
redvii opened this issue Dec 14, 2023 · 1 comment
Closed

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

redvii opened this issue Dec 14, 2023 · 1 comment

Comments

@redvii
Copy link

redvii commented Dec 14, 2023

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
Copy link
Author

redvii commented Dec 27, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants