InvenTree: Plugin-Installation beheben – ERROR: You must give at least one requirement to install (see "pip help install")

Problem

Du möchtest ein Plugin in InvenTree aus einem Git-Repository installieren:

InvenTree One Requirement

aber du siehst die folgende Fehlermeldung:

example.txt
ERROR: You must give at least one requirement to install (see "pip help install")

Lösung

Du musst git+https anstelle von nur https als URL verwenden, z. B.

example.txt
git+https://github.com/ulikoehler/InventreeBrotherQLLabelPrintServicePlugin.git

Ähnliche Beiträge nach Kategorie: InvenTree Python