INTI-CMNB / KiBot

KiCad automation utility
GNU Affero General Public License v3.0
571 stars 67 forks source link

[BUG] ERROR:generator is not a Symbol `eeschema` #595

Closed alangecker closed 7 months ago

alangecker commented 7 months ago

Describe the bug kibot somehow fails to parse the kicad_sch file, providing the error generator is not a Symbol 'eeschema'

the file seems to be totally normal and the header has an equal format as a freshly created kicad 8 project at which kibot doesn't have an issue

$ kibot --quick-start                                                                                                                                                                                                                                              [14:10:46]
Analyzing `/development/spider/spider2/` dir
ERROR:While loading `/development/spider/spider2/spider2.kicad_sch` (kibot.gs - gs.py:812)
ERROR:generator is not a Symbol `eeschema` (kibot.gs - gs.py:812)

To Reproduce

yay -S kibot-git # installs latest master branch (a88846be)
git clone https://github.com/alangecker/spider2
cd spider2
kibot --quick-start

Environment (please complete the following information):

set-soft commented 7 months ago

You need the current dev branch, which is v1.6.5 in order to read KiCad 8 files.

set-soft commented 7 months ago

Hi @alangecker ! Now v1.6.5 is released and hence the stable release should support KiCad 8. Please report any detail not yet supported.