每次導入回購我嘗試導入該回購問題從GitHub
https://github.com/ArduPilot/pymavlink/blob/7b0d51cca7e75b3cf84f5dbb74e76f727816e50d/mavutil.py
使用
pip install https://github.com/ArduPilot/pymavlink.git
不過,我得到這個錯誤以下。
Collecting https://github.com/ArduPilot/pymavlink.git
Downloading https://github.com/ArduPilot/pymavlink.git
Cannot unpack file c:\users\mike\appdata\local\temp\pip-l_8clc-unpack\pymavlink.git (downloaded from c:\users\mike\appdata\local\temp\pip-nww8fs-build, content-type: text/html; charset=utf-8); cannot detect archive format
Cannot determine archive format of c:\users\mike\appdata\local\temp\pip-nww8fs-build
http://stackoverflow.com/questions/8247605/configuring-so-that-pip-install-can-work-from-github – Jameson