Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

StringIO not available in Python3 #1557

Open
kaniblu opened this issue Oct 8, 2015 · 1 comment
Open

StringIO not available in Python3 #1557

kaniblu opened this issue Oct 8, 2015 · 1 comment

Comments

@kaniblu
Copy link

kaniblu commented Oct 8, 2015

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

@nouiz
Copy link
Member

nouiz commented Oct 8, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants