ashishdubey10 / Face-Recognition-Based-Attendance-System

187 stars 167 forks source link

PIL issue #25

Open sunanth-samala opened 4 years ago

sunanth-samala commented 4 years ago

when I run the code train.py I am getting an error : no module named PIL

sameercs50 commented 4 years ago

install pip pillow

ganeshpodishetti commented 4 years ago

first you have to install PIL

  1. open your command prompt in windows
  2. pip install pillow
  3. Done. Successfully installed pillow
SidsMav2000 commented 4 years ago

just replace PIL with "pil"