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

compatibility problem with Python 3.6 and TensorFlow 1.5.0 #79

Closed
mheilman opened this issue Feb 12, 2018 · 2 comments
Closed

compatibility problem with Python 3.6 and TensorFlow 1.5.0 #79

mheilman opened this issue Feb 12, 2018 · 2 comments

Comments

@mheilman
Copy link
Contributor

mheilman commented Feb 12, 2018

Travis was showing core dumps when running the tests for Python 3.6 with TensorFlow 1.5.0, even though the tests worked locally with those versions. #78 changes the requirements.txt to require 1.4.x for now as a workaround.

Hopefully, things will work again with 1.6.0 when it's released.

@mheilman
Copy link
Contributor Author

Also, I just noticed that I forgot to update the TensorFlow version in setup.py. It'd probably make sense to keep that more in sync with the requirements.txt, though they aren't really incompatible at the moment. Since I've only seen the incompatibility described above on Travis, I think it'd be OK to fix the setup.py when we update the TensorFlow version next.

@beckermr
Copy link
Contributor

I think we are good on this? I am going to close. Feel free to reopen.

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