Skip to content
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

Couldn't import dot_parser on Python 3.6.4 #166

Closed
huyvohcmc opened this issue Jan 8, 2018 · 1 comment
Closed

Couldn't import dot_parser on Python 3.6.4 #166

huyvohcmc opened this issue Jan 8, 2018 · 1 comment
Labels

Comments

@huyvohcmc
Copy link

>>> import pydot
Couldn't import dot_parser, loading of dot files will not be possible.
>>> 

pip3 freeze | egrep 'pydot|pyparsing'
pydot2==1.0.33
pyparsing==2.2.0

I'm using Python 3.6.4 on a Mac:

screen shot 2018-01-08 at 7 32 25 pm

@johnyf
Copy link
Contributor

johnyf commented Jan 8, 2018

pydot2 is installed, not pydot. To install pydot:

pip uninstall pydot2
pip install pydot

With pydot >= 1.2.5 installed via pip, I wouldn't expect any issues with dot_parser (because a suitable version of pyparsing would be installed too.

@johnyf johnyf added the question label Jan 9, 2018
@johnyf johnyf closed this as completed Jan 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants