要解決TensorFlow在國內鏡像安裝不了的問題,可以嘗試以下方法:
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple tensorflow
pip install tensorflow-2.5.0-cp38-cp38-win_amd64.whl
conda config --add channels https://mirrors.tuna.tsinghua.edu.cn/anaconda/pkgs/free/
conda install tensorflow
通過以上方法,應該可以解決TensorFlow在國內鏡像安裝不了的問題。