KiBoM icon indicating copy to clipboard operation
KiBoM copied to clipboard

Ubuntu installation with pip file KiBOM_CLI.py not installed

Open cbaurtx opened this issue 5 years ago • 1 comments

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: [email protected] 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

cbaurtx avatar Oct 03 '20 11:10 cbaurtx

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 .

set-soft avatar Oct 04 '20 15:10 set-soft