Когда я запускаю import keras в python, он возвращает эту ошибку:
Using TensorFlow backend.
---------------------------------------------------------------------------
RuntimeError
Traceback (most recent call
last) RuntimeError: module compiled against API version 0xc but this version of numpy is 0xb
---------------------------------------------------------------------------
ImportError
Traceback (most recent call last) ImportError: numpy.core.multiarray failed to import
---------------------------------------------------------------------------
ImportError
Traceback (most recent call last) ImportError: numpy.core.umath failed to import
---------------------------------------------------------------------------
ImportError
Traceback (most recent call last) ImportError: numpy.core.umath failed to import
И во всплывающем окне Python неожиданно завершает работу .Что мне нужно сделать здесь?Спасибо.