EdjeElectronics/TensorFlow-Object-Detection-on-the-Raspberry-Pi

ImportError: The _imagingft C module is not installed

akashshingha850 opened this issue · 0 comments

I followed all the steps gradually. ( ie, update the pi, installed TensorFlow(updated method), installed OpenCV, compiled & installed protobuf, set up tf directory structure). But when I tried to run the object detection script ( on step 6) it gives me this error.

raise ImportError("The _imagingft C module is not installed")
ImportError: The _imagingft C module is not installed

how can I solve this issue?