mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 18:27:05 +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:
committed by
Daniel Agar
parent
70c372329c
commit
5c93403db7
@@ -11,6 +11,7 @@ pandas>=0.21
|
|||||||
pkgconfig
|
pkgconfig
|
||||||
psutil
|
psutil
|
||||||
pygments
|
pygments
|
||||||
|
wheel>=0.31.1
|
||||||
pymavlink
|
pymavlink
|
||||||
pyros-genmsg
|
pyros-genmsg
|
||||||
pyserial>=3.0
|
pyserial>=3.0
|
||||||
@@ -20,4 +21,3 @@ requests
|
|||||||
setuptools>=39.2.0
|
setuptools>=39.2.0
|
||||||
six>=1.12.0
|
six>=1.12.0
|
||||||
toml>=0.9
|
toml>=0.9
|
||||||
wheel>=0.31.1
|
|
||||||
|
|||||||
Reference in New Issue
Block a user