Installing Theano on Windows - DLL load failed

后端 未结 5 1647
栀梦
栀梦 2021-01-02 22:39

I am trying to install Theano on Windwos 8

Have followed these steps.

I try to test using:

import numpy as np
import time
import theano

prin         


        
5条回答
  •  滥情空心
    2021-01-02 23:00

    OK, I finally found the reason at least for my installation using WinPython, python3.5.1.1, Win 7 64bit and mingw64:

    In the .theanorc[.txt] file, I ha, after installing blas, a section [blas] with a line including the openblas include path. I removed that line and left the area below [blas] blank. Restarted WinPython/Spider, opened a new console and it worked.

    Testet afterwards with running mnist.py from Lasagne using Theano.

提交回复
热议问题