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

failed to import pydot #8

Open
sk1306 opened this issue Sep 25, 2018 · 2 comments
Open

failed to import pydot #8

sk1306 opened this issue Sep 25, 2018 · 2 comments

Comments

@sk1306
Copy link

sk1306 commented Sep 25, 2018

When I run rnn = RNNDisaggregator() , I get the error: ImportError: Failed to import pydot. Please install pydot. For example with pip install pydot. Pydot is already installed in my python.

@marcus-voss
Copy link

I had to downgrade to an older version of pydot, e.g. in my conda environment:
conda install -c anaconda pydot==1.2.3

@OdysseasKr
Copy link
Owner

To everybody that sees this afterwards: If you are using Anaconda, install pydot using conda and not pip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants