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