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.

Error when View in TensorBoard clicked in Guild View

See original GitHub issue

Copied from #5:

`/anaconda3/lib/python3.6/site-packages/h5py/init.py:36: FutureWarning: Conversion of the second argument of issubdtype from float to np.floating is deprecated. In future, it will be treated as np.float64 == np.dtype(float).type.
from ._conv import register_converters as _register_converters
Traceback (most recent call last):
File "/anaconda3/lib/python3.6/site-packages/guild/commands/tensorboard_impl.py", line 106, in _load_guild_tensorboard_module
from guild import tensorboard
File "/anaconda3/lib/python3.6/site-packages/guild/tensorboard.py", line 51, in 
from tensorboard.plugins.audio import audio_plugin
File "/Users/bdorsey/.local/lib/python3.6/site-packages/tensorboard/plugins/audio/audio_plugin.py", line 27, in 
from tensorboard import plugin_util
File "/Users/bdorsey/.local/lib/python3.6/site-packages/tensorboard/plugin_util.py", line 24, in 
import markdown
ModuleNotFoundError: No module named 'markdown'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/anaconda3/lib/python3.6/site-packages/guild/scripts/guild", line 30, in 
main()
File "/anaconda3/lib/python3.6/site-packages/guild/scripts/guild", line 23, in main
guild.main_bootstrap.main()
File "/anaconda3/lib/python3.6/site-packages/guild/main_bootstrap.py", line 44, in main
guild.main.main()
File "/anaconda3/lib/python3.6/site-packages/guild/main.py", line 30, in main
_main()
File "/anaconda3/lib/python3.6/site-packages/guild/main.py", line 36, in _main
guild.commands.main.main(standalone_mode=False)
File "/anaconda3/lib/python3.6/site-packages/guild/external/click/core.py", line 731, in call
return self.main(*args, **kwargs)
File "/anaconda3/lib/python3.6/site-packages/guild/external/click/core.py", line 706, in main
rv = self.invoke(ctx)
File "/anaconda3/lib/python3.6/site-packages/guild/external/click/core.py", line 1080, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "/anaconda3/lib/python3.6/site-packages/guild/external/click/core.py", line 907, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/anaconda3/lib/python3.6/site-packages/guild/external/click/core.py", line 544, in invoke
return callback(args, **kwargs)
File "/anaconda3/lib/python3.6/site-packages/guild/click_util.py", line 140, in fn
return fn0((args + (Args(kw),)))
File "/anaconda3/lib/python3.6/site-packages/guild/commands/tensorboard.py", line 74, in tensorboard
tensorboard_impl.main(args)
File "/anaconda3/lib/python3.6/site-packages/guild/commands/tensorboard_impl.py", line 86, in main
tensorboard = _load_guild_tensorboard_module()
File "/anaconda3/lib/python3.6/site-packages/guild/commands/tensorboard_impl.py", line 108, in _load_guild_tensorboard_module
_handle_tensorboard_import_error(e)
File "/anaconda3/lib/python3.6/site-packages/guild/commands/tensorboard_impl.py", line 113, in _handle_tensorboard_import_error
if e.message == 'No module named tensorflow':
AttributeError: 'ModuleNotFoundError' object has no attribute 'message'`

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:19 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
gar1tcommented, Mar 14, 2018

Also, to get around the startup problem, you can run:

guild view --host localhost

This should at least open Guild View, where you can test the View in TensorBoard link.

0reactions
gar1tcommented, Mar 22, 2018

@BrentDorsey, @cfregly could you please install 0.3.1.dev6 or later:

pip install guildai --pre --upgrade

I expect this release will resolve the two problems raised in this issue:

  • Incorrect interface binding and hostname used for View (host not found when running View)
  • Errors generated when viewing issues in TensorBoard

Let me know if you are still seeing problems. I’ll keep this open until I hear back. Thanks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error when View in TensorBoard clicked in Guild View · Issue #9
After executing pip install guildai --pre --upgrade and re-initializing guild view no longer opens and returns This site can't be reached. .
Read more >
Cannot open Tensorboard with Guild - unhashable type 'Dict'
I have successfully created a queue, staged runs and completed them. I can run 'guild view' or 'tensorboard' standalone and see the logs....
Read more >
Deep Dive Into TensorBoard: Tutorial With Examples
The Parallel Coordinates View shows every run as a line moving through an axis for each of the hyperparameters and accuracy metric. Clicking...
Read more >
Tensorboard Error: No dashboards are active for current data set
No dashboards are active for the current data set. Probable causes: - You haven't written any data to your event files. - TensorBoard...
Read more >
Getting started with TensorBoard - Medium
Next, let's see how to install it on UNIX. UNIX MacOS. Installing TensorBoard on MacOS requires python being installed on the system. And...
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