-
Notifications
You must be signed in to change notification settings - Fork 11
Description
Hi, I'm investigating renview to see if it can help in my research work. Unfortunately, it looks like it remains stuck somewhere after the creation of the result directory (see the message below obtained after a Crtl C). I tried several things without any success. Let me add that I tested graphiz with small examples from its manual and they worked fine.
So if if someone can help, I ll be grateful.
message (unbuntu 20.04): File "run.py", line 64, in
run(**default_kwargs)
File "run.py", line 20, in run
gg.generate_visualizations()
File "/home/hc/.local/lib/python3.8/site-packages/renview/GraphGenerator/init.py", line 662, in generate_visualizations
check_call(['dot', '-Tsvg', f.name, '-o', filename_svg], shell=True)
File "/usr/lib/python3.8/subprocess.py", line 359, in check_call
retcode = call(*popenargs, **kwargs)
File "/usr/lib/python3.8/subprocess.py", line 342, in call
return p.wait(timeout=timeout)
File "/usr/lib/python3.8/subprocess.py", line 1079, in wait
return self._wait(timeout=timeout)
File "/usr/lib/python3.8/subprocess.py", line 1804, in _wait
(pid, sts) = self._try_wait(0)
File "/usr/lib/python3.8/subprocess.py", line 1762, in _try_wait
(pid, sts) = os.waitpid(self.pid, wait_flags)
KeyboardInterrupt