Browse Source

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
release/1.12
Ramón Hernán Roche Quintana 4 years ago committed by Daniel Agar
parent
commit
5c93403db7
  1. 2
      Tools/setup/requirements.txt

2
Tools/setup/requirements.txt

@ -11,6 +11,7 @@ pandas>=0.21 @@ -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 @@ -20,4 +21,3 @@ requests
setuptools>=39.2.0
six>=1.12.0
toml>=0.9
wheel>=0.31.1

Loading…
Cancel
Save