yaqwsx / KiKit

Automation tools for KiCAD
https://yaqwsx.github.io/KiKit
MIT License
1.56k stars 201 forks source link

kikit 1.6.0 doesn't work with kicad 8.0.4 and 8.0.5, needs numPy 2.0 instaed of 1.26.4 #736

Closed M-oster closed 2 months ago

M-oster commented 2 months ago

Prerequisites

KiKit version

A module that was compiled using NumPy 1.x cannot be run in NumPy 2.0.1 as it may crash. To support both 1.x and 2.x versions of NumPy, modules must be compiled with NumPy 2.0. Some module may need to rebuild instead e.g. with 'pybind11>=2.12'.

KiCAD version

8.0.5

Operating system

Windows 11

Description

last functioning kicad version was 8.0.3, with the later versions kikat doesn't work because of older numPy version 1.26.4, needs v2.0

Steps to Reproduce

install of kicad 8.0.4 or 8.0.5. Uninstall kikat and reinstall doesn't fix the issue.

yaqwsx commented 2 months ago

This is a duplicate of #720. Please follow the instructions in https://github.com/yaqwsx/KiKit/issues/720#issuecomment-2245595775.

PS: The project is called KiKit, not KiKat.

M-oster commented 2 months ago

many thanks for the hint, haven't seen it. "pip install --upgrade --force-reinstall kikit" fixes the issue