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

Travis failure due to tensorflow requirement not found #1448

Open
lmwnshn opened this issue Jul 2, 2018 · 5 comments
Open

Travis failure due to tensorflow requirement not found #1448

lmwnshn opened this issue Jul 2, 2018 · 5 comments

Comments

@lmwnshn
Copy link
Contributor

lmwnshn commented Jul 2, 2018

On the first travis box, we fail the tensorflow test because pip cannot find tensorflow 1.4.0

Collecting tensorflow==1.4.0
[31m  Could not find a version that satisfies the requirement tensorflow==1.4.0 (from versions: )[0m
[31mNo matching distribution found for tensorflow==1.4.0

This affects recent PRs such as #1443 , #1446 .

@mbutrovich
Copy link
Contributor

mbutrovich commented Jul 2, 2018

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:
tensorflow/tensorflow#17022

Note the Programming Language on this page doesn't list 3.7 yet:
https://pypi.org/project/tensorflow/

I suspect it'll be resolved soon enough no that 3.7 is the latest official release.

@saatviks
Copy link
Contributor

saatviks commented Jul 2, 2018

Just to add to this,
Also tried pip3 install --upgrade https://storage.googleapis.com/tensorflow/mac/${TF_TYPE}/tensorflow-${TF_VERSION}-py3-none-any.whl which is meant to be for all python versions, but isnt compatible with python3.7 currently. This is detailed in this issue.

@tli2
Copy link
Contributor

tli2 commented Jul 2, 2018

I think it is still failing on Travis last I checked (Your PR)

Maybe we should disable this for now?

@saatviks
Copy link
Contributor

saatviks commented Jul 2, 2018

Yep we should disable it. Thats why I closed my PR.

@tli2
Copy link
Contributor

tli2 commented Jul 3, 2018

Temporarily fixed due to #1450, we should re-enable dependency when possible.

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

4 participants