Open Capitaplc opened 3 months ago
File "C:\Python\IOC-Cartographer_TLP-CLEAR-main\Domain-Map.py", line 4, in import PIL.Image ModuleNotFoundError: No module named 'PIL'
Hey there. I think you need to install the Pillow library - https://pypi.org/project/pillow/ . Running ‘pip install pillow’ should solve your issue. Let me know if this works!
File "C:\Python\IOC-Cartographer_TLP-CLEAR-main\Domain-Map.py", line 4, in
import PIL.Image
ModuleNotFoundError: No module named 'PIL'