There was some solution. You can search the web for that file and find
other link that will provide it.

On Thu, Aug 25, 2016 at 3:52 PM, Aniruddha Bhattacharya <
[email protected]> wrote:

> Hey Austin ..I am facing the exact same problem line by line. ...Did you
> come up with a solution .Can you please help me out here.I am stuck
> too..Thanks !!!
>
>
> On Thursday, July 21, 2016 at 3:28:01 AM UTC+5:30, Austin S. wrote:
>>
>> Hey I'm trying to set up Theano to use my GPU and am getting all sorts of
>> errors. I am sort of a newbie to python and Theano so some patience would
>> be appreciated. I am following the directions on
>> http://deeplearning.net/software/theano/install_windows.
>> html#install-windows but am really struggling right now. Here is the
>> error message that I am getting when I try to import Theano:
>>
>> c:\anaconda2\include\pyconfig.h(239) : fatal error C1083: Cannot open
>> include file: 'basetsd.h': No such file or directory
>>
>> ['nvcc', '-shared', '-O3', '--use-local-env', '--cl-version=2008',
>> '-Xlinker', '/DEBUG', '-D HAVE_ROUND', '-m64', '-Xcompiler',
>> '-DCUDA_NDARRAY_CUH=c72d035fdf91890f3b36710688069b2e,-DNPY_
>> NO_DEPRECATED_API=NPY_1_7_API_VERSION,/Zi,/MD',
>> '-IC:\\Anaconda2\\lib\\site-packages\\theano\\sandbox\\cuda',
>> '-IC:\\Anaconda2\\lib\\site-packages\\numpy\\core\\include',
>> '-IC:\\Anaconda2\\include', 
>> '-IC:\\Anaconda2\\lib\\site-packages\\theano\\gof',
>> '-o', 'C:\\Users\\Austin\\AppData\\Local\\Theano\\compiledir_Windo
>> ws-10-10.0.10586-Intel64_Family_6_Model_61_Stepping_4_Genuin
>> eIntel-2.7.12-64\\cuda_ndarray\\cuda_ndarray.pyd', 'mod.cu',
>> '-LC:\\Anaconda2\\libs', '-LC:\\Anaconda2', '-lcublas', '-lpython27',
>> '-lcudart']
>> ERROR (theano.sandbox.cuda): Failed to compile cuda_ndarray.cu: ('nvcc
>> return status', 2, 'for cmd', 'nvcc -shared -O3 --use-local-env
>> --cl-version=2008 -Xlinker /DEBUG -D HAVE_ROUND -m64 -Xcompiler
>> -DCUDA_NDARRAY_CUH=c72d035fdf91890f3b36710688069b2e,-DNPY_
>> NO_DEPRECATED_API=NPY_1_7_API_VERSION,/Zi,/MD
>> -IC:\\Anaconda2\\lib\\site-packages\\theano\\sandbox\\cuda
>> -IC:\\Anaconda2\\lib\\site-packages\\numpy\\core\\include
>> -IC:\\Anaconda2\\include -IC:\\Anaconda2\\lib\\site-packages\\theano\\gof
>> -o C:\\Users\\Austin\\AppData\\Local\\Theano\\compiledir_Window
>> s-10-10.0.10586-Intel64_Family_6_Model_61_Stepping_4_Genuine
>> Intel-2.7.12-64\\cuda_ndarray\\cuda_ndarray.pyd mod.cu
>> -LC:\\Anaconda2\\libs -LC:\\Anaconda2 -lcublas -lpython27 -lcudart')
>> WARNING (theano.sandbox.cuda): CUDA is installed, but device gpu is not
>> available  (error: cuda unavailable)
>>
>> I looked around and found a few instances of basetsd.h on my computer and
>> copied one into the include folder but it only gave me another error about
>> missing a different header file. I think I have some sort of linking issue
>> between python and mingw or my compiler from VS2010 but I don't know how to
>> solve it. I would really appreciate any help that I can get.
>>
>> Thanks
>>
>> --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "theano-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"theano-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to