MAVProxy doesn't start in Windows 10

Hello,

I have installed the latest version of MAVLink, but it fails to start. I get the following error:
C:\WINDOWS\system32>C:\Users\Public\Desktop\MAVProxy.lnk
Traceback (most recent call last):
File “site-packages\PyInstaller\loader\rthooks\pyi_rth_pkgres.py”, line 13, in
File “C:\Python35\lib\site-packages\PyInstaller\loader\pyimod03_importers.py”, line 623, in exec_module
File “site-packages\pkg_resources_init_.py”, line 85, in
ImportError: No module named ‘pkg_resources.py2_warn’
[4116] Failed to execute script pyi_rth_pkgres

So far i have tried re-installing python and Mavlink both but without success. Has anyone faced similar problem before and can point me in the right direction?

Thanks.

Which MavProxy version are you using?

That’s a known issue that I’m working on - see Make Windows work by stephendade · Pull Request #786 · ArduPilot/MAVProxy · GitHub

Oh ok. Thanks for letting me know!
Update: I installed the previous version of MAVProxy (1.8.6) and everything works.

For anyone reading this, MAVProxy has been fixed and works much better in Windows now. The installer can be downloaded from https://firmware.ardupilot.org/Tools/MAVProxy/

1 Like