Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error: cybox 2.1.0.12 is installed but cybox<2.1.1.0,>=2.1.0.13.dev1 is required by set(['stix']) #23

Closed
trismegistusX opened this issue Oct 24, 2017 · 3 comments

Comments

@trismegistusX
Copy link

At finishing stages of installing MISP-TAXII-Server, error message appears stating not supported cybox version for MISP with reequired for MISP-TAXII:

Installed /usr/local/lib/python2.7/dist-packages/misp_taxii_hooks-0.2-py2.7.egg
Processing dependencies for misp-taxii-hooks==0.2
error: cybox 2.1.0.12 is installed but cybox<2.1.1.0,>=2.1.0.13.dev1 is required by set(['stix'])

Is this specific to python2.7 only or python3 too?
Can Cybox be upgraded without impacting MISP as a required version to run?

@FloatingGhost
Copy link
Member

How many times do I need to write these words?

STOP.

USING.

PYTHON.

It works if you use a version of python that isn't 17 years old

@iglocska
Copy link
Member

iglocska commented Oct 24, 2017

@FloatingGhost, I have a feeling you don't like Python 2 ;)

But indeed, MISP-STIX is STIX 1.2, which is Python3.

@trismegistusX
Copy link
Author

trismegistusX commented Oct 24, 2017

Installed the supported version:
{"cybox": "2.1.0.13", "stix": "1.2.0.2", "success": 1, "mixbox": "1.0.2"}

Push worked:
INFO: Sending Inbox_Message to localhost:9000/services/inbox
INFO: Content block successfully pushed

Though MISP doesn't like it :)
STIX and Cybox libraries....OK
STIX library version....Incorrect STIX version installed, found 1.2.0.2, expecting 1.1.1.4
CYBOX library version....Incorrect CyBox version installed, found 2.1.0.13, expecting 2.1.0.12
MIXBOX library version....OK

Next instance will be only python3, I promise!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants