I tried to run a model using TensorFlow Probability.
But when I run it I got the error below:
**ImportError: This version of TensorFlow Probability requires TensorFlow version >= 2.3; Detected an installation of version 2.0.0-beta1. Please upgrade TensorFlow to proceed.**<br>
I cannot install TensorFlow 2.3 because it says there is no match.
I have installed these libraries.
tensorflow (2.0.0b1)
tensorflow-estimator (1.14.0)
tensorflow-tensorboard (1.5.1)
tfp-nightly (0.12.0.dev20200817)
Any suggestion how to fix it?
Thanks in advance