lisa-lab/pylearn2

It seems pylearn2 cannot apply for Python 3.7

Opened this issue · 1 comments

When I want to import pylearn2, erroe "ModuleNotFoundError: No module named 'theano.compat.six'" always come. It's a error about version not matching. Of course, you can change "from theano.compat.six.moves import input" to "from six.moves import input" . But source code maybe contained many mismatching statements, It's hard to change all of them.

nouiz commented