miniconda安装tensorflow的错误:ERROR: pip‘s dependency resolver does not currently take into account

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.10.0 requires packaging, which is not installed.
tensorflow 2.10.0 requires tensorflow-io-gcs-filesystem>=0.23.1, which is not installed.
tensorflow 2.10.0 requires numpy>=1.20, but you have numpy 1.18.5 which is incompatible.
tensorflow 2.10.0 requires tensorflow-estimator<2.11,>=2.10.0, but you have tensorflow-estimator 2.3.0 which is incompatible.

miniconda安装tensorflow的错误:ERROR: pip‘s dependency resolver does not currently take into account_第1张图片

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple packaging

pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow-io-gcs-filesystem

把所有的提示都按照以上方式安装。

你可能感兴趣的:(tensorflow,numpy,python)