We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Trying to plot an exec graph, this error showed up: ImportError: pydot could not be loaded: http://code.google.com/p/pydot/
ImportError: pydot could not be loaded: http://code.google.com/p/pydot/
I found pydot2: https://pypi.python.org/pypi/pydot2/1.0.33 Maybe nipype could be moved to use it? I will check if this works.
The text was updated successfully, but these errors were encountered:
Yes, it worked without any changes. pip install pydot2 and it worked the same.
pip install pydot2
Sorry, something went wrong.
Maybe a change in the error message would be helpful?
Sorry, the error message comes from networkx.
networkx
No branches or pull requests
Trying to plot an exec graph, this error showed up:
ImportError: pydot could not be loaded: http://code.google.com/p/pydot/
I found pydot2: https://pypi.python.org/pypi/pydot2/1.0.33
Maybe nipype could be moved to use it? I will check if this works.
The text was updated successfully, but these errors were encountered: