Add Windows Support to tensorboard
Is the binary and runfiles necessary? I think these should be generated and handled in installer_windows.sh
@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:
- Manually copy both tensorboard and tensorboard.runfiles under python/tensorboard (Can be added to the script).
- Run
python setup.py installfrom python directory. - After the package is installed, the
python/tensorboard/srcdirectory 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).
@ahmedezzateasa Let me check the latest build_pip_package in TensorFlow.