TensorFlow-Object-Detection-on-the-Raspberry-Pi
TensorFlow-Object-Detection-on-the-Raspberry-Pi copied to clipboard
ImportError: The _imagingft C module is not installed
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?