解决办法:
直接在下载好pythearn2包的目录下,对setup.py文件进行修改:
将 from theano.compat.six.moves import input 改为 from six.moves import input
然后就可以:
python setup.py build python setup.py install
原文地址:https://www.cnblogs.com/feiquan/p/12079862.html
时间: 2024-10-10 10:47:21