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.

tensorflow 1.8.0 has requirement tensorboard<1.9.0,>=1.8.0, but you'll have tensorboard 1.6.0 which is incompatible.

See original GitHub issue

trying to instal the following comand:

sudo -H pip install --upgrade tensorflow tensorflow-tensorboard

and i got this error:

tensorflow 1.8.0 has requirement tensorboard<1.9.0,>=1.8.0, but you’ll have tensorboard 1.6.0 which is incompatible.

also whatever i do i dont know why i still cannot import tensorboard_logger

python -c "import tensorboard_logger"Traceback (most recent call last): File "<string>", line 1, in <module> ImportError: No module named tensorboard_logger any help?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:17

github_iconTop GitHub Comments

20reactions
nfeltcommented, Jun 15, 2018

The tensorboard pip package is now just tensorboard, you should pip uninstall tensorflow-tensorboard and then pip install --upgrade tensorflow by itself (which will automatically install the correct version of tensorboard).

2reactions
nfeltcommented, Aug 3, 2018

@wxprofessor It looks like your pip install tensorflow command is saying that you also have tensorflow-gpu installed - you want to only have one of the two installed at a time. Can you try uninstalling all the tensor* packages and then reinstalling? Or even better, get a fresh conda environment and try just installing tensorflow-gpu?

Read more comments on GitHub >

github_iconTop Results From Across the Web

No results found

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