probability
probability copied to clipboard
Tensorflow probability not import into google colab
Tensorflow probability not imported in my google colab. showing these error. how can i overcome this?
!pip install --upgrade tensorflow-probability import tensorflow_probability
ModuleNotFoundError Traceback (most recent call last)
12 frames
/usr/local/lib/python3.10/dist-packages/tensorflow_probability/python/internal/tf_keras.py in
ModuleNotFoundError: No module named 'tensorflow.compat.v2.keras'
NOTE: If your import is failing due to a missing package, you can manually install dependencies using either !pip or !apt.