SchrodingersGat / KiBoM

Configurable BoM generation tool for KiCad EDA (http://kicad.org/)
MIT License
352 stars 95 forks source link

Ubuntu installation with pip file KiBOM_CLI.py not installed #141

Open cbaurtx opened 3 years ago

cbaurtx commented 3 years ago

pip show KiBOM

Name: kibom Version: 1.7.1 Summary: Bill of Materials generation tool for KiCad EDA Home-page: https://github.com/SchrodingersGat/KiBom Author: Oliver Walters Author-email: oliver.henry.walters@gmail.com License: MIT Location: /usr/local/lib/python3.7/dist-packages Requires: xlsxwriter Required-by:

ls /usr/local/lib/python3.7/dist-packages/kibom

bom_writer.py csv_writer.py init.py preferences.py units.py xml_writer.py columns.py debug.py main.py pycache version.py component.py html_writer.py netlist_reader.py sort.py xlsx_writer.py

kiBOM_CLI.py is missing Manually downloading the tar.gz shows also that this file is missing

set-soft commented 3 years ago

Note that this is fixed in 1.8.0, not yet in PyPi Try installing from a git clone:

git clone https://github.com/SchrodingersGat/KiBoM.git
cd KiBoM
pip install .