the error when i try to update
ERROR: Cannot install tensorflowjs and tensorflowjs==4.18.0 because these package versions have conflicting dependencies.
The conflict is caused by:
tensorflowjs 4.18.0 depends on tensorflow<3 and >=2.13.0
tensorflow-decision-forests 1.8.1 depends on tensorflow~=2.15.0
To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip attempt to solve the dependency conflict
ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
then when i try to install tensorflow-decision-forests 1.8.1
Collecting tensorflow-decision-forests
Using cached tensorflow_decision_forests-1.8.1.tar.gz (15.2 MB)
Preparing metadata (setup.py) ... done
Requirement already satisfied: numpy in c:python312libsite-packages (from tensorflow-decision-forests) (1.26.4)
Requirement already satisfied: pandas in c:python312libsite-packages (from tensorflow-decision-forests) (2.2.0)
INFO: pip is looking at multiple versions of tensorflow-decision-forests to determine which version is compatible with other requirements. This could take a while.
ERROR: Could not find a version that satisfies the requirement tensorflow~=2.15.0 (from tensorflow-decision-forests) (from versions: 2.16.0rc0, 2.16.1)
ERROR: No matching distribution found for tensorflow~=2.15.0
Name: tensorflow
Version: 2.16.1
Summary: TensorFlow is an open source machine learning framework for everyone.
Home-page: https://www.tensorflow.org/
Author: Google Inc.
Author-email: [email protected]
License: Apache 2.0
Location: C:Python312Libsite-packages
Requires: tensorflow-intel
Required-by: tensorflowjs
my tensorflow version already 2.16.1