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をインストールする

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章