-
Notifications
You must be signed in to change notification settings - Fork 165
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
Docker: ImportError: cannot import name 'Iterable' from 'collections' #29
Comments
facing samilar issue using Docker compose
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
The docker image exits instantly. Logs show this error message when trying to run the mha:latest image on docker version 20.10.10, build b485636
docker logs 94edf9098de3
Traceback (most recent call last):
File "/usr/src/mha/server.py", line 12, in
import pygal
File "/usr/local/lib/python3.10/site-packages/pygal/init.py", line 33, in
from pygal.graph.bar import Bar
File "/usr/local/lib/python3.10/site-packages/pygal/graph/bar.py", line 27, in
from pygal.graph.graph import Graph
File "/usr/local/lib/python3.10/site-packages/pygal/graph/graph.py", line 26, in
from pygal._compat import is_list_like, is_str, to_str
File "/usr/local/lib/python3.10/site-packages/pygal/_compat.py", line 23, in
from collections import Iterable
ImportError: cannot import name 'Iterable' from 'collections' (/usr/local/lib/python3.10/collections/init.py)
The text was updated successfully, but these errors were encountered: