ales-tsurko / athenaCL

An unofficial fork of athenaCL algorithmic composition system
https://athenacl.alestsurko.by
GNU General Public License v2.0
15 stars 3 forks source link

TImap may not work #2

Closed ales-tsurko closed 3 years ago

ales-tsurko commented 3 years ago

As reported by email:

i tested the program today, and i see some of the options are not possible (anymore), like TImap that requires Python Image Library. This is only available for Python2...

ales-tsurko commented 3 years ago

This is fixed by using Pillow instead.

tjingboem commented 3 years ago

While perhaps this is working on a Mac, i don't see it working on Linux Mint. I did install willow- that installed the pillow lib: pillow.py in /usr/lib/python3/dist-packages/willow/plugins

I don't know if you care to support athenaCL on Linux?

ales-tsurko commented 3 years ago

I've made some changes related to this, try again. Also, if you'll still have this bug, please describe the steps to reproduce it and the result you get. And to be sure it's not related to installation, try it with a separated pillow install instead.

tjingboem commented 3 years ago

yep- works! thank you very much!