Hallo
I did fresh installation of Flair/Fluka “check_fluka.sh” checking python imaging (please scroll down for the error)
I am finding I need “python-imaging-tk”. But unfortunately this pkg is no longer available for Redhat 8.
It was last given in Redhat 6. Latest Python Imaging Library (PIL) is supported through “Pillow”
So how could I go by eliminating the error or perhaps make use of the “pillow” …
you are correct, the Python Imaging Library is now only supported by it’s fork Pillow on modern Linux distribution. (The error message should be updated in the script)
For RHEL 8, the names of the relevant packages are:
python3-pillow
python3-pillow-tk
After installing these, there shouldn’t be any issue.
w> Warning: Geometry Viewer not found
e> ERROR: /lib64/libm.so.6: version `GLIBC_2.29’ not found (required by /usr/local/flair/geoviewer.so)
w> Warning: PIL.Image and PIL.ImageTk not found
Hello David,
Should these errors in the Flair console are benign messages so should we disregard?
w> Warning: Geometry Viewer not found
e> ERROR: /lib64/libm.so.6: version `GLIBC_2.29’ not found (required by /usr/local/flair/geoviewer.so)
w> Warning: PIL.Image and PIL.ImageTk not found
Hi David,
I haven’t got back to building the binary yet. I noticed when I cut and paste the RPMs they appear on the forum page with a special emphasis … I have no control over that … and it wasn’t intentional.
I have build Flair and flair-overview from 3.1.8.tgz files.
I have the PIL installed from RPMs …
$ rpm -qa | grep pillow
python3-pillow-7.0.0-5.fc32.x86_64
python3-pillow-tk-7.0.0-5.fc32.x86_64
I think the “check_fluka.py” generates errors … I think you mentioned that the script was written to check “python-imaging-tk” …
By building from flai/geoviewer-3.1.8.tgz I used glibc2.28 …
So I don’t see glibc errors …anymore.