Error when importing
I tried import
from string_grouper import match_strings, match_most_similar, group_similar_strings, StringGrouper
then I got this error
ValueError: numpy.ndarray size changed, may indicate binary incompatibility. Expected 88 from C header, got 80 from PyObject
What is the root caused?
@okkyadhi, I had the same error. Try to update the numpy library. It worked in my case.
Having the same error output as the first post in this thread, and updating NumPy does not resolve it.
Hi @shshnkg
This seems to be a common problem with numpy even when installing other packages.
You could try uninstalling and installing numpy again as suggested in the link.
Hi @shshnkg
This seems to be a common problem with numpy even when installing other packages.
You could try uninstalling and installing numpy again as suggested in the link.
Thank you, manually uninstalling each package and starting the install from scratch did fix it, but not updating it directly to the latest version.