You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched existing issues (including closed ones)
I use KiKit at least version 1.5.1 (older version are not supported)
KiKit version
kikit, version 1.5.1+28.ga8a1405
KiCAD version
Version: 8.0.3, release build
Operating system
macOS Sonoma Version 14.5 (Built 23F79)
Description
I'm running kikit on macOS via Docker. I mounted my KiCad project folder in the Docker image and ran kikit – here is the command and output:
root@8fc737bc3bd4:/mnt/645# kikit separate --source 'annotation; ref: B1' test.kicad_pcb test_b1.kicad_pcb --debug 'trace: true'
An error occurred: KiCad was unable to open this file because it was created with a more recent version than the one you are running.
To open it you will need to upgrade KiCad to a version dated 01/08/24 or later.
Full error text:
Unknown token 'generator_version' in 'test.kicad_pcb', line 4, offset 4.
No output files produced
Traceback (most recent call last):
File "/usr/local/lib/python3.10/dist-packages/KiKit-1.5.1+28.ga8a1405-py3.10.egg/kikit/panelize_ui.py", line 349, in separate
board = LoadBoard(input)
File "/usr/lib/python3/dist-packages/pcbnew.py", line 7323, in LoadBoard
return _pcbnew.LoadBoard(*args)
OSError: KiCad was unable to open this file because it was created with a more recent version than the one you are running.
To open it you will need to upgrade KiCad to a version dated 01/08/24 or later.
Full error text:
Unknown token 'generator_version' in 'test.kicad_pcb', line 4, offset 4.
Here is test.kicad_pcb (a minimal case that causes the error, based on my board file which also causes the error):
Based on my read of the Dockerfile it seems like the image should be running KiCad 8.0, so I'm not sure why kikit can't read my boardfile. Eager to learn what's going wrong and how I can fix it. Thanks.
Steps to Reproduce
Run kikit (docker version) on a .kicad_pcb file created with the 20240108 version of KiCad 8.0.
Command: kikit separate --source 'annotation; ref: B1' test.kicad_pcb test_b1.kicad_pcb
Prerequisites
KiKit version
kikit, version 1.5.1+28.ga8a1405
KiCAD version
Version: 8.0.3, release build
Operating system
macOS Sonoma Version 14.5 (Built 23F79)
Description
I'm running kikit on macOS via Docker. I mounted my KiCad project folder in the Docker image and ran kikit – here is the command and output:
Here is
test.kicad_pcb
(a minimal case that causes the error, based on my board file which also causes the error):Based on my read of the Dockerfile it seems like the image should be running KiCad 8.0, so I'm not sure why
kikit
can't read my boardfile. Eager to learn what's going wrong and how I can fix it. Thanks.Steps to Reproduce
.kicad_pcb
file created with the20240108
version of KiCad 8.0.Command:
kikit separate --source 'annotation; ref: B1' test.kicad_pcb test_b1.kicad_pcb
Board file:
test.kicad_pcb
The text was updated successfully, but these errors were encountered: