Abjuri5t / IOC-Cartographer_TLP-CLEAR

8 stars 2 forks source link

Error when I run the script #2

Open Capitaplc opened 3 months ago

Capitaplc commented 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'

Abjuri5t commented 3 months ago

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!