Post

Replies

Boosts

Views

Activity

Comment on Symbol not found error while importing tensorflow in M1 Macbook Pro
I got this issue File /opt/miniconda3/envs/tensorflow/lib/python3.10/site-packages/tensorflow/python/framework/load_library.py:151, in load_library(library_location) 148 kernel_libraries = [library_location] 150 for lib in kernel_libraries: --> 151 py_tf.TF_LoadLibrary(lib) 153 else: 154 raise OSError( 155 errno.ENOENT, 156 'The file or folder to load kernel libraries from does not exist.', 157 library_location)
Aug ’24