invl/pip-autoremove

The 'pycryptodome' distribution was not found and is required by the application

konomikitten opened this issue · 3 comments

When running pip-autoremove -l I get the following output:

$ pip-autoremove -l
The 'pycryptodome' distribution was not found and is required by the application
Skipping pycryptodome

Can someone help me understand what this means and if it's a bug?

it's a missing dependency of another package that you installed.

I mean yes the message says that but which application? "by the application" is a little unclear.

#45 should give the increased information necessary to address this.