-
Notifications
You must be signed in to change notification settings - Fork 385
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
[Bug] OpenCTI analyser: missing Python module? #945
Comments
That's found in the stix2 module - but you should get that if you install pycti. It's in requirements.txt. Probably worth running the snippet from the docs - just to make sure you're not missing other requirements: |
Hmm... It was already installed...
|
Six is already installed in cortex machine but is in a old release.. you need to update it. We added a minimal six release as requirements in develop branch |
Ok, I fixed the problem... I also had to switch to the "develop" branch for the OpenCTI responder... |
Describe the bug
Can't run opencti analyzer, missing Python module?
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Complementary information
from six.moves.collections_abc import MappingModuleNotFoundError: No module named 'six.moves.collections_abc'
Work environment
Possible solutions
Additional context
I did not find a way to install this module. "six" is properly installed.
The text was updated successfully, but these errors were encountered: