TheHive-Project / Cortex-Analyzers

Cortex Analyzers Repository
https://TheHive-Project.github.io/Cortex-Analyzers/
GNU Affero General Public License v3.0
430 stars 374 forks source link

[Bug] Error MISP Analayser In Cortex #1206

Open mbelhassen opened 1 year ago

mbelhassen commented 1 year ago

Describe the bug Error MISP Analyser in cortex

Error

Traceback (most recent call last): File "/opt/Cortex-Analyzers/analyzers/MISP/misp.py", line 3, in from mispclient import MISPClient, MISPClientError File "/opt/Cortex-Analyzers/analyzers/MISP/mispclient.py", line 2, in import pymispModuleNotFoundError: No module named 'pymisp'

I have updated my python to the last version and i have installed pymisp but problem persist

bug

Work environment

If applicable, indicate possible solutions to the problem.

mbelhassen commented 1 year ago

Issue :

pip3 install --force pymisp[fileobjects]