Closed
Description
Please make sure that this is a build/installation issue. As per our GitHub Policy, we only address code/doc bugs, performance issues, feature requests and build/installation issues on GitHub. tag:build_template
System information
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Ubuntu 20.04.4
- pip version: 22.0.4
- TensorFlow installed from (source or binary): pip install tensorflow
- TensorFlow version: 2.8.0
- Python version: 3.9.11
- Installed using virtualenv? pip? conda?: pip
Describe the problem
I follow the tensorflow installation instruction,.
When I process this: pip install tf-nightly
, it says:
"
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
tensorflow 2.8.0 requires tf-estimator-nightly==2.8.0.dev2021122109, but you have tf-estimator-nightly 2.10.0.dev2022040208 which is incompatible.
"
Do I need to solve this and how to solve this?