-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multiple errors occur when building tensorboard from source. #5157
Comments
The second missing file input is because you remove the
|
To add to the above comment, building TensorBoard from sources in windows is not well supported. TensorBoard pip package is supported in Windows at our "best effort". Not all features work on Windows (e.g. rustboard data server) and we try to fix any raised issues case by case when something is broken and reported. Close this issue. Feel free to reopen if you have more questions. |
Hi, 1) 2)I tried to run the
Please advise. |
I tried building in Ubuntu(Ubuntu 18.04.5) using Windows Subsystem For Linux(WSL) . But received a similar error
|
Hi @japie1235813 @arghyaganguly . Can you please reopen the issue. Thanks |
We can re-open the issue, but can't provide much further assistance here since the windows build for TensorBoard has never been officially supported (including WSL). Also, while I'm glad you're excited about the projector visualization, we also don't explicitly support the standalone mode - you're welcome to try to get it working but I would not suggest relying on it long term. As for the error message you provided, there is a missing slash, it might be something to do with how Windows (or WSL) compose the filepath. |
Hi @japie1235813 , Thank you for looking into the issue. I was able to build successfully in Ubuntu 20.04.2.0. Projector visualization is a very cool feature. I have an ER, will it be possible to allow the user to see their 3-Dimensional data without applying any dimensionality reduction techniques. This will allow the user to experiment with other techniques than the offered ones. I will close the issue. Thank you for the support. |
Yes, we have a longstanding feature request for this: #1192 (and also somewhat #1204) I agree it would be useful, but we haven't had bandwidth to look into this area. |
Hi All,
I am trying to build tensorboard from source(https://github.com/tensorflow/tensorboard.git) with steps as mentioned in https://github.com/tensorflow/tensorboard using bazel(bazel 3.7.2) in Windows 10. But I am facing multiple issues.
->bazel build tensorboard:tensorboard
"/logo/favicon.png': No such file or directory". To fix this issue, I removed the following entry causing the issue from tensorboard/tensorboard/webapp/BUILD file
After cleaning(>bazel clean --expunge) I ran the build again. This time new issue occurred.
Error suggests another missing file.
I tried using old versions of source code, but faced multiple issues including Circular dependencies. Please advise how to resolve the issues.
The text was updated successfully, but these errors were encountered: