Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MAVExplorer map display issue, MacOS #1322

Open
autonomical opened this issue Feb 15, 2024 · 0 comments
Open

MAVExplorer map display issue, MacOS #1322

autonomical opened this issue Feb 15, 2024 · 0 comments

Comments

@autonomical
Copy link

autonomical commented Feb 15, 2024

Following a homebrew 'brew upgrade' MAVExplorer is no longer running correctly on a MacBook Pro mid-2014 running Big Sur MacOS 11.7.10. First issue reported:

richc@MacBook-Pro-2 lib % MAVExplorer.py
Traceback (most recent call last):
File "/usr/local/bin/MAVExplorer.py", line 23, in
from MAVProxy.modules.lib import rline
File "/usr/local/lib/python3.11/site-packages/MAVProxy/modules/lib/rline.py", line 13, in
import gnureadline as readline
ModuleNotFoundError: No module named 'gnureadline'
richc@MacBook-Pro-2 lib %

I then did 'pip3 install gnureadline' and then 'pip3 install matplotlib' and it runs kind-of - I can generate graphs but map display doesn't work. Error reported as associated with a deprecation of pkg_resources API:

richc@MacBook-Pro-2 ~ % MAVExplorer.py
/usr/local/bin/MAVExplorer.py:37: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import pkg_resources
MAV> ERROR in command []: No module named 'cv2'
ERROR in command []: No module named 'cv2'
ERROR in command []: No module named 'cv2'

Assistance would be appreciated. Note that I am not a developer/programmer but reasonably OK with UNIX (eg. latex, emacs, regex...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant