Open skull-squadron opened 2 months ago
1) You cannot install Pinion into vevn as it uses the pcbnew
package provided by KiCAD. The package is in the system paths. Once you close Pinion into venv, the package is not available. pcbnew
is a hard dependency. You have to rely on --system-site-packages
option of pip
So I wouldn't call it buggy. If you know about better solution for handing KiCAD's pcbnew
module vs. virtualenv, please, let me know.
2) There is a new build, but you won't succeed in venv unless using --system-site-packages
. See 1) for explanation
3) Fixed in a66e513.
pipx install pinion
orpip3 install pinion
in a virtualenv "succeeds" but thenThere are no nightly builds under workflows to install from.
pip3 install git+https://github.com/yaqwsx/Pinion
doesn't work because of outdated or incompatible versioneer or versioneer.py.