sprin / markdown-inline-graphviz

Render inline graphs with Markdown and Graphviz
MIT License
34 stars 22 forks source link

Error: Failed loading extension #6

Closed ebdavison closed 5 years ago

ebdavison commented 5 years ago

I have installed mkdocs, inline_graphviz and graphviz. One of my systems works properly and generates the inline SVG. However, on two other systems with same installed packages, I get the following error:

$ mkdocs build
ERROR   -  Config value: 'markdown_extensions'. Error: Failed loading extension "inline_graphviz".

Aborted with 1 Configuration Errors!

Here is the mkdocs.yml file:

markdown_extensions:
    - inline_graphviz
site_name: relay01
nav:
    - Home: index.md
    - Files: files.md
yexingok commented 5 years ago

Hi @ebdavison

Have you solve the issue?

I use virtualenv to create a new python environment and have exactly the same issue,

colinli commented 5 years ago

The same issue and seems not fixed yet. MKdocs 1.0.4 and Python 2.7

colinli commented 5 years ago

This works for me:

markdown_extensions:
  - mdx_inline_graphviz
yexingok commented 5 years ago

@colinli thanks - this works for me as well :+1:

ebdavison commented 5 years ago

I will check this out.

ebdavison commented 5 years ago

seems to work for me as well. thanks