jankovicsandras / imagetracerjs

Simple raster image tracer and vectorizer written in JavaScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inkscape extension - No module named 'PIL'

bosd opened this issue · comments

commented

Using Inksacpe extenstion on version 1.0.2
Got an error message on Fedora 32
Python 3.9.2

  File "/home/emiel/.var/app/org.inkscape.Inkscape/config/inkscape/extensions/imagertracer.js/fablabchemnitz_imagetracerjs.py", line 8, in <module>
    from PIL import Image
ModuleNotFoundError: No module named 'PIL'

Installed Pillow-7.2.0

commented

Resolved it by:
pip3 uninstall pillow
and then

pip3 install pillow

Collecting pillow
  Downloading Pillow-8.1.2-cp39-cp39-manylinux1_x86_64.whl (2.2 MB)
     |████████████████████████████████| 2.2 MB 6.0 MB/s 
Installing collected packages: pillow
Successfully installed pillow-8.1.2