ERROR: Could not find a version

Hello,
The following error occurred when attempting to install additional modules. (I can install some modules, but not others). One more note: I did not specify a version number when installing trytond in order to get the latest version. An example:

pip install trytond_account_invoice_convenient

ERROR: Could not find a version that satisfies the requirement trytond_account_invoice_convenient (from versions: none)
ERROR: No matching distribution found for trytond_account_invoice_convenient

python --version
Python 3.12.3

trytond 7.6.9

I’m using PyPI as the index, no I’m not using any kind of index proxy.

It seems to me that your module is missing some information in the tryton.cfg file: the version :slight_smile:

There is no such package published on PyPI. It is not a standard module.

2 posts were split to a new topic: Does a module have to have the same version number as trytond?