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
Just run the misp_stix_converter.py after installing the tool
Version
Latest from this repo
Python version
3.10
Relevant log output
ImportError Traceback (most recent call last)
d:\github\misp-stix\misp_stix_converter\misp_stix_converter.py in line 8
[6](file:///d%3A/github/misp-stix/misp_stix_converter/misp_stix_converter.py?line=5) import re
[7](file:///d%3A/github/misp-stix/misp_stix_converter/misp_stix_converter.py?line=6) import sys
----> [8](file:///d%3A/github/misp-stix/misp_stix_converter/misp_stix_converter.py?line=7) from .misp2stix.framing import stix1_attributes_framing, stix1_framing
[9](file:///d%3A/github/misp-stix/misp_stix_converter/misp_stix_converter.py?line=8) from .misp2stix.misp_to_stix1 import MISPtoSTIX1AttributesParser, MISPtoSTIX1EventsParser
[10](file:///d%3A/github/misp-stix/misp_stix_converter/misp_stix_converter.py?line=9) from .misp2stix.misp_to_stix20 import MISPtoSTIX20Parser
**ImportError: attempted relative import with no known parent package**
Extra attachments
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
MISP-STIX usage
CLI
Expected behavior
To convert the misp json to stix format
Actual behavior
It does not run at all
Steps to reproduce
Just run the misp_stix_converter.py after installing the tool
Version
Latest from this repo
Python version
3.10
Relevant log output
Extra attachments
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: