pip安装tensorflow

python3.6-TF2.2

pip install tensorflow==2.2 -i https://pypi.tuna.tsinghua.edu.cn/simple

python3.7-TF2.4

pip install tensorflow==2.4 -i https://pypi.tuna.tsinghua.edu.cn/simple

python3.10-TF2.9

conda create -n tensorflow2.9.0 python=3.10
pip install tensorflow==2.9 -i https://pypi.tuna.tsinghua.edu.cn/simple

你可能感兴趣的:(问题解决方案集锦,tensorflow,pip,python)