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
swagener@pandora-box-1:~/pandora-box$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04 LTS Release: 22.04 Codename: jammy
Install.sh yells: WARNING: Package(s) not found: yara-python
WARNING: Package(s) not found: yara-python
Source probably: su - $SUDO_USER -c "python3 -m pip show yara-python"
su - $SUDO_USER -c "python3 -m pip show yara-python"
^^ This should be pip install and not pip show ?
pip install
pip show
Maybe this is not needed at all: pandora-analysis/pandora#77 (comment)
The text was updated successfully, but these errors were encountered:
Yes, it is a work in progress. I have to retest the whole process. Come back in a few days.
Sorry, something went wrong.
Install is working now !
dbarzin
No branches or pull requests
Install.sh yells:
WARNING: Package(s) not found: yara-python
Source probably:
su - $SUDO_USER -c "python3 -m pip show yara-python"
^^ This should be
pip install
and notpip show
?Maybe this is not needed at all: pandora-analysis/pandora#77 (comment)
The text was updated successfully, but these errors were encountered: