Hi, so… the tensorflow on my lambda labs stack seems to have stopped working (see error message below), wondering if anyone can suggest any steps I can take to resolve this issue… Ian
yam@TensorYam:~$ python
Python 3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import tensorflow as tf
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/yam/.local/lib/python3.10/site-packages/tensorflow/__init__.py", line 38, in <module>
from tensorflow.python.tools import module_util as _module_util
File "/home/yam/.local/lib/python3.10/site-packages/tensorflow/python/__init__.py", line 36, in <module>
from tensorflow.python import pywrap_tensorflow as _pywrap_tensorflow
File "/home/yam/.local/lib/python3.10/site-packages/tensorflow/python/pywrap_tensorflow.py", line 26, in <module>
self_check.preload_check()
File "/home/yam/.local/lib/python3.10/site-packages/tensorflow/python/platform/self_check.py", line 63, in preload_check
from tensorflow.python.platform import _pywrap_cpu_feature_guard
ImportError: /home/yam/.local/lib/python3.10/site-packages/tensorflow/python/platform/../../libtensorflow_cc.so.2: undefined symbol: _ZN6google8protobuf7Message19CopyWithSourceCheckERS1_RKS1_