pip3 install 报错 protobuf requires Python ‘>=3.7‘ but the running Python is 3.6.8

解决方案:

安装时指定protobuf版本

pip3 install --upgrade tensorflow==1.14 protobuf==3.10.0

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