Seems like anaconda only ships with the successor of PIL. PIL is just a library for python, which allows all kind of things with images. Comictagger uses it, to compare the cover of the comic with covers on comic vine, to find the right issue (think of series like batman, which have x volumes. If you don't have that info or the pub date, it would be very difficult to find the right one).
Just activate the environment for comictagger
in the terminal just try
conda install pil
if that doesn't work, try
conda install -c anaconda pil=1.1.7
One of the two should work.
I hope, that now everything works. If something is missing, just try installing it with
conda install name
or with
pip install name
of course always in the envirenment, that you can activate with
source activate py27_qt4
Last edited by dickloraine; 06-29-2017 at 09:23 PM.
|