conda create -n tensorflowenv python=3.7
conda activate tensorflowenv
(tensorflowenv) C:\Windows\system32>pip list
Package Version
------------ ---------
certifi 2022.12.7
pip 22.3.1
setuptools 65.6.3
wheel 0.38.4
wincertstore 0.2
pip install tensorflow -i https://pypi.tuna.tsinghua.edu.cn./simple
>>> tensorflow.test.is_gpu_available()
False
>>> exit()
pip list
pip uninstall tensorflow
python
>>> import tensorflow
>>> tensorflow.__version__
'2.11.0'
>>> exit()
pip uninstall tensorboard 2.11.2
pip uninstall tensorboard-data-server 0.6.1
pip uninstall tensorboard-plugin-wit 1.8.1
pip uninstall tensorflow 2.11.0
pip uninstall tensorflow-estimator 2.11.0
pip uninstall tensorflow-intel 2.11.0
pip uninstall tensorflow-io-gcs-filesystem 0.31.0