question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Not compatible with tensorflow 1.3?

See original GitHub issue

After 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:closed
  • Created 6 years ago
  • Comments:13 (7 by maintainers)

github_iconTop GitHub Comments

3reactions
lanpacommented, Aug 23, 2017

@nsknsl , @pnavarre I just uploaded https://pypi.python.org/pypi/tensorboardX

from tensorboardX import SummaryWriter

This one should be fine 😃

0reactions
lanpacommented, Dec 4, 2021

@Ascrypto I suggest not to use sudo to pip install or execute your python script.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found