tensorboard
tensorboard copied to clipboard
Call for PyPI (pip) installation pre-release Test
Hi TensorBoard fans,
The PyPI TensorBoard is available in both macos and linux varients.
Just try
pip install tensorboard
We now support scalar, histogram and image and we're working on more types and even embedding later.
tensorboard-distro repo for PyPI version.
@piiswrong @kernel8liang @austingg @luoyetx could you please try this and give me some feedback? Thank you!
@zihaolucky Many thanks to the package. I test the package (install by pip) on CentOS7 and Ubuntu16.04 with Python2.7. It's pretty good. I also run the scripts under tests/python. They works fine. I take some images from tensorboard with logdir is experiment. I suppose the result is correct.
SCALARS

IMAGES

DISTRIBUTIONS

HISTOGRAMS

Thank you for your feedback! @luoyetx
Is there any plans to add windows support?
@ahmedezzateasa thanks for your feedback, I'm not familiar with this, is it possible to build PyPI installer in windows? @piiswrong @szha
@ahmedezzateasa BTW, have you try the installer.sh script? Does it work?
@zihaolucky Thanks for your fast response. I am not expert at building python packages for PyPI. I am asking if there will be a python wheel for windows in the future (besides mac and linux)? I am using mxnet on windows and I would like to use tensorboard with it (if it would be possible). Previously, I tried building from source, but I stucked at bazel building for tensorboard (on windows) and I gave up.
on Windows, anaconda is usually used for installing python packages.
@austingg I am actually using anaconda. But, when a package is not found in conda, pip install works.
@ahmedezzateasa If the installer script works in windows, I think it might be possible to make a PyPI for windows. So I encourage you to fix the bazel issue and I'd love to help you, though I'm not a windows user.
@zihaolucky OK. Thanks.
@ahmedezzateasa I guess the tensorflow/tensorboard works in windows, so technically the standalone version we provide could work. But I haven't tested the script in windows yet.
pip install tensorboard does not work for me on Mac OS
pip install tensorboard Collecting tensorboard Could not find a version that satisfies the requirement tensorboard (from versions: ) No matching distribution found for tensorboard
@an-kumar please tell me the version of your os, xcode and python.
uname -a: Darwin 14.0.0 Darwin Kernel Version 14.0.0: Fri Sep 19 00:26:44 PDT 2014; root:xnu-2782.1.97~2/RELEASE_X86_64 x86_64
xcodebuild -version: Xcode 6.4 Build version 6E35b
python version: 2.7.11
also tried with python version: 3.6
@an-kumar Currently there are only versions for OSX10.11-10.12
I am having issues. Please see my comment on your PR.
i have successfully installed tensorboard, but when i run tensorboard.py.
:python tensorflow/tensorflow/tensorboard/tensorboard.py --logdir=path/to/log-directory
Traceback (most recent call last):
File "tensorflow/tensorflow/tensorboard/tensorboard.py", line 36, in
when can i install on windows machine ?
Dear TensorBoard fans,
We're currently working with a member of the TensorBoard dev team, try to make this project more robust and maintainable, also trying to push the direction to a pure standalone tool. It might take some time.
"pip install tensorboard" dosn't work for me ? ubuntu 14.04 and python2.7
Downloading/unpacking tensorboard Could not find any downloads that satisfy the requirement tensorboard Cleaning up... No distributions at all found for tensorboard