-
Notifications
You must be signed in to change notification settings - Fork 114
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
cannot concatenate 'str' and 'int' objects #2
Comments
Did you install pydot? |
|
What distro? On Tue, Jul 7, 2015, 12:43 PM Tim Nowaczyk notifications@github.com wrote:
|
MacOS Yosemite. |
We're also experiencing this error on Ubuntu 14.10 (Server). |
You want pydot2.
|
I had this problem today testing on Windows. I noticed pip would only install pydot 1.0.2. You can force it to update to 1.0.28 with: This resolved the issue for me. However I am looking at moving to either pydot2 as blake mentioned or something else as pydot appears to no longer be under development. Also I added |
If you do transition to pydot2 be sure to reference this StackOverflow submission. It looks like some files are omitted when upgrading/installing pydot2 because it expects some source code in pydot1 to already exist. If you don't add this into the README then a lot of users will experience said issues. |
The text was updated successfully, but these errors were encountered: