mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
fix(setup): pin setuptools version to resolve pkg_resources ModuleNotFoundError (#26956)
This commit is contained in:
parent
685f9248e4
commit
ad895f7010
@ -23,7 +23,7 @@ pyserial
|
|||||||
pyulog>=0.5.0
|
pyulog>=0.5.0
|
||||||
pyyaml
|
pyyaml
|
||||||
requests
|
requests
|
||||||
setuptools>=39.2.0
|
setuptools>=39.2.0,<=81.0.0
|
||||||
six>=1.12.0
|
six>=1.12.0
|
||||||
sympy>=1.10.1
|
sympy>=1.10.1
|
||||||
toml>=0.9
|
toml>=0.9
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user