computational-psychology / template_experiment

Templates for psychophysical experiments running on HRL
GNU General Public License v3.0
1 stars 1 forks source link

Text_displays.py errors with Pillow 10 #11

Closed guillermoaguilar closed 11 months ago

guillermoaguilar commented 11 months ago

Using pillow 9.5.0 it raises a deprecation warning:

/home/experimenter/template_experiment/5_asymmetric_matching/experiment/text_displays.py:50: DeprecationWarning: getsize is deprecated and will be removed in Pillow 10 (2023-07-01). Use getbbox or getlength instead.

With Pillow 10 it raises an error.

JorisVincent commented 11 months ago

Closed by 3790cb6