1 | initial version |
The problem comes from the fac that pillow
is built without jpeg support, see the file SAGE_ROOT/build/pkgs/pillow/spkg-install
: https://git.sagemath.org/sage.git/tree/build/pkgs/pillow/spkg-install
If you want to fix the issue, and if you built Sage from source, you can :
libjpeg-dev
--disable-jpeg \
line in SAGE_ROOT/build/pkgs/pillow/spkg-install
sage -f pillow
2 | No.2 Revision |
The problem comes from the fac fact that pillow
is built without jpeg support, see the file SAGE_ROOT/build/pkgs/pillow/spkg-install
: https://git.sagemath.org/sage.git/tree/build/pkgs/pillow/spkg-install
If you want to fix the issue, and if you built Sage from source, you can :
libjpeg-dev
--disable-jpeg \
line in SAGE_ROOT/build/pkgs/pillow/spkg-install
sage -f pillow
3 | No.3 Revision |
The problem comes from the fact that pillow
is built without jpeg support, support (no idea why), see the file SAGE_ROOT/build/pkgs/pillow/spkg-install
: https://git.sagemath.org/sage.git/tree/build/pkgs/pillow/spkg-install
If you want to fix the issue, and if you built Sage from source, you can :
libjpeg-dev
--disable-jpeg \
line in SAGE_ROOT/build/pkgs/pillow/spkg-install
sage -f pillow