We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, Fulfilled all the requirements to run the program but on startup I get the following error:
The PyMISP package must be installed to use this program.
Below extract of proof about pymisp installed
Requirement already satisfied: pymisp in /usr/local/lib/python3.6/site-packages Requirement already satisfied: six in /usr/lib/python3.6/site-packages (from pymisp) Requirement already satisfied: jsonschema in /usr/lib/python3.6/site-packages (from pymisp) Requirement already satisfied: requests in /usr/local/lib/python3.6/site-packages (from pymisp) Requirement already satisfied: deprecated in /usr/local/lib64/python3.6/site-packages (from pymisp) Requirement already satisfied: python-dateutil in /usr/local/lib/python3.6/site-packages (from pymisp) Requirement already satisfied: chardet<4,>=3.0.2 in /usr/lib/python3.6/site-packages (from requests->pymisp) Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3.6/site-packages (from requests->pymisp) Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in /usr/local/lib/python3.6/site-packages (from requests->pymisp) Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.6/site-packages (from requests->pymisp) Requirement already satisfied: wrapt<2,>=1.10 in /usr/local/lib64/python3.6/site-packages (from deprecated->pymisp)
Any suggestion to fix this issue?
Thanks a lot.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Fulfilled all the requirements to run the program but on startup I get the following error:
The PyMISP package must be installed to use this program.
Below extract of proof about pymisp installed
Requirement already satisfied: pymisp in /usr/local/lib/python3.6/site-packages Requirement already satisfied: six in /usr/lib/python3.6/site-packages (from pymisp) Requirement already satisfied: jsonschema in /usr/lib/python3.6/site-packages (from pymisp) Requirement already satisfied: requests in /usr/local/lib/python3.6/site-packages (from pymisp) Requirement already satisfied: deprecated in /usr/local/lib64/python3.6/site-packages (from pymisp) Requirement already satisfied: python-dateutil in /usr/local/lib/python3.6/site-packages (from pymisp) Requirement already satisfied: chardet<4,>=3.0.2 in /usr/lib/python3.6/site-packages (from requests->pymisp) Requirement already satisfied: idna<3,>=2.5 in /usr/lib/python3.6/site-packages (from requests->pymisp) Requirement already satisfied: urllib3!=1.25.0,!=1.25.1,<1.26,>=1.21.1 in /usr/local/lib/python3.6/site-packages (from requests->pymisp) Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.6/site-packages (from requests->pymisp) Requirement already satisfied: wrapt<2,>=1.10 in /usr/local/lib64/python3.6/site-packages (from deprecated->pymisp)
Any suggestion to fix this issue?
Thanks a lot.
The text was updated successfully, but these errors were encountered: