I installed python 3.7. Then gave the pip command for install Jupyter. Then pip upgrade notification came and I upgraded pip. Then Jupyter notebook also installed.
Then in my application I wanted to import keras library. Then I install it in the relevant script folder in python. Then I try to execute** import keras**.Then said module tensorflow not found. Same way I installed tensorflow also. After that when try to import keras or tensorflow it gives
ImportError: cannot import name 'OrderedDict' from 'typing'
Hope a solution for this.Instead of colabs I tried to work with jupyter currently. I have a large dataset to train.
TensorFlow
is not installed in your system properly. Please follow the instructions mentioned in this link to install the TensorFlow.Then import the
TensorFlow
andkeras
as below: