Tensorflowjs importing error displayed np.object eror

tensorflowjs is installed successfully but shows error while importing

C:\Python311\Lib\site-packages\tensorflowjs\read_weights.py:28: FutureWarning: In the future np.object will be defined as the corresponding NumPy scalar. np.uint8, np.uint16, np.object, np.bool] Traceback (most recent call last): File “c:\PROJECTS\salary\main.py”, line 4, in import tensorflowjs as tfjs File “C:\Python311\Lib\site-packages\tensorflowjs_init_.py”, line 21, in from tensorflowjs import converters File “C:\Python311\Lib\site-packages\tensorflowjs\converters_init_.py”, line 21, in from tensorflowjs.converters.converter import convert File

Hi @SUBAS_PAUDEL, I don’t think it is an error related to tfjs. It is a warning related to numpy stating that the np.object dtype present in the current numpy version you are using will be redefined to use a corresponding NumPy scalar type in a future release. Thank You.