MAC OSX10.11.4 python3 import theano error

后端 未结 2 1173
轮回少年
轮回少年 2021-02-06 10:36

I upgraded my Mac to a OSX 10.11.4, and sadly I found my theano cannot be imported anymore. Here is information about my machine:

➜  ~ gcc --version
Configured          


        
2条回答
  •  一整个雨季
    2021-02-06 11:15

    The problem comes from an interface change in Xcode 7.3. It is fixed in the current master of Theano and there will be release 0.8.1 next Tuesday (2016/03/29) that will be 0.8.0 + the fix.

    In the meantime you can either run the master: http://deeplearning.net/software/theano/install.html#bleeding-edge-install-instructions or install version 7.2 of the command line tools and select those with xcode-select to make Theano work.

提交回复
热议问题