TensorFlow-Object-Detection-on-the-Raspberry-Pi icon indicating copy to clipboard operation
TensorFlow-Object-Detection-on-the-Raspberry-Pi copied to clipboard

ImportError: The _imagingft C module is not installed

Open akashshingha850 opened this issue 6 years ago • 0 comments
trafficstars

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?

akashshingha850 avatar Nov 02 '19 14:11 akashshingha850