- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
I am trying to make the examples in ubuntu 16.04:
git clone -b ncsdk2 http://github.com/Movidius/ncsdk && cd ncsdk && make install
works seamleslyAt the time that I executed
sudo make examples
my opencv version was 3.3.0.No problem with NCS connection because hello_ncs_cpp gives following:
However when I execute
sudo make examples
I get the following error.Generating Profile Report 'output_report.html'…
making caffemodel
making check
WARNING: Logging before InitGoogleLogging() is written to STDERR
making compile
WARNING: Logging before InitGoogleLogging() is written to STDERR
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@akde Sorry for the late reply. I was on vacation and I just got back. Have you tried using make examples
without sudo
? Also make sure to open a new terminal window after installation of the NCSDK to run/build the NCSDK examples. This will make sure your new PYTHONPATH environment variable is enabled.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
@Tome_at_Intel I have encountered the same error and have tried using make examples without sudo and opened up a new terminal window after the installation to run/build the NCSDK examples. Any solutions or other suggestions?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have the same trouble running on a raspi3
-jc
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi @johncohn & @JMB
Try uninstalling by running make uninstall
, then make clean
, then reinstall the ncsdk2 by running make install
.
Be sure to set new pythonpath environment variables, then close the terminal and re open a new one to run
make examples
.Please let me know if this information is helpful.
Regards,
Sahira
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page