如何修复 KiBot KiBoM not installed or too old

问题:

运行 kibot-check 时,你看到以下警告消息:

kibom_missing.txt
* KiBoM not installed or too old
  Visit: https://github.com/INTI-CMNB/KiBoM
  Download it from: https://github.com/INTI-CMNB/KiBoM/releases
  - Mandatory for `kibom`

但即使使用 pip install kibom 安装 kibom,警告也不会消失。

解决方案

你需要安装 KiBom 的特定分支:

install_kibom_from_git.sh
pip install git+https://github.com/INTI-CMNB/KiBoM

之后,警告将消失。


Check out similar posts by category: Electronics, KiCad, Python