python - Linking NumPy with BLAS on windows -
i'm trying install theano on windows system , need install blas , lapack. i've got .dll files these in system32 folder. when run numpy.config.show() anaconda, paths libraries displayed properly. however, not happen on idle , same command tells prints not available paths libraries lapack , blas.
another thread suggests anaconda , original python 2.7 distributions treated separate environments. question is, if anaconda says blas installed, missing in other environment? re-compiled libraries , force-reinstalled numpy, doesn't seem help.
any appreciated.
Comments
Post a Comment