Skip to main content
Panther Knowledge Base

How do I troubleshoot panther_analysis_tool installation issues on macOS?

ISSUE

I tried to install Panther Analysis Tool (PAT) on macOS and could not get it to work. How do I troubleshoot?

RESOLUTION

If you did not install Python via Homebrew, this may lead to the macOS-installed Python not correctly pathing to the directory with panther_analysis_tool. Follow these steps to troubleshoot:

  1. Run brew install python3
  2. Run brew postinstall python3
  3. Restart the terminal
  4. Run pip3 install panther_analysis_tool

 

CAUSE

The install may not work as expected if you did not install Python via Homebrew.