#Week 2
Referencing Assignment 2, C4_W2.
Hi, I have completed the model training for Assignment 2, C4_W2. However, for the last part, I need to downgrade TensorFlow to a specific version required for grading. Specifically, I am trying to install the following package:
!pip install tensorflow==2.8.0 --quiet
However, I am encountering the following error:
ERROR: Could not find a version that satisfies the requirement tensorflow==2.8.0 (from versions: 2.12.0rc0, 2.12.0rc1, 2.12.0, 2.12.1, 2.13.0rc0, 2.13.0rc1, 2.13.0rc2, 2.13.0, 2.13.1, 2.14.0rc0, 2.14.0rc1, 2.14.0, 2.14.1, 2.15.0rc0, 2.15.0rc1, 2.15.0, 2.15.0.post1, 2.15.1, 2.16.0rc0, 2.16.1, 2.16.2, 2.17.0rc0, 2.17.0rc1, 2.17.0, 2.17.1, 2.18.0rc0, 2.18.0rc1, 2.18.0rc2, 2.18.0)
ERROR: No matching distribution found for tensorflow==2.8.0
Does anyone have a solution or a workaround for this issue?