mwaskom / seaborn

Statistical data visualization in Python
https://seaborn.pydata.org
BSD 3-Clause "New" or "Revised" License
12.6k stars 1.93k forks source link

AttributeError: module 'numpy' has no attribute 'typeDict' #3735

Closed ZahraEconomist closed 4 months ago

ZahraEconomist commented 4 months ago

Trying to import the package results in the above error. Installing the numpy ==1.21 resolved the issue.