-
Notifications
You must be signed in to change notification settings - Fork 41
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
AttributeError: 'int' object has no attribute 'isdigit' #14
Comments
What version of docker are you running? It's possible that there has been an api change such that integers are now delivered as numeric values rather than strings. I'll take a look. |
The latest stable docker-ce.
|
This issue still persists on armhf
|
How can the version of docker affect that? The error is clear that the variable at the needed line is not a |
If we look at the problem, we will see that the python version is
This can be fixed by using |
I've got this error while trying to run example from README:
Used version (installed via pip):
The text was updated successfully, but these errors were encountered: