Skip to content
This repository has been archived by the owner on Mar 25, 2020. It is now read-only.

Call for PyPI (pip) installation pre-release Test #19

Open
zihaolucky opened this issue Mar 2, 2017 · 19 comments
Open

Call for PyPI (pip) installation pre-release Test #19

zihaolucky opened this issue Mar 2, 2017 · 19 comments

Comments

@zihaolucky
Copy link
Member

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!

@luoyetx
Copy link

luoyetx commented Mar 3, 2017

@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

@zihaolucky
Copy link
Member Author

Thank you for your feedback! @luoyetx

@ahmedezzat85
Copy link

Is there any plans to add windows support?

@zihaolucky
Copy link
Member Author

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

@ahmedezzat85
Copy link

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

@austingg
Copy link

austingg commented Mar 6, 2017

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

@ahmedezzat85
Copy link

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

@zihaolucky
Copy link
Member Author

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

@ahmedezzat85
Copy link

@zihaolucky OK.
Thanks.

@zihaolucky
Copy link
Member Author

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

@an-kumar
Copy link

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

@zihaolucky
Copy link
Member Author

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

@an-kumar
Copy link

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

@szha
Copy link
Member

szha commented Mar 11, 2017

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

@jmerkow
Copy link

jmerkow commented Mar 27, 2017

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

@ShuLongShiWo
Copy link

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?

@kingson999
Copy link

when can i install on windows machine ?

@zihaolucky
Copy link
Member Author

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.

@my777777
Copy link

"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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants