How to Rectify this error [closed]

asked 2020-03-25 01:39:12 -0600

kevinjoe gravatar image

updated 2020-03-25 05:34:43 -0600

gvdhoorn gravatar image

Straight dump of the error:

 python detect_realtime_tinyyolo_ncs.py --conf config/config.json
Traceback (most recent call last):
  File "detect_realtime_tinyyolo_ncs.py", line 6, in <module>
    from openvino.inference_engine import IENetwork
  File "/home/pi/openvino/python/python3.7/openvino/inference_engine/__init__.py", line 1, in <module>
    from .ie_api import *
ImportError: dynamic module does not define init function (initie_api)
edit retag flag offensive reopen merge delete

Closed for the following reason question is off-topic or not relevant. Please see http://wiki.ros.org/Support for more details. by mgruhler
close date 2020-03-25 04:32:36.569444

Comments

This Q&A page is about the Robot Operating System ROS. I don't see how your question relates to ROS. This is why I closed it. You probably reach a better audience targeting a specific forum or StackOverflow.

If this question is related to ROS, feel free to reopen. But please more properly describe your issue and how ROS is the problem.

mgruhler gravatar image mgruhler  ( 2020-03-25 04:34:34 -0600 )edit