-
Notifications
You must be signed in to change notification settings - Fork 92
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
fit_field and output subdirectory problem #94
Comments
This issue is being fixed in #99
KiBoM does not look at the PCB file to determine which parts are "virtual". Perhaps this could be a future improvement. |
arek@Aspire-5742G:~$ pip3 install kibom -U
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-h7wwky3k/kibom/ |
Weird - might this be related to this issue here - pypa/pip#1064 ? I have just tried the following:
on both windows and linux. All seems tow work. |
OK, i first installed: Then: and I get: error: invalid command "bdist_wheel" Failed building wheel for kibom There are some errors, but when I check version it is updated: Putting files into folder works fine now, thanks ;D PS: Problem with DNC still exist... ;) |
I'm using PIP version 1.7.0 on linux. I found two issues:
In previous version, clon from github it was working fine.
One more thing about linux version of KiCad. There is no possibility to add only the command line in BOM script. Program needs to get file, and then gives access to edit and run " python3 -m kibom "%I" "%O" ".
I override this by creating a new .py file:
My test command line:
python3 -m kibom "%I" "%O.html" -s ; -d BOM -n 1
Regards
The text was updated successfully, but these errors were encountered: