AttributeError: module ‘numpy.linalg._umath_linalg’ has no attribute ‘_ilp64’ when importing evaluate
I’m encountering an AttributeError
when trying to import the evaluate
library in Python. The error message is as follows:
AttributeError: module ‘numpy.linalg._umath_linalg’ has no attribute ‘_ilp64’. i have tried to update numpy, tensorflow for this.