Closed jonkaz closed 3 years ago
Hi @jonkaz, the reason you are observing this behavior on your deployment is because the maec
package is an optional dependency for stix
and its only required when parsing STIX that contains MAEC. I will incorporate a change in the elevator to make it required.
To immediately resolve your issue you can run: pip install maec
in your environment.
Hope this helps!
Also, you might need to check your stix
installation. The MIFR referenced in this issue is expressed in STIX 1.1.1, but you are using stix 1.2.0.11
based on the traceback - this version is meant for STIX 1.2.0 content. If you want to install the correct version for the content use pip install stix<1.2.0.0
When converting a MIFR report publicly posted on CISA.gov, I receive a stack trace and notifications that the maec module is missing.