lisa-lab/pylearn2

StringIO not available in Python3

Opened this issue · 1 comments

StringIO is imported in pylearn2.packaged_dependencies.theano_linear.unshared_conv.gpu_unshared_conv, but the library is not available anymore in Python3.

nouiz commented

Use this import instead:

from theano.compat.six.moves import StringIO

Can you make a PR to fix that?

On Wed, Oct 7, 2015 at 10:55 PM, Kang Min Yoo notifications@github.com
wrote:

StringIO is imported in
pylearn2.packaged_dependencies.theano_linear.unshared_conv.gpu_unshared_conv,
but the library is not available anymore in Python3.


Reply to this email directly or view it on GitHub
#1557.