Clicked activate and encountered errors. Logs reflects pyrsistent requires Python '>=3.5' but the running Python is 2.7.12
Tried to manually configure MISP prototype, but unable to commit, says class mmmisp.Miner in MISP_anyEvent
Minemeld` Version is the latest, installed on ubuntu 16
I induced MineMeld to install a Python 2.7-friendly version of pyrsistent by:
Installing the extension
Modifying the extension's requirements.txt file so that it installs the desired package before it installs pymisp (which has pyrsistent>=0.14.0 in its requirements)
Clicked activate and encountered errors. Logs reflects pyrsistent requires Python '>=3.5' but the running Python is 2.7.12 Tried to manually configure MISP prototype, but unable to commit, says class mmmisp.Miner in MISP_anyEvent