Not compatible with tensorflow 1.3?
See original GitHub issueAfter I installed tensorflow 1.3 ,tensorboard can be used in terminal But after I installed tensorboard-pytorch, it can not work:
Traceback (most recent call last):
File "/usr/local/bin/tensorboard", line 7, in <module>
from tensorboard.main import main
ImportError: No module named 'tensorboard.main'
Issue Analytics
- State:
- Created 6 years ago
- Comments:13 (7 by maintainers)
Top Results From Across the Web
Not possible to install tensorflow 1.3.0 - Stack Overflow
I think Tensorflow 2.0.0 is not backwards compatible. Thats why I wanted to install 1.3.0. However, I found out that there is a...
Read more >Tensorflow 1.3.0 no longer available · Issue #97 - GitHub
I'm having trouble with the install. When I do "pip install tensorflow==1.3.0", it comes back with an error saying the oldest version available...
Read more >Install TensorFlow with pip
This guide is for the latest stable version of TensorFlow. For the preview build (nightly), use the pip package named tf-nightly . Refer...
Read more >TensorFlow - Anaconda Documentation
GPU TensorFlow uses CUDA. On Windows and Linux only CUDA 10.0 is supported for the TensorFlow 2.0 release. Previous versions of TensorFlow support...
Read more >Installing TensorFlow on Windows · tfdocs - branyang
Installing with native pip ... If the following version of Python is not installed on your machine, install it now: ... TensorFlow only...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@nsknsl , @pnavarre I just uploaded https://pypi.python.org/pypi/tensorboardX
from tensorboardX import SummaryWriter
This one should be fine 😃
@Ascrypto I suggest not to use
sudo
to pip install or execute your python script.