-
Notifications
You must be signed in to change notification settings - Fork 172
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when executing tm.py #37
Comments
@sushi2k This looks like an error in graphviz package Sven. Can you try reinstalling graphviz with the following command and let me know if it works?
Reference: y13i/sgviz#10 |
Thanks. But when executing this I only got an error (same happens with "install", I also removed it and tried to reinstall again, I executed brew update and also brew cleanup) $ brew reinstall graphviz --with-pango
Usage: brew reinstall [options] formula
Uninstall and then install formula (with existing and any appended install
options).
Unless HOMEBREW_NO_INSTALL_CLEANUP is set, brew cleanup will be run for the
reinstalled formulae or, every 30 days, for all formulae.
-d, --debug If brewing fails, open an interactive
debugging session with access to IRB or a
shell inside the temporary build directory
-s, --build-from-source Compile formula from source even if a
bottle is available.
--force-bottle Install from a bottle if it exists for the
current or newest version of macOS, even if
it would not normally be used for
installation.
--keep-tmp Don't delete the temporary files created
during installation.
-f, --force Install without checking for previously
installed keg-only or non-migrated
versions.
-v, --verbose Print the verification and postinstall
steps.
--display-times Print install times for each formula at the
end of the run.
-h, --help Show this message.
Error: invalid option: --with-pango I was installing now pango and librsvg also via brew but no change.
Seems --with-pango is no longer supported in the formula of graphviz. BurntSushi/erd#48 Any idea how to get it work? |
hmm, I don't have a Mac to test what you're seeing unfortunately. @izar how did you install Graphviz on your machine? |
Are you using Quartz? I am running on 10.14.4 too, no Quartz. graphviz: stable 2.40.1 (bottled), HEAD |
So I had Xquartz installed and removed it as described here: https://gist.github.com/pwnsdx/d127873e24cef159d4d603accaf37ee4 I reinstalled now graphviz via brew but still same error. I can also not install it with the flags as mentioned by you, as I just get an error as they are not part of the formula anymore (see also BurntSushi/erd#48)
|
I'm sorry, but that's the extent of my knowledge regarding graphviz installation on a Mac. Did you try installing with no flags, just play brew install graphviz ? |
yes, that's the only way how I can install it, but then I am getting this error
|
Yep - sorry, but it appears to be a graphviz problem. Not sure what to tell you here. |
Thanks for your help. Once i figure it out, I will share it here |
@sushi2k @shambho This fixed it for me: |
Awesome. Thanks @anshumanbh that worked :-) |
Hi all,
thanks for sharing this nice tool. I just wanted to explore the sample but getting an error
I installed graphviz via brew, using macOS 10.14 and Python 3.7.3.
The text was updated successfully, but these errors were encountered: