python - I have installed pil with conda but when I try to import it, it says no module exists -


enter image description here

i have installed pil conda when try import it, says no module exists.

have tried import module in uppercase?

in [3]: import pil --------------------------------------------------------------------------- importerror                               traceback (most recent call last) <ipython-input-3-2fdcc9532329> in <module>() ----> 1 import pil  importerror: no module named pil  in [4]: import pil  in [5]: pil out[5]: <module 'pil' '/usr/lib/python2.7/site-packages/pil/__init__.pyc'> 

Comments

Popular posts from this blog

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -