'::hypot' has not been declared

后端 未结 3 1374
臣服心动
臣服心动 2020-12-18 00:05

I\'m using python3.6 theano, with mingw-w64-x86-64 installed, my os is Win10_64, cuda installed, and seems everything is ok

the theano.test() is ok, saying my gpu

3条回答
  •  無奈伤痛
    2020-12-18 00:44

    (This answer was posted in comments originally)

    I had to keep the original mingw cmath header (otherwise libpng would not build) and I commented out the #define hypot _hypot in pyconfig.h (line 241).

提交回复
热议问题