dronekit / dronekit-python

DroneKit-Python library for communicating with Drones via MAVLink.
https://readthedocs.org/projects/dronekit-python/
Apache License 2.0
1.5k stars 1.42k forks source link

ImportError: No module named dronekit #1180

Closed Lingdajin closed 1 year ago

Lingdajin commented 1 year ago

when i run the connect.py(it's a test code),this is the err: Traceback (most recent call last): File "connect.py", line 1, in from dronekit import connect ImportError: No module named dronekit But i already install the dronekit-python,why could this happen?

Harish1192 commented 1 year ago

Can u show your connect.py file and your specifications of OS you use .

Lingdajin commented 1 year ago

Can u show your connect.py file and your specifications of OS you use .

thank you. i already solve this problem.i didn't change my apm parameters.Cause i'm really unfamiliar to this field.And i'm glad that you can relpy me: )