You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Pylearn2 Isa not supported for years. It was not updated to rub with newer
version of Theano. An older version of Theano should work. I do not
remember which version it support.
Le lun. 3 déc. 2018 02:51, SpartanBin <[email protected]> a écrit :
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#1592>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AALC-6ak9lvh60xG1GUvx9Id2f1iv1Vkks5u1NfwgaJpZM4Y-C5Q>
.
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.
The text was updated successfully, but these errors were encountered: