-
Notifications
You must be signed in to change notification settings - Fork 623
Travis failure due to tensorflow requirement not found #1448
Comments
This seems to coincide with the Python 3.7 release on Homebrew a few days ago. Looks like tensorflow hasn't updated their compatibility list to include 3.7: Note the Programming Language on this page doesn't list 3.7 yet: I suspect it'll be resolved soon enough no that 3.7 is the latest official release. |
Just to add to this, |
I think it is still failing on Travis last I checked (Your PR) Maybe we should disable this for now? |
Yep we should disable it. Thats why I closed my PR. |
Temporarily fixed due to #1450, we should re-enable dependency when possible. |
On the first travis box, we fail the tensorflow test because pip cannot find tensorflow 1.4.0
This affects recent PRs such as #1443 , #1446 .
The text was updated successfully, but these errors were encountered: