ModuleNotFoundError: No module named 'numpy.core._multiarray_umath' (While installing TensorFlow)
问题 I am following this tutorial to install TensorFlow(https://www.tensorflow.org/install/pip), but in the last command: python -c "import tensorflow as tf; tf.enable_eager_execution(); print(tf.reduce_sum(tf.random_normal([1000, 1000])))" I get this result: ModuleNotFoundError: No module named 'numpy.core._multiarray_umath' ImportError: numpy.core.multiarray failed to import The above exception was the direct cause of the following exception: Traceback (most recent call last): File "<frozen