Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
cbaurtx opened this issue Oct 3, 2020 · 1 comment
Open

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

cbaurtx opened this issue Oct 3, 2020 · 1 comment

Comments

@cbaurtx
Copy link

cbaurtx commented Oct 3, 2020

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

@set-soft
Copy link
Contributor

set-soft commented Oct 4, 2020

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 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants