Import-Error when attempting to add evidence

Issue #56 new
Jeremy created an issue

Every time I attempt to add evidence to Foreman, whether it is to an active case or simply to the evidence locker I receive a Import Error: No Module named Image. This error occurs whether or not I choose to generate a QR code or not. I have included a screenshot of the error message below.

Foreman-Bug.PNG

Comments (1)

  1. Linklinsse

    it seems to be the fault of the qrcode module :

    from qrcode.image.pil import PilImage
    

    try do install pillow, it must resolve it :

    sudo pip install pillow
    
  2. Log in to comment