-
Notifications
You must be signed in to change notification settings - Fork 60
Error from pip install #53
Comments
Seems we have some problems with Python3.6, there're some issues about this. Did you try another Python version? |
Unfortunately, this anaconda is my only option as I'm on a department cluster. I also tried building from source, but since they have already changed the tensorflow repo that does not work either. Do you know which is the last working tag/commit from tensorflow for which I can build tensorboard with? |
@botev I have fixed the backend and the install script. https://github.com/dmlc/tensorboard/blob/master/installer.sh#L9 |
Hmm, is there anything specific that I need to change during installation. When I run the build script after bazel I get:
and there does not seem to be an wheels in |
Could you tell me how to reproduce this? I will look into this. |
So I just cloned the repo. Than did this and the output is:
Where are the wheels suppose to be at the end of the bazel build? |
Did the bazel build success? Let me try this in my env. |
I think so because |
I failed to reproduce this in Python2.7, let me try in Python3.6 later. |
Sure if you need some more info let me know, just note that my python 3.6 is actually under anaconda. That should not matter, but I have experienced cases where it does. |
Hi, so recently trying to install from
pip install
when I try running tensorboard from the command line I get:Which version of numpy is used in the pypi package for tensorboard?
The text was updated successfully, but these errors were encountered: