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

Python3 Compatibility #33

Closed
djl11 opened this issue Jan 14, 2017 · 2 comments
Closed

Python3 Compatibility #33

djl11 opened this issue Jan 14, 2017 · 2 comments

Comments

@djl11
Copy link

djl11 commented Jan 14, 2017

With reference to this issue: #13
I was wondering if/when Python3 compatibility might be likely?
Having the same issue when trying to import deepmind_lab module in python3 script.

@djl11 djl11 changed the title Python3 Compatibility Query Python3 Compatibility Jan 14, 2017
@tkoeppe
Copy link
Collaborator

tkoeppe commented Jan 17, 2017

At the moment, we're not putting active effort into making the Python bindings compatible with Python 3. For now, think of the Python bindings as an "example" for using the Lab API. The example may not be perfectly suitable to your needs, and you are most welcome to modify or replace it as you see fit.

If you have any good ideas for changing the existing code so it works as both Python 2.7 and 3, it would be interesting to see.

@tkoeppe
Copy link
Collaborator

tkoeppe commented Apr 6, 2018

There is some experimental support for Python 3 now. Check out the Bazel docs on how to switch versions, too: https://docs.bazel.build/versions/master/be/python.html#py_binary_args

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