mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Tools: Python >3.7 requires the wheel packge
currently installing pymavlink witouth the wheel package results in an error when using Python 3.7 or later https://github.com/ArduPilot/pymavlink/issues/486
This commit is contained in:
parent
70c372329c
commit
5c93403db7
@ -11,6 +11,7 @@ pandas>=0.21
|
||||
pkgconfig
|
||||
psutil
|
||||
pygments
|
||||
wheel>=0.31.1
|
||||
pymavlink
|
||||
pyros-genmsg
|
||||
pyserial>=3.0
|
||||
@ -20,4 +21,3 @@ requests
|
||||
setuptools>=39.2.0
|
||||
six>=1.12.0
|
||||
toml>=0.9
|
||||
wheel>=0.31.1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user