matamorphosis / Scrummage

A Holistic OSINT and Threat Hunting Platform
GNU General Public License v3.0
502 stars 81 forks source link

Missing module 'xmltodict' #59

Closed animation101 closed 1 year ago

animation101 commented 1 year ago

Module xmltodict is missing from the venv from the Yandex plugin

error in logs: Plugin Verifier - No module named 'xmltodict'.

Proposed solution: pip3 install --target=/Scrummage/.venv/lib/python3.9/site-packages xmltodict --upgrade

matamorphosis commented 1 year ago

Thanks @animation101,

I have added the missing package; however, as the platform uses Poetry to manage packages, I had to use a different solution: poetry add xmltodict, which you should also follow if experimenting on a local instance.