IBM QRadar SOAR

IBM QRadar

Join this online topic group to communicate across Security product users and IBM experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.


#Security
#QRadar
#SecuringhybridcloudandAI
 View Only
  • 1.  MISP threat service installation error

    Posted 04/28/20 10:23 AM
    When trying to install I got the following error

    "ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command "

    Does this have something to do with python 2 vs 3? I don't have 3 running in our integration server though



    ------------------------------
    Chad Chao
    ------------------------------


  • 2.  RE: MISP threat service installation error

    Posted 05/06/20 08:38 AM
    Chad,

    I think you are close, when I go look at the setup.py file for the MISP package it requires pymisp >= 2.4 and so it looks like it could have fetched the latest version of pymisp which is 2.4.221

    This is the notice from the PYMISP site that they require 3.6 and you can't run this on anything python2. 

    IMPORTANT NOTE: This library will require at least python 3.6 starting the 1st of January 2020. If you have to legacy versions of python, please use PyMISP v2.4.119.1, and consider updating your system(s). Anything released within the last 2 years will do, starting with Ubuntu 18.04.

    If you want to fix this I would recommend unzipping the tar file and modifying the setup.py file to specify PyMISP <= 2.4.119. Otherwise you  can install circuits on a box with Python3 and then add this to it.

    This should get it working in Python 2.

    ------------------------------
    Richard Giesige
    Security Engineer
    Oshkosh Corporation
    Oshkosh
    ------------------------------



  • 3.  RE: MISP threat service installation error

    Posted 05/06/20 08:47 AM

    Many thanks! I'll give it a shot



    ------Original Message------

    Chad,

    I think you are close, when I go look at the setup.py file for the MISP package it requires pymisp >= 2.4 and so it looks like it could have fetched the latest version of pymisp which is 2.4.221

    This is the notice from the PYMISP site that they require 3.6 and you can't run this on anything python2. 

    IMPORTANT NOTE: This library will require at least python 3.6 starting the 1st of January 2020. If you have to legacy versions of python, please use PyMISP v2.4.119.1, and consider updating your system(s). Anything released within the last 2 years will do, starting with Ubuntu 18.04.

    If you want to fix this I would recommend unzipping the tar file and modifying the setup.py file to specify PyMISP <= 2.4.119. Otherwise you  can install circuits on a box with Python3 and then add this to it.

    This should get it working in Python 2.

    ------------------------------
    Richard Giesige
    Security Engineer
    Oshkosh Corporation
    Oshkosh
    ------------------------------