yaqwsx / KiKit

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

win 10 installer not working #715

Closed mikhailmihalkov closed 4 months ago

mikhailmihalkov commented 4 months ago

Prerequisites

KiKit version

1.5.1

KiCAD version

8.0.4

Operating system

win 10 /64

Description

I installed version 1.5.1 using the script, after installation it says that the plugin was not found, although in version 8.0.3 everything worked

Steps to Reproduce

I installed version 1.5.1 using the script, after installation it says that the plugin was not found, although in version 8.0.3 everything worked

yaqwsx commented 4 months ago

What script are you referring to? We have no installation script for Windows. These are the official installation instructions for Windows: https://yaqwsx.github.io/KiKit/latest/installation/windows/#installation-on-windows

mikhailmihalkov commented 4 months ago

О каком скрипте идет речь? У нас нет скрипта установки для Windows. Вот официальные инструкции по установке для Windows: https://yaqwsx.github.io/KiKit/latest/installation/windows/#installation-on-windows

Yes, everything is installed according to this instruction. The installation is successful, but when launched, a window appears that the plugin is not installed https://github.com/yaqwsx/KiKit/issues/714 Similar situation

ZeptoAto commented 4 months ago

Judging from console output when you type "kikit --version" it has something to do with numpy library being updated to version 2.0.0 but modules still using version 1.x.

yaqwsx commented 4 months ago

If this is the case, please update to the upstream version - the incompatibility should be fixed. There is a release planned in a few days. There are just a couple of minor bugs I would like to address first.

mikhailmihalkov commented 4 months ago

If this is the case, please update to the upstream version - the incompatibility should be fixed. There is a release planned in a few days. There are just a couple of minor bugs I would like to address first.

Please make it possible to update via plugin manager. Thanks!

yaqwsx commented 4 months ago

There is a release planned in a few days. There are just a couple of minor bugs I would like to address first.

yaqwsx commented 4 months ago

The upstream version fixes this (confirmed in #716). The release will be made today or tomorrow.