MAC OSX10.11.4 python3 import theano error

后端 未结 2 1213
轮回少年
轮回少年 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...

提交回复
热议问题