New to tensorflow

Hi everyone. I am new to tensorflow. When I import it gives such error in jupyter notebook.ModuleNotFoundError: No module named ‘tensorflow.tsl’
I installed it , but again the same error((
Btw, can u also share with me some resources to learn tensorflow? I know, there are many. Just wanna hear from you.

Hi @Lala_Hashimli, Could you please check the version of tensorflow-serving-api, it should match the tensorflow version you have installed, if not please install tensorflow-serving-api using pip install tensorflow-serving-api. Also to learn about tensorflow please refer to tensorflow.org. Thank You.