Forum Discussion
bblackmoor
7 years agoBinge Watcher
I did these steps:
# pip uninstall PIL
Cannot uninstall requirement PIL, not installed
# pip uninstall Pillow
Not uninstalling pillow at /usr/lib/python2.7/dist-packages, outside environment /usr
# apt-get remove python-pil
[lots of apt stuff]
#pip install PillowInstalling collected packages: Pillow
Successfully installed Pillow-5.3.0
Then restarted mymedia.py. No difference. Slow navigation, the test image does not resize, and the dark theme and screen icons are ignored.
So I then did this:
# pip uninstall Pillow
Uninstalling Pillow-5.3.0:
[...]
Successfully uninstalled Pillow-5.3.0
Then restarted mymedia.py. No difference.
So then I did this, based on some Stack Overflow comments:
# apt-get install libjpeg-dev
# ln -s /usr/lib/x86_64-linux-gnu/libjpeg.so /usr/lib
# apt-get install zlib1g-dev
# ln -s /usr/lib/x86_64-linux-gnu/libz.so /usr/lib
Then restarted mymedia.py. No difference.
Then this:
# pip install Pillow
Collecting Pillow
Using cached https://files.pythonhosted.org/packages ... x86_64.whl
Installing collected packages: Pillow
Successfully installed Pillow-5.3.0
Then restarted mymedia.py. No difference.
# pip uninstall PIL
Cannot uninstall requirement PIL, not installed
# pip uninstall Pillow
Not uninstalling pillow at /usr/lib/python2.7/dist-packages, outside environment /usr
# apt-get remove python-pil
[lots of apt stuff]
#pip install PillowInstalling collected packages: Pillow
Successfully installed Pillow-5.3.0
Then restarted mymedia.py. No difference. Slow navigation, the test image does not resize, and the dark theme and screen icons are ignored.
So I then did this:
# pip uninstall Pillow
Uninstalling Pillow-5.3.0:
[...]
Successfully uninstalled Pillow-5.3.0
Then restarted mymedia.py. No difference.
So then I did this, based on some Stack Overflow comments:
# apt-get install libjpeg-dev
# ln -s /usr/lib/x86_64-linux-gnu/libjpeg.so /usr/lib
# apt-get install zlib1g-dev
# ln -s /usr/lib/x86_64-linux-gnu/libz.so /usr/lib
Then restarted mymedia.py. No difference.
Then this:
# pip install Pillow
Collecting Pillow
Using cached https://files.pythonhosted.org/packages ... x86_64.whl
Installing collected packages: Pillow
Successfully installed Pillow-5.3.0
Then restarted mymedia.py. No difference.