Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

Problem running ncsdk2 examples

idata
Employee
448 Views

I have been trying to compile the examples for ncsdk2 and I keep running into this error

 

ImportError: /usr/local/lib/python3.5/dist-packages/pygraphviz/_graphviz.cpython-35m-x86_64-linux-gnu.so: undefined symbol: Agundirected

 

I have no clue how to go about solving this error, any advice on how to work around this?

0 Kudos
1 Reply
idata
Employee
259 Views

$ sudo pip3 uninstall pygraphviz $ sudo pip3 install pygraphviz

0 Kudos
Reply