python - Scipy.misc import not working -
i'm having problems importing scipy.misc in python script. know other people posted questions concerning this, solutions not working me.
the program writing begins this:
import matplotlib plt matplotlib.pyplot import imshow pil import image scipy.misc import bytescale skimage import exposure import numpy np
and error scipy.misc line: importerror: cannot import name doccer
i gathered had update scipy , maybe numpy, let me these posts:
can't install scipy through pip , importerror when importing modules scipy
after this, updated pip succesfully (this installer use) , tried update scipy. however, gave me lot of errors.
in end, tried manually update scipy using post , website, suggested others: filename.whl not supported wheel on platform , http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy
however, somehow lot of red text , 'exception' messages (unfortunately cannot copy/paste here), , ends ioerror: [errno22] invalid mode ('rb') or filename. tried install different version of numpy well, similar results.
i'm unsure how continue here. i'm not expert on programming or computers, appreciate help.
i'm using windows 7, 64-bit operating system, python2.7.10 32bits, spyder 2.3.5.2
since aren't expert on programming or computers recommend switch python distribution brings up-to-date scipy , many other libraries it. continuum's open source anaconda package remove maintenance hassles you.
Comments
Post a Comment