Discussion:
[theano-users] can not import theano: GpuArrayException: Could not load "nvrtc64_70.dll"
k***@gmail.com
2017-11-14 11:43:43 UTC
Permalink
I am new in keras and Theano:

I am trying to trying to install keras and theano for while.

I get follwing error:

ERROR (theano.gpuarray): Could not initialize pygpu, support disabled
Traceback (most recent call last): File
"C:\toolkits\Anaconda2\lib\site-packages\theano\gpuarray\__init__.py", line
164, in <module> use(config.device) File
"C:\toolkits\Anaconda2\lib\site-packages\theano\gpuarray\__init__.py", line
151, in use init_dev(device) File
"C:\toolkits\Anaconda2\lib\site-packages\theano\gpuarray\__init__.py", line
60, in init_dev sched=config.gpuarray.sched) File "pygpu\gpuarray.pyx",
line 634, in pygpu.gpuarray.init File "pygpu\gpuarray.pyx", line 584, in
pygpu.gpuarray.pygpu_init File "pygpu\gpuarray.pyx", line 1057, in
pygpu.gpuarray.GpuContext.__cinit__ GpuArrayException: Could not load
"nvrtc64_70.dll": Das angegebene Modul wurde nicht gefunden.

I have installed CUDA 9.0
Windowas 10
anaconda 2, python 2.7

I tried to install it like there discriped ist here:
http://wiki.fast.ai/index.php/Local_install_(Windows_only:cpu)
--
---
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 theano-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Frédéric Bastien
2017-11-17 13:45:50 UTC
Permalink
Update pygpu and libgpuarray to 0.7.5. it should fix this problem.
Post by k***@gmail.com
I am trying to trying to install keras and theano for while.
ERROR (theano.gpuarray): Could not initialize pygpu, support disabled
Traceback (most recent call last): File
"C:\toolkits\Anaconda2\lib\site-packages\theano\gpuarray\__init__.py", line
164, in <module> use(config.device) File
"C:\toolkits\Anaconda2\lib\site-packages\theano\gpuarray\__init__.py", line
151, in use init_dev(device) File
"C:\toolkits\Anaconda2\lib\site-packages\theano\gpuarray\__init__.py", line
60, in init_dev sched=config.gpuarray.sched) File "pygpu\gpuarray.pyx",
line 634, in pygpu.gpuarray.init File "pygpu\gpuarray.pyx", line 584, in
pygpu.gpuarray.pygpu_init File "pygpu\gpuarray.pyx", line 1057, in
pygpu.gpuarray.GpuContext.__cinit__ GpuArrayException: Could not load
"nvrtc64_70.dll": Das angegebene Modul wurde nicht gefunden.
I have installed CUDA 9.0
Windowas 10
anaconda 2, python 2.7
http://wiki.fast.ai/index.php/Local_install_(Windows_only:cpu)
--
---
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
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 theano-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...