Skip to content
Advertisement

ImportError: dlopen(…): Library not loaded: @rpath/_pywrap_tensorflow_internal.so

I am a beginner at machine learning. I try to use LSTM algorism but when I write

from keras.models import Sequential

it shows error as below:

JavaScript

How can I fix this? Thank you so much!

full error message:

JavaScript

Advertisement

Answer

Problem solved. install tensorflow again with

JavaScript

and change the import to

JavaScript
User contributions licensed under: CC BY-SA
9 People found this is helpful
Advertisement