runtime error

from tensorflow.python.data.experimental.ops.data_service_ops import distribute File "/home/user/.local/lib/python3.8/site-packages/tensorflow/python/data/experimental/ops/data_service_ops.py", line 25, in <module> from tensorflow.python.data.experimental.ops import compression_ops File "/home/user/.local/lib/python3.8/site-packages/tensorflow/python/data/experimental/ops/compression_ops.py", line 20, in <module> from tensorflow.python.data.util import structure File "/home/user/.local/lib/python3.8/site-packages/tensorflow/python/data/util/structure.py", line 26, in <module> from tensorflow.python.data.util import nest File "/home/user/.local/lib/python3.8/site-packages/tensorflow/python/data/util/nest.py", line 40, in <module> from tensorflow.python.framework import sparse_tensor as _sparse_tensor File "/home/user/.local/lib/python3.8/site-packages/tensorflow/python/framework/sparse_tensor.py", line 28, in <module> from tensorflow.python.framework import constant_op File "/home/user/.local/lib/python3.8/site-packages/tensorflow/python/framework/constant_op.py", line 29, in <module> from tensorflow.python.eager import execute File "/home/user/.local/lib/python3.8/site-packages/tensorflow/python/eager/execute.py", line 27, in <module> from tensorflow.python.framework import dtypes File "/home/user/.local/lib/python3.8/site-packages/tensorflow/python/framework/dtypes.py", line 511, in <module> np.object, File "/home/user/.local/lib/python3.8/site-packages/numpy/__init__.py", line 305, in __getattr__ raise AttributeError(__former_attrs__[attr]) AttributeError: module 'numpy' has no attribute 'object'. `np.object` was a deprecated alias for the builtin `object`. To avoid this error in existing code, use `object` by itself. Doing this will not modify any behavior and is safe. The aliases was originally deprecated in NumPy 1.20; for more details and guidance see the original release note at: https://numpy.org/devdocs/release/1.20.0-notes.html#deprecations

Container logs:

Fetching error logs...