0

I can't install MAVProxy module via pip. The error appears which shows:

enter image description here

I have tried to install with sudo -H flag but the error always appears and I can't install anything with pip.

wosker4yan
  • 187
  • 1
  • 3
  • 12
  • Follow the documentation : http://ardupilot.github.io/MAVProxy/html/getting_started/download_and_installation.html – Keval May 29 '17 at 09:04
  • I have tried this link but the error still appears and I can't install MAVProxy. – wosker4yan May 29 '17 at 09:12
  • There should be be a compiler error above the message from your question. Usually it complaint about a missing `.h` file. – Klaus D. May 29 '17 at 09:31

1 Answers1

1

All I did I install MAVProxy using

pip2.7 install MAVProxy

and it worked.

wosker4yan
  • 187
  • 1
  • 3
  • 12