30350n / inventree_part_import

CLI to import parts from suppliers like DigiKey, LCSC, Mouser, etc. to InvenTree
MIT License
24 stars 8 forks source link

initial setup / config does not run? #8

Closed dubajj closed 4 months ago

dubajj commented 5 months ago

repro steps: 1) pipx install inventree-part-import 2) inventree-part-import just shows the help 3) inventree-part-import -i default just shows the help 4) inventree-part-import --configure mouser errors out that there is no configuration setup

 FileNotFoundError: [Errno 2] No such file or directory: '/home/jasper/.config/inventree_part_import/suppliers.yaml'

OS: PopOS 22.04

Is there a way to force the configuration to run?

30350n commented 5 months ago

Yeah, you have to actually import a part: inventree-part-import TL074HIDR for example.

30350n commented 5 months ago

I will look into fixing 4. though.

30350n commented 4 months ago
  1. is fixed now.