Menginstal versi spesifik TensorFlow
pip install tensorflow==2.0.0
Coder_Fox
pip install tensorflow==2.0.0
python -c 'import tensorflow as tf; print(tf.__version__)' # for Python 2
python3 -c 'import tensorflow as tf; print(tf.__version__)' # for Python 3