MISP / misp-stix

MISP-STIX-Converter - Python library to handle the conversion between MISP and STIX formats
https://misp.github.io/misp-stix/
BSD 2-Clause "Simplified" License
49 stars 20 forks source link

Support: install misp-lib-stix2 and pytz 2019.3 #30

Open Soldier2003 opened 1 year ago

Soldier2003 commented 1 year ago

Support Questions

If you use the MISP installation script https://raw.githubusercontent.com/MISP/MISP/2.4/INSTALL/INSTALL .sh and misp modules then there is a conflict: misp-lib-stix2 3.0.1.1 has requirement pytz<2023.0.0,>=2022.2.1, but you'll have pytz 2019.3 which is incompatible

But if you install pytz 2019.3 then: apiosintds 1.8.3 has requirement pytz==2019.3, but you'll have pytz 2022.6 which is incompatible.

How can both products be used (apiosintds and misp-lib-stix2)?

MISP version

2.4

Python version

3.8.10

Relevant log output

No response

Extra attachments

No response

Code of Conduct

skalvaro commented 1 year ago

This seems still to be the case with MISP v2.4.167 (https://github.com/MISP/MISP/commit/faa1fc5300fc8e1e6e98c72112801625e583a3fb) and misp-modules with tag v2.4.165 (https://github.com/MISP/misp-modules/commit/b7bd679b1c5e0fe97a2d5b58971bbd60428cf1ea).