tensorboard icon indicating copy to clipboard operation
tensorboard copied to clipboard

Call for PyPI (pip) installation pre-release Test

Open zihaolucky opened this issue 8 years ago • 19 comments

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 avatar Mar 02 '17 13:03 zihaolucky

@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 scalar

IMAGES images

DISTRIBUTIONS dist

HISTOGRAMS hist

luoyetx avatar Mar 03 '17 03:03 luoyetx

Thank you for your feedback! @luoyetx

zihaolucky avatar Mar 03 '17 03:03 zihaolucky

Is there any plans to add windows support?

ahmedezzat85 avatar Mar 06 '17 11:03 ahmedezzat85

@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 avatar Mar 06 '17 12:03 zihaolucky

@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.

ahmedezzat85 avatar Mar 06 '17 13:03 ahmedezzat85

on Windows, anaconda is usually used for installing python packages.

austingg avatar Mar 06 '17 13:03 austingg

@austingg I am actually using anaconda. But, when a package is not found in conda, pip install works.

ahmedezzat85 avatar Mar 06 '17 13:03 ahmedezzat85

@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 avatar Mar 06 '17 13:03 zihaolucky

@zihaolucky OK. Thanks.

ahmedezzat85 avatar Mar 06 '17 13:03 ahmedezzat85

@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.

zihaolucky avatar Mar 06 '17 13:03 zihaolucky

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 avatar Mar 11 '17 04:03 an-kumar

@an-kumar please tell me the version of your os, xcode and python.

zihaolucky avatar Mar 11 '17 05:03 zihaolucky

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 avatar Mar 11 '17 20:03 an-kumar

@an-kumar Currently there are only versions for OSX10.11-10.12

szha avatar Mar 11 '17 20:03 szha

I am having issues. Please see my comment on your PR.

jmerkow avatar Mar 27 '17 23:03 jmerkow

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 from tensorflow.tensorboard.plugins.text import text_plugin ImportError: No module named text no text module? can you help me to get it?

ShuLongShiWo avatar May 31 '17 09:05 ShuLongShiWo

when can i install on windows machine ?

kingson999 avatar Jun 05 '17 06:06 kingson999

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.

zihaolucky avatar Jun 05 '17 06:06 zihaolucky

"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

my777777 avatar Jun 28 '17 09:06 my777777