>>> import numpy # OK!
>>> import scipy # OK!
>>> import theano # warning
WARNING (theano.tensor.blas): Failed to import scipy.linalg.blas, and Theano
flag blas.ldflags is empty. Falling back on slower implementations for
dot(matrix, vector), dot(vector, matrix) and dot(vector, vector) (DLL load
failed: Belirtilen modül bulunamadı.)
>>>
When importing theano, python gives this warning. I setup theano according to this link. http://deeplearning.net/software/theano/install_windows.html
Numpy and Scipy imports are OK. but i'm stuck with BLAS.?
I clone to my computer OpenBLAS from github. how i add blas to environment variables ( "path" ) ?
WARNING (theano.configdefaults): g++ not detected ! Theano will be unable to execute optimized C-implementations (for both CPU and GPU) and will default to Python implementations. Performance will be severely degraded. To remove this warning, set Theano flags cxx to an empty string.
– Quianaquibbleconda install libpython mingw
. – TennisonSolving Package metadata: ... Errror: unsatisfiable package specifications Generating hint [ complete ] | #### 100% hint : the following packages conflict with each other: -libpython -python 3.5
– Quianaquibble