MISP / PyMISP

Python library using the MISP Rest API
Other
438 stars 278 forks source link

PyMISP and MISP version mismatches #1201

Closed mbell85 closed 5 months ago

mbell85 commented 5 months ago

Hello,

Curious on how I may correct the error I'm getting with PyMISP:

"The version of PyMISP recommended by the MISP instance (2.4.188) is newer than the one you're using now (2.4.159). Please upgrade PyMISP."

I'm on Ubuntu 20.04.6 LTS.

Thanks!

adulau commented 5 months ago

pip3 install --upgrade pymisp would do the job ;-)

mbell85 commented 5 months ago

Thanks!

mbell85 commented 5 months ago

Actually. I just took a look and it's still showing the same message when I export TIs:

"The version of PyMISP recommended by the MISP instance (2.4.188) is newer than the one you're using now (2.4.159)."