While installing Kibot on Ubuntu using apt I got the following install error (KiCad 9.0.1 is installed):
ERROR:Unable to import plug-ins: cannot import name ‘DXF_UNITS_MILLIMETERS’ from ‘pcbnew’ (/usr/lib/python3/dist-packages/pcbnew.py) (kibot.gs - gs.py:897)
ERROR:Make sure you used --no-compile
if you used pip for installation (kibot.gs - gs.py:897)
ERROR:Python path: [‘/usr/bin’, ‘/usr/lib/python310.zip’, ‘/usr/lib/python3.10’, ‘/usr/lib/python3.10/lib-dynload’, ‘/usr/local/lib/python3.10/d
ist-packages’, ‘/usr/lib/python3/dist-packages’] (kibot.gs - gs.py:897)
Any ideas how to solve this?