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.

hack / fix for dealing with graphviz .bat issue where space is in path

See original GitHub issue

Find dot.bat file in env. E.g. at "C:\Users\Ryan S\.conda\envs\week3\Library\bin\dot.bat"

And edit it. The original file will contain

%~dp0.\graphviz\dot.exe %* 

Add quotes as so:

"%~dp0.\graphviz\dot.exe" %* 

and save - this should fix it

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
rsoklcommented, Sep 10, 2020

Awesome 😃 Hope you enjoy mygrad!

0reactions
rsoklcommented, Sep 12, 2020

(reopening because this is useful to reference)

Read more comments on GitHub >

github_iconTop Results From Across the Web

graphviz.backend.CalledProcessError: Command '['dot.bat ...
Graphviz executable not found due to space in path (returncode 1, ... hack / fix for dealing with graphviz .bat issue where space...
Read more >
GraphViz not working when imported inside PydotPlus ...
This is a dirty little hack, but there are some certain advantages: PATH changes are in effect locally and until os module is...
Read more >
Distorted path in some paths - Graphviz
When I added some paths the paths are distorted. How to modify this problem. I am thinking to reduce the paths between “Unhealthy...
Read more >
Why is pydot unable to find GraphViz's executables in ...
The problem is that the path to GraphViz was not found by the pydot module as shown in the traceback: 'GraphViz\'s executables not...
Read more >
Scheduled task won't run .bat file - TechNet - Microsoft
BAT file, but that doesn't solve the problem. ... I had spaces in my path, so put quotes round it, and the task...
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