Bornlove
(Bornlove)
October 15, 2023, 3:14am
1
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?
Bornlove
(Bornlove)
October 15, 2023, 4:48am
3
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
Bornlove
(Bornlove)
October 16, 2023, 7:08pm
5
When run that, zsh: command not found: pip got thrown on the console
Yuri_Rage
(Yuri Rage)
October 16, 2023, 7:21pm
6
Use pip3, just like you did when you checked the version…
Bornlove
(Bornlove)
October 16, 2023, 8:18pm
7
Got it fixed thanks @Yuri_Rage and @Karl_Schoelpple for your support. Just thinking of updating the wiki
Bornlove
(Bornlove)
October 16, 2023, 10:35pm
8
Hello mates, after rebooting the terminal I cant run MAVExplorer.py anymore
Bornlove
(Bornlove)
October 18, 2023, 10:50am
9
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
Bornlove
(Bornlove)
October 18, 2023, 12:04pm
10
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
richc
(Richard Cox)
July 14, 2024, 7:18pm
11
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.