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

Instructions are outdated #3

Open
ldeluigi opened this issue Mar 25, 2020 · 0 comments
Open

Instructions are outdated #3

ldeluigi opened this issue Mar 25, 2020 · 0 comments

Comments

@ldeluigi
Copy link

The problem

The links to TensorFlow installation or compilation instruction page refer to one of the latest versions of TF (which are 2.1.0 for 2.x and 1.15.0 for 1.x, at this time), while the requirements specify TensorFlow 1.10.1.

My setup

OS: Windows 10
Python: Have both 3.7 and 3.6, using a virtualenv with 3.6 inside
image

Issues found

Version 1.10.1 is unavailable from pip on Windows:
image
more readable version with black bg:
image

So I tried to compile TF, but with no results.
The TF build and compilation instruction page refers to a new compilation flow that uses Bazel, while versions 1.10.x required cmake, on Windows.
image
In addition, the pre-built packages only refer to 1.10.0, while 1.10.1 seems nowhere to be found.

Possible solutions

  • Upgrade/change TF version used by this project
  • Rewrite instructions in favor of a step by step working guide
  • Include (in the repo) a script/requirements.txt/dockerfile/setup and/or build automation tool that automates the steps of resolving dependencies and maybe even patching TF automatically
  • ... (?)
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

1 participant