Seeking Assistance for 'sudo: easy_install: command not found' Error When Installing MAVExplorer on MacOS

Hello everyone
For MacOS users have got some difficulty to install MAVExplorer to MacOS following the online Documentation: Using MAVExplorer for log analysis — Dev documentation
Here is the error I am getting
sudo: easy_install: command not found

Is there any solution found for this already

Have you got “pip” installed?

Yes, pip 23.2.1 after running pip3 --version

You don’t need to run that command as you already have pip installed.
Continue with:
pip install mavproxy --user

When run that, zsh: command not found: pip got thrown on the console

Use pip3, just like you did when you checked the version…

Got it fixed thanks @Yuri_Rage and @Karl_Schoelpple for your support. Just thinking of updating the wiki

Hello mates, after rebooting the terminal I cant run MAVExplorer.py anymore

The issue was the shell I have been using, zsh which looks like it doesn’t like this to function, I got it solved after the change of the shell to shell from zsh

Wiki will be updated after this, if someone got the same problem, you can reach me out for support if the wiki is not updated yet

Hi I am having difficulty getting MAVExplorer to run on M3 MacBook Air, I’m getting:

richc@MacBook-Air ~ % MAVExplorer.py
zsh: command not found: MAVExplorer.py

I used pip3 instead of pip and have Homebrew installed too…any hints much appreciated.