Cómo arreglar la instalación de plugin en InvenTree: ERROR: No matching distribution found for ...

Problema

Quieres instalar un plugin en InvenTree desde un repositorio git:

InvenTree No Matching Distribution

pero ves el siguiente mensaje de error:

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

Solución

Debes dejar el campo name vacío

InvenTree Correct

Si rellenas el campo name, InvenTree intentará instalar desde el registro PyPI, donde tu paquete no está listado.


Echa un vistazo a artículos similares por categoría: InvenTree Python