I can't get PIL to work on pycharm. It should work after installing Pillow / Pillow-PIL libraries but it doesn't.
What am I missing?
I can't get PIL to work on pycharm. It should work after installing Pillow / Pillow-PIL libraries but it doesn't.
What am I missing?
This question is apparently the same than this other issue:
How do I install PIL/Pillow for Python 3.6?
pip install pillow
should be the answer
Else, you can try Anaconda, it is already installed by default. But this does not explain your issue.