Closed zach-navina closed 3 years ago
In missingno/init.py line 5 there's the line: from .missingno import geoplot
However geoplot is not in missingno/missingno.py so there's an ImportError
I've fixed the issue and uploaded a new version to PyPi with the fix (0.5.0). For anyone that runs into this issue: pip -U missingno to fix it. Sorry about that!
0.5.0
pip -U missingno
In missingno/init.py line 5 there's the line: from .missingno import geoplot
However geoplot is not in missingno/missingno.py so there's an ImportError