python - No module named scipy.misc -
i'm trying set python works, i'm struggling much! need use python3.4 , scipy module.
i built scipy module using python3 setup.py install
command terminal, when try import imread function scipy.misc module says
no module named scipy.misc found.
i read need install pil or pillow, did that.
what have now?
Comments
Post a Comment