Skip to content
This repository has been archived by the owner on Jan 19, 2019. It is now read-only.

Upgrade to python 3.6 #310

Open
matt-gardner opened this issue Apr 20, 2017 · 3 comments
Open

Upgrade to python 3.6 #310

matt-gardner opened this issue Apr 20, 2017 · 3 comments

Comments

@matt-gardner
Copy link
Contributor

I think the main benefit to this is the ability to give type annotations on variables, instead of just methods and method arguments. What needs to be done is just updating all of the continuous integration services / build tools to use the new python version, and make sure everything still works.

@matt-gardner
Copy link
Contributor Author

I saw a stack trace that made me think this might not be so easy. Some of the libraries we depend on might not be compatible with python 3.6. In particular, I'm guessing that overrides isn't. We'd probably need to patch it and submit a PR here before we can actually migrate ourselves.

@nelson-liu
Copy link
Contributor

Importantly, tensorflow isn't either.

@nelson-liu
Copy link
Contributor

Whoops, never mind looks like you can still install it, but you have to provide a link to a wheel instead of just pip install tensorflow

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

No branches or pull requests

2 participants