- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
コピーされたリンク
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
Had the same Import Caffe error while make examples on Raspberry Pi3 with already existing OpenCV and Python 2/3
I managed to solve the problem by force re-installing the python decorator:
sudo apt-get install --reinstall python*-decorator
After it the make examples command work flawlessly!
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hi,
For posterity, I am seeing the same mvnc, graph, caffe issue on a fresh ubuntu 16.04 install. It appears to fail when using virtualenvs and work fine when not. I don't have a solution however will post back here if I look into it and find one or will check back if someone else has. Thanks.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
To add to feedback's comment: On a Raspi 3 B+ installing Rasbian from NOOBS, I found
sudo apt-get install --reinstall python3*-decorator
did correct the problem.
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
@braca @ashutosh hello! I get the same error with you when I first ran "make examples" after the ncsdk install, and I can't figure it out. Can you tell me how did you figure it?I would appreciate any help in resolving this error.
Caffe Import Error
make[4]: Leaving directory '/home/luis/workspace/ncsdk/examples/caffe/GoogLeNet'
cp: cannot stat '../../caffe/GoogLeNet/graph': No such file or directory
Makefile:9: recipe for target 'googlenet' failed
make[3]: *** [googlenet] Error 1
make[3]: Leaving directory '/home/luis/workspace/ncsdk/examples/apps/multistick_cpp'
Makefile:12: recipe for target 'multistick_cpp/.' failed
make[2]: *** [multistick_cpp/.] Error 2
make[2]: Leaving directory '/home/luis/workspace/ncsdk/examples/apps'
Makefile:12: recipe for target 'apps/.' failed
make[1]: *** [apps/.] Error 2
make[1]: Leaving directory '/home/luis/workspace/ncsdk/examples'
Makefile:51: recipe for target 'examples' failed
make: *** [examples] Error 2
