
Hi Siddheshwar,
Firstly, a package "scipy-stack" doesn't exist at all and never existed. It's a name Christoph Gohlke used for a collection of scientific python packages. Your problem appears to be due to a missing .dll file after scipy installation. These files are usually included with the file that you use to install scipy. However since your installation didn't work, while it did for most other people, I believe, that you most likely installed 64 bit scipy with a 32 bit python or you installed 32 bit scipy with 64 bit python. I recommend to uninstall all the packages, and start from scratch, carefully following the instructions.
Best, Anton
On Thu, Sep 10, 2015 at 11:24 AM, Joseph Weston joseph.weston08@gmail.com wrote:
Hi,
from scipy.linalg import _fblasImportError: DLL load failed: The specified module could not be found.
Without knowing anything about the problem, I would assume that scipy could not find a BLAS library; do you have BLAS installed?
Please suggest what should be done to get rid of this. I also came to know that it could be from missing "scipy-stack". The same is also not available on "http://www.lfd.uci.edu/~gohlke/pythonlibs/". Somebody provide scipy-stack executable.
A cursory Google search gets me this thread on stackoverflow:
https://stackoverflow.com/questions/17480779/importerror-when-importing-cert...
which may be of use. Sorry I can't be of more help,
Joe