I can’t run the line below in the current Linux stable (and preview) release, after running pip_install('Pillow'):
>>> from PIL import Image
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "/home/fernando/opt/Slicer-4.11.20200930-linux-amd64/lib/Python/lib/python3.6/site-packages/PIL/Image.py", line 94, in <module>
from . import _imaging as core
ImportError: /home/fernando/opt/Slicer-4.11.20200930-linux-amd64/lib/Python/lib/python3.6/site-packages/PIL/_imaging.cpython-36m-x86_64-linux-gnu.so: ELF load command address/offset not properly aligned
>>>
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/tmp/Slicer-4.11.20200930-linux-amd64/lib/Python/lib/python3.6/site-packages/PIL/Image.py", line 94, in <module>
from . import _imaging as core
ImportError: /tmp/Slicer-4.11.20200930-linux-amd64/lib/Python/lib/python3.6/site-packages/PIL/_imaging.cpython-36m-x86_64-linux-gnu.so: ELF load command address/offset not properly aligned
Info: In /work/Stable/Slicer-0/Libs/MRML/Core/vtkMRMLScene.cxx, line 316
vtkMRMLScene (0x2bc2420): vtkMRMLScene::Clear