devbisme / KiPart

Python package for generating multi-unit schematic symbols for KiCad from a CSV file.
MIT License
170 stars 46 forks source link

kipart: error: argument -r/--reader: invalid lower value: 'generic' #42

Closed renaudgaglione closed 4 years ago

renaudgaglione commented 4 years ago

Hi, I got an error when I launch kipart. kipart: error: argument -r/--reader: invalid lower value: 'generic' command line : kipart example.csv System : Ubuntu 18.04 LTS and Centos 7 Python install "out of the box" openxyl installed on Centos.

I have trid to find it out by myself, but newbie on python, I did not find kipart script, only a kind of wrapper (?) in my /home/.local/bin, so any help or suggestion is welcome.

example.csv.txt

renaudgaglione commented 4 years ago

Encoding is UTF-8 on both Centos and Ubuntu, I don't know if it may be related.

renaudgaglione commented 4 years ago

Solved ! Have to use pip3 to install kipart and openxyl. Please update the doc. Thank you for this script which will make me gain a lot of time !