update comment field for dcim_device #455

Closed
opened 2025-12-29 16:22:20 +01:00 by adam · 2 comments
Owner

Originally created by @nielipin on GitHub (Sep 28, 2016).

I've got the following exception after updating device comment:

type 'exceptions.ImportError'>

Failed loading extension 'mdx_gfm' from 'mdx_gfm', 'markdown.extensions.mdx_gfm' or 'mdx_mdx_gfm'

Any idea why ?

Originally created by @nielipin on GitHub (Sep 28, 2016). I've got the following exception after updating device comment: > type 'exceptions.ImportError'> > > Failed loading extension 'mdx_gfm' from 'mdx_gfm', 'markdown.extensions.mdx_gfm' or 'mdx_mdx_gfm' Any idea why ?
adam closed this issue 2025-12-29 16:22:20 +01:00
Author
Owner

@jeremystretch commented on GitHub (Sep 28, 2016):

Looks like you're missing py-gfm. You can run pip install -r requirements.txt from the root NetBox directory to install it and any other missing dependencies.

I'm going to close out this issue, but please post to the mailing list if you need further assistance.

@jeremystretch commented on GitHub (Sep 28, 2016): Looks like you're missing `py-gfm`. You can run `pip install -r requirements.txt` from the root NetBox directory to install it and any other missing dependencies. I'm going to close out this issue, but please post to the [mailing list](https://groups.google.com/forum/#!forum/netbox-discuss) if you need further assistance.
Author
Owner

@nielipin commented on GitHub (Sep 28, 2016):

Yes, that's it!
Perfect, thanks

@nielipin commented on GitHub (Sep 28, 2016): Yes, that's it! Perfect, thanks
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#455