You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ModuleNotFoundError: No module named 'msgraph'
Traceback (most recent call last):
File "/usr/local/bin/parsedmarc", line 5, in <module>
from parsedmarc.cli import _main
File "/usr/local/lib/python3.9/site-packages/parsedmarc/__init__.py", line 31, in <module>
from parsedmarc.mail import MailboxConnection
File "/usr/local/lib/python3.9/site-packages/parsedmarc/mail/__init__.py", line 2, in <module>
from parsedmarc.mail.graph import MSGraphConnection
File "/usr/local/lib/python3.9/site-packages/parsedmarc/mail/graph.py", line 10, in <module>
from msgraph.core import GraphClient
ModuleNotFoundError: No module named 'msgraph'``
9f4c981247a7 d715d60fffa8 "parsedmarc -c /pars…" 58 minutes ago Restarting (1) 44 seconds ago dmarc_parsedmarc
ed59739f918d docker.elastic.co/elasticsearch/elasticsearch:7.17.5 "/bin/tini -- /usr/l…" 58 minutes ago Up 54 minutes 9200/tcp, 9300/tcp dmarc_elasticsearch
90bfc2b8a257 7ba0f5152237 "/run.sh" About an hour ago Up About an hour 0.0.0.0:3000->3000/tcp, :::3000->3000/tcp dmarc_grafana
Error
got this error even changed the
docker ps | grep dmarc
docker-compose file
parsedmarc/Dockerfile
The text was updated successfully, but these errors were encountered: