Closed lethalbit closed 5 months ago
This should be resolved via eac56af.
Hi @yaqwsx , do you plan to include this fix in a release soon? This bug is preventing kikit plugin from working on Arch Linux and there is even no up-to-date kikit-git (i.e. nightly build) package in AUR.
I plan the next release to be on the horizon of 1-2 weeks. If you are in hurry, you should be able to manually update to the upstream version.
Prerequisites
KiKit version
1.5.1+28.ga8a1405
KiCAD version
8.0.3
Operating system
Arch Linux
Description
When trying to use KiKit on a system that has numpy 2.0.0, it will fail to load due to
numpy.lib.utils
being turned into a private implementation detail, having been renamednumpy.lib._utils_impl
. (see numpy/numpy @ ace4445)This causes the panelization section to fail to load taking down the rest of KiCad
Steps to Reproduce
This will throw
ModuleNotFoundError: No module named 'numpy.lib.utils'
fromkikit/actionPlugins/panelize.py
when attempted.