I am getting this error when i tried to import tensorflow. Code in jupyter notebook of anaconda is :
import tensorflow as tf.
Errors:-
ModuleNotFoundError: No module named numpy.core._multiarray_umath. ImportError: numpy.core._multiarray_umath failed to import. ImportError: numpy.core.umath failed to import.
import numpy as np
andprint(np.__version__)
? – darkskyconda list
orpip list
? – kafman