MAC OSX10.11.4 python3 import theano error

后端 未结 2 1174
轮回少年
轮回少年 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 10:58

    A new Numpy release (1.11.0) came out yesterday, 3/27/16. Installed it and finally everything on my MacBook OS-X Canopy Python started working correctly. Installed scikit-neuralnetwork, which installs Theano, Numpy, and others. Whew...

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题