This repository has been archived by the owner on Jun 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 350
[!] Missing dependency, install pymisp (pip install pymisp
)
#721
Comments
There was a MISP related change a few days ago. I would suggest you make sure you have the most current version of both Viper and MISP. Does this work in a plain python3 CLI: |
Solved this problem after git checkout to a historical commit version. |
I released a new version of PyMISP, it should work as expected now. |
I update pymisp to version 2.4.99, it seems that the problem still there using the latest version of viper... |
Just to be sure: you installed pymisp with pip3? |
is this still an issue? @kadaokaduan ? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In the viper-cli, I attempt to use misp module, but when I run
misp
ormisp search
in viper-cli, I got error[!] Missing dependency, install pymisp (`pip install pymisp`)
.The only command the viper-cli could handle is
misp -h
, it gives a normal result.I'm pretty sure that the pymisp was installed and when I import pymisp in python3, It runs well. When I run
python3 viper-cli
, the problem is still there.My viper version is
2.0-dev
.Many thanks for help!
The text was updated successfully, but these errors were encountered: