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.

Cannot find Graphviz installed by conda on Windows

See original GitHub issue

I am trying your lib with graphviz installed via conda: conda install graphviz

It works on Linux and MacOs but not Windows because GraphvizCmdLineEngine cannot find the dot executable. On my tests graphviz work in cmd with just dot because conda put a dot.bat file somewhere in the path that redirect to ./graphviz/dot.exe

I think it is ignored by CommandRunner.which

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
fabienceliercommented, Apr 27, 2020

It now works with graphviz installed via conda on windows, thank you !

1reaction
nidi3commented, Apr 26, 2020

version 0.16.0 is here.

Read more comments on GitHub >

github_iconTop Results From Across the Web

anaconda - graphviz - can't import after installation
The graphviz conda package is no Python package. It simply puts the graphviz files into your virtual env's Library/ directory.
Read more >
graphviz causing erorrs when installed · Issue #1851 - GitHub
I tried installing graphviz v2.38 by running conda install graphviz. The installation causes error when trying to launch Qtconsole and that ...
Read more >
Python Graphviz - :: Anaconda.org
Description. This package facilitates the creation and rendering of graph descriptions in the DOT language of the Graphviz graph drawing software from Python....
Read more >
How to Install Graphviz on Windows - iotespresso.com
How to Install Graphviz on Windows · Go to the downloads page of Graphviz, and download the executable for Windows (depending on your...
Read more >
Install — PyGraphviz 1.10 documentation
If you've installed Graphviz and pip is unable to find Graphviz, then you need to provide pip with the path(s) where it can...
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