在raspberrypi3上尝试以下操作以获得完整的NCSDK安装
将脚本运行到
git clone https://github.com/movidius/ncsdk
sudo make install
错误报告如下:
No matching distribution found for tensorflow==1.4.0 You are using pip version 8.1.1 however version 9.0.1 is available
pip -V
返回9.0.1
pip2 -V
返回9.0.1
pip 3 -V
返回8.1.1
据推测pip3正在执行。我尝试了几种apt get install
方法来更新pip2和pip3
Movidius环境规范提到了64位机器。我的Rasperrypi3是64位,但是Ubuntu安装是否以64位模式运行并且这有关系吗?
我可以在32位intel pc上构建ncsdk,还是必须是运行Ubuntu的64位PC(哪种味道?)
答案 0 :(得分:1)
在Raspberry Pi上安装和配置英特尔®Movidius™神经计算SDK的先决条件包括:
有关进一步说明,请参阅以下链接:
https://movidius.github.io/ncsdk/install.html
请尝试使用Raspbian OS而不是UbuntuMate,因为它已在先决条件中指定。