We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, I just try to build TF-COMB and hitting an error during import tfcomb about not existing package graphviz - it seems in here: https://github.com/loosolab/TF-COMB/blob/4678b17b87833cfb7b38d5513f2fbf8cf35dc401/tfcomb/plotting.py#L10C1-L10C16 probably should be import gv as it has this shortcut for import: https://graphviz.org/pdf/gv.3python.pdf
import tfcomb
graphviz
import gv
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I just try to build TF-COMB and hitting an error during
import tfcomb
about not existing packagegraphviz
- it seems in here: https://github.com/loosolab/TF-COMB/blob/4678b17b87833cfb7b38d5513f2fbf8cf35dc401/tfcomb/plotting.py#L10C1-L10C16probably should be
import gv
as it has this shortcut for import: https://graphviz.org/pdf/gv.3python.pdfThe text was updated successfully, but these errors were encountered: