-
Notifications
You must be signed in to change notification settings - Fork 943
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
No module named "stix2" #118
Comments
But the plateform seems to work... Nope... |
@Wesh: Thanks we are aware of this bug, we will publish a hotfix this morning. |
Hi, I have a similar issue, even with the latest commit (d423baa). Details :
The platform is up but MISP integration is not working. |
Hello @x26sperluette, the stix2 Python moduleis now directly included in the Docker images. Even if you used the latest commit from the Git repository, you have to pull your Docker images with the new version as well. Please see this Stackoverflow question. Just do:
NB: If you are using the volumes for Grakn and Elasticsearch persistence, your data will be safe and keep during the update. |
I am installing opencti on bare metal server and used script for the ubuntu installation. When starting the openct-server service I get errors about stix2 module not being found. I have verified this module was installed with pip, please advice. Sep 3 16:51:39 shdw018test yarn[30987]: yarn run v1.22.5 pip install stix2Requirement already satisfied: stix2 in /usr/local/lib/python3.7/dist-packages (1.4.0) |
I set my environment from python2.7 to python3.7 which got me around the stix2 issue. Now I am having an issue starting the workers. Sep 3 18:28:24 shdw018test systemd[1]: [email protected]: Main process exited, code=exited, status=1/FAILURE |
Hi,
I did a pull this morning, and after restart, I have a new error:
worker_1 | ModuleNotFoundError: No module named 'stix2'
more details:
Antonin
The text was updated successfully, but these errors were encountered: