TensorFlowをインストールする方法


pi@raspberrypi:~ $ python

Python 2.7.13 (default, Sep 26 2018, 18:42:22) 

[GCC 6.3.0 20170516] on linux2

Type "help", "copyright", "credits" or "license" for more information.

>>> exit()

pi@raspberrypi:~ $ python3

Python 3.5.3 (default, Sep 27 2018, 17:25:39) 

[GCC 6.3.0 20170516] on linux

Type "help", "copyright", "credits" or "license" for more information.

>>> exit()

pi@raspberrypi:~ $ which pip3

/usr/bin/pip3

pi@raspberrypi:~ $ sudo apt install libatlas-base-dev