cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Please sign in to see details of an important advisory in our Customer Advisories area.

Who Me Too'd this topic

Expedition: Verify that Python Software Dependencies

L0 Member

Dear community,

 

A check failed appears in my expedition dashboard. The remediation recommended by Expedition is the following:

 

The following dependencies for ML are missing : BPA (3.33.0)
Remediation: Execute the following command in CLI:
sh /var/www/html/OS/BPA/updateBPA306.sh;

 

after typing the shell file, shows the next:


#!/bin/bash
#sudo add-apt-repository ppa:jonathonf/python-3.6 -y
sudo add-apt-repository ppa:deadsnakes/ppa -y
sudo apt-get update
sudo apt install python3.7 -y
sudo -H pip3 uninstall best-practice-assessment-ngfw-pano -y
sudo -H pip3 install lxml --upgrade
sudo -H pip3 install matplotlib --upgrade
sudo python3.7 /var/www/html/OS/BPA/get-pip.py
sudo ln -s /usr/bin/python3.7 /usr/local/bin/python3
sudo ln -s /usr/local/bin/pip /usr/local/bin/pip3
sudo -H pip3 install 'Pillow<=5.4.1' --upgrade
sudo -H pip3 install chardet
sudo -H pip3 install /var/www/html/OS/BPA/best_practice_assessment_ngfw_pano-master.zip --upgrad
e

 

Please, I need help for understand how the dependences between expedition and python are configured and how fix this issue. The shell script stop and nothing solve. 

 

Thanks in advance.

 

Mariano.

 

Who Me Too'd this topic