MISP / PyMISP

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

PyMISP and MISP version mismatch #1204

Closed mbell85 closed 2 months ago

mbell85 commented 2 months ago

Hello,

I posted earlier with this issue but it got closed a little prematurely

"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 ran, as suggested:

pip3 install --upgrade pymisp

However, when exporting TIs, I'm still getting the same message.

Thanks!

Rafiot commented 2 months ago

(nvm, not your python version)

Well, can you paste the output of pip3 install --upgrade pymisp? It can be many things but my guess is that the install is done as one user, and the script runs as another.

mbell85 commented 2 months ago

my guess is that the install is done as one user, and the script runs as another.

This was correct. Fixed the issue. Much thanks!