Comment on page
03.安装TensorFlow
通过
Anaconda
进入环境Open Terminal

进入
Python
交互模式,引入TensorFlow
头文件,没有报错就成功了(TensorFlow2) gebiwangshushudeMacBook:~ RyukieW$ python
Python 3.8.8 (default, Feb 24 2021, 13:46:16)
[Clang 10.0.0 ] :: Anaconda, Inc. on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import tensorflow
>>>
>>> exit()
(TensorFlow2) gebiwangshushudeMacBook:~ RyukieW$
Last modified 2yr ago