tensorboard icon indicating copy to clipboard operation
tensorboard copied to clipboard

Add Windows Support to tensorboard

Open ahmedezzat85 opened this issue 8 years ago • 3 comments

ahmedezzat85 avatar Mar 28 '17 14:03 ahmedezzat85

Is the binary and runfiles necessary? I think these should be generated and handled in installer_windows.sh

zihaolucky avatar Mar 28 '17 14:03 zihaolucky

@zihaolucky After build is done, I got this error message (It is just for the pip package build) Thu Mar 30 12:42:01 EST 2017 : === Using tmpdir: ../python/tensorboard/ Unzipping simple_console_for_windows.zip to create runfiles tree... unzip: cannot find or open ./bazel-bin/tensorflow/tools/pip_package/simple_console_for_windows.zip, ./bazel-bin/tensorflow/tools/pip_package/simple_console_for_windows.zip.zip or ./bazel-bin/tensorflow/tools/pip_package/simple_console_for_windows.zip.ZIP. Requirement 'python/dist/*.whl' looks like a filename, but the file does not exist *.whl is not a valid wheel filename. Now you can remove tensorflow with rm -rf tensorflow I can install tensorboard manually as follows:

  1. Manually copy both tensorboard and tensorboard.runfiles under python/tensorboard (Can be added to the script).
  2. Run python setup.py install from python directory.
  3. After the package is installed, the python/tensorboard/src directory is not copied to the package installation. It must be manually copied.

So, I added the binary files explicitly for reference on github. If someone needs to verify the installation (without going the whole path).

ahmedezzat85 avatar Mar 30 '17 10:03 ahmedezzat85

@ahmedezzateasa Let me check the latest build_pip_package in TensorFlow.

zihaolucky avatar Mar 30 '17 11:03 zihaolucky