I use python3.5.4. Anaconda3-5.0.1-Windows-x86_64. Tensorflow1.4.0.
When I run 'tid2013.py' ,there is the error 'ImportError: No module named 'PIL''.
How can this happen? Should I change the version of tensorflow to 1.0.0 ?
Besides,I have installed 'pillow',it is said 'PIL'and 'pillow' are incompatible since 'PIL' only can support python 2.7.However, your program is run with python3.5.
All in all,how to configure ‘PIL’ and python3.5 ? Should I uninstall 'pillow' first?
THANKS VERY MUCH!
I use python3.5.4. Anaconda3-5.0.1-Windows-x86_64. Tensorflow1.4.0.
When I run 'tid2013.py' ,there is the error 'ImportError: No module named 'PIL''.
How can this happen? Should I change the version of tensorflow to 1.0.0 ?
Besides,I have installed 'pillow',it is said 'PIL'and 'pillow' are incompatible since 'PIL' only can support python 2.7.However, your program is run with python3.5.
All in all,how to configure ‘PIL’ and python3.5 ? Should I uninstall 'pillow' first?
THANKS VERY MUCH!