ImportError:无法导入Theano

时间:2017-06-05 08:47:04

标签: tensorflow anaconda jupyter lasagne

嗨,我现在是学习机器学习的新手,我想做一些示例代码。

当我想运行此代码时

:
import lasagne
from lasagne import layers
from lasagne.updates import nesterov_momentum
from nolearn.lasagne import NeuralNet
from nolearn.lasagne import visualize

..

我收到这样的错误消息。

ImportError: Could not import Theano.

请确保安装最新版本的Theano。注意一个 简单的'pip install theano'通常会给你一个太旧的版本 烤宽面条。有关更多详细信息,请参阅安装文档:

所以,我想解决这个问题,我用这个

升级

pip install --upgrade https://github.com/theano/theano/archive/master.zip

但是,我仍然有这个问题。任何人都可以帮我解决这个问题吗?

P.S。我目前的烤宽面条版本是这样的 enter image description here

另外,我目前的theano版本就像这样

enter image description here

0 个答案:

没有答案