ImportError: cannot import name ‘_np_version_under1p14’ from ‘pandas.compat.numpy’ (unknown location)

ImportError: cannot import name ‘_np_version_under1p14’ from ‘pandas.compat.numpy’ (unknown location)

 

Seems like the installation of pandas was incomplete.

To resolve:

 pip uninstall pandas

 pip install --upgrade pandas

 

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.