nolearn/lasagne支持python 3

Vik*_*uri 10 python python-3.x theano

我在这里nolearn.lasagne提到神经网络实现 但是我得到以下错误: 我发现它是在python-3 nolearn/lasagne支持python-3?如果没有,是否有任何解决方法?

ImportError: No module named 'cPickle'
cPicklepickle

Dan*_*uri 8

你似乎在使用旧版的nolearn.使用以下命令从Github尝试当前的master:

pip uninstall nolearn pip install https://github.com/dnouri/nolearn/archive/master.zip#egg=nolearn

以下是使用Python 2.7和3.4运行的主测试:https://travis-ci.org/dnouri/nolearn/builds/61806852