Failed to load the native TensorFlow runtime.

Install tensor flow 1.5 on ubuntu mate OS on Raspberry pi 3b

问题:python3 -c ‘import tensorflow as tf;

这里是引用–note: if there is error log show up, like:
ImportError: /usr/lib/arm-linux-gnueabihf/libstdc++.so.6: version `GLIBCXX_3.4.22′ not found (required by /usr/local/lib/python3.5/dist-packages/tensorflow/python/_pywrap_tensorflow_internal.so)

'Failed to load the native TensorFlow runtime

解决

#sudo add-apt-repository ppa:ubuntu-toolchain-r/test
#sudo apt-get update
#sudo apt-get install gcc-6 g+±6

感恩文献

1、Install tensor flow 1.5 on ubuntu mate OS on Raspberry pi 3b

2、Raspberry pi 3 type Bにtensorflowをインストールする

你可能感兴趣的:(树莓派3B,图像处理,ubuntu,mate)