import tensorflow as tf
ModuleNotFoundError: No module named 'tensorflow'
安装合适的tensorflow版本
先查看自己的python版本

或者输入指令;python --version

安装兼容的tensorflow版本,安装指定版本的tensorflow
pip install tensorflow-gpu==2.3.0
pip install tensorflow-gpu==2.3.0

出现以下这样就是安装好了。




















