0

我正在尝试升级我的 Dronekit 2.0.0rc.4

截至 10 分钟前,它们高达 2.0.0cr.10

我需要这个版本,因为显然旧版本在使用 3DR 无线电时无法调整波特率。

我试试

pip install dronekit --upgrade

但收到消息说我已经是最新的了。

请指教。

视窗 8.1

谢谢!

4

2 回答 2

0

Try pip install dronekit -UI. It ignores installed versions and any "apparent" requirements are in your environment. I also recommend pip uninstall dronekit; pip install dronekit as the easiest mechanism to avoid pip woes.

于 2015-11-12T07:54:30.593 回答
0

尝试

pip install --pre dronekit
于 2021-08-30T10:20:32.783 回答