hi @erwincarlogonzales
you can check this tips from Jan_Danel, I think we have same problem and this solution works for me. You have to use anaconda for this one.
@Osama_Saad_Farouk , try installing tensorflowjs before the tensorflow modifications;
conda create -n tf210 tensorflow=2.1.0 python=3.7
conda activate tf210
pip install tensorflowjs==2.0.0
pip install tensorflow-intel==0.0.1
pip install tensorflow-cpu==2.1.0
pip install tensorflow-estimator==2.1.0rc0
pip install tensorflow==2.2.0
Then remember to install matplotlib as well, and open jupyter lab. I would recommend installing jupyter lab through the anaconda prompt. Here, you select tf210 from t…