Open nischnei opened 5 days ago
Hi @nischnei ! Could you tell me the version of Python you are using, and whether these packages are installed into the environment in which tach
is running? Hopefully a quick fix is to install them so that the metadata is found, but if the metadata is not being processed correctly I'll need to take a closer look.
And I think adding config for a manual mapping makes sense, I will add a task for this and ping back here when it is ready.
I am using Python 3.11, all packages are available in my conda environment where also tach is installed.
Hi,
I'd like to use tach to check if my pyproject.toml is complete and does not have unused dependencies. However, the check-external fails for the following packages which have differing distribution and module names:
It might be the issue of the packages not haveing the metadata properly defined, but then it would be nice to have an option to manually add a mapping. I want to use the check in a CI so it needs to succeed.