runtime error

Traceback (most recent call last): File "/home/user/app/app.py", line 2, in <module> import nemo.collections.asr as nemo_asr File "/usr/local/lib/python3.10/site-packages/nemo/__init__.py", line 36, in <module> from nemo.utils import logging, logging_mode File "/usr/local/lib/python3.10/site-packages/nemo/utils/__init__.py", line 19, in <module> from .nemo_logging import Logger as _Logger File "/usr/local/lib/python3.10/site-packages/nemo/utils/nemo_logging.py", line 23, in <module> from nemo.constants import NEMO_ENV_VARNAME_REDIRECT_LOGS_TO_STDERR File "/usr/local/lib/python3.10/site-packages/nemo/constants.py", line 24, in <module> np.int, File "/usr/local/lib/python3.10/site-packages/numpy/__init__.py", line 324, in __getattr__ raise AttributeError(__former_attrs__[attr]) AttributeError: module 'numpy' has no attribute 'int'. `np.int` was a deprecated alias for the builtin `int`. To avoid this error in existing code, use `int` by itself. Doing this will not modify any behavior and is safe. When replacing `np.int`, you may wish to use e.g. `np.int64` or `np.int32` to specify the precision. If you wish to review your current use, check the release note link for additional information. 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. Did you mean: 'inf'?

Container logs:

Fetching error logs...