The _imagingft C module is not installed

Because of this problem,i can’t use opencv or PIL on python.Whatever ican’t apt install something useful.

Hi,

Sorry for the late reply.

Would you mind to reinstall pillow to see if works?

sudo apt-get install libfreetype6-dev
sudo pip uninstall pillow
sudo pip install --no-cache-dir pillow

Thanks.