- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
02-21-2022 02:07 PM
I see a couple discussions already posted about this, but they are from a few years ago and the solutions are not working for me.
I've got Panorama imported as a device and I can see all device information from it (security policies, managed firewalls, objects, templates, etc). It appears expedition can see everything it needs to see.
I attempt to run 'Start Analysis' from the Best Practices -> Dashboard and it appears to think about it, the process bar moves and after 10 seconds it says Done..however no checks appear to have been run. Last run says 'Never Analyzed'. Not sure what to do to get the practices to run.
02-22-2022 08:49 AM
Hello @ZachOlsonADT
On your dashboard are there any issues popping up with expedition? Also if it is urgent you can perform it through our portal.
04-24-2023 12:18 AM - edited 04-24-2023 12:19 AM
Hey,
I had the same issue using Expedition 1.2.58 (latest build)...when looking at the two cli command that Expedition seems to run for BPA (bpa-cli and bpa-legacy-cli) they both returned error for
------------------------------------
File "/usr/local/lib/python3.8/dist-packages/bpa/utils/common.py", line 9, in <module>
from pandas.io.json import json_normalize
ImportError: cannot import name 'json_normalize' from 'pandas.io.json' (/usr/local/lib/python3.8/dist-packages/pandas/io/json/__init__.py)
---------------------------
File "/usr/local/lib/python3.8/dist-packages/bpa/legacy/cli.py", line 10, in <module>
from pandas.io.json import json_normalize
ImportError: cannot import name 'json_normalize' from 'pandas.io.json' (/usr/local/lib/python3.8/dist-packages/pandas/io/json/__init__.py)
------------------------
I updated both files
/usr/local/lib/python3.8/dist-packages/bpa/utils/common.py
/usr/local/lib/python3.8/dist-packages/bpa/legacy/cli.py
And changes the lines
---Before----
from pandas.io.json import json_normalize
----After------------
from pandas import json_normalize
Now BPA is working inside Expedition for me 🙂
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!