invl / pip-autoremove

Remove a package and its unused dependencies.
Other
620 stars 42 forks source link

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

Open konomikitten opened 2 years ago

konomikitten commented 2 years ago

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?

imba-tjd commented 2 years ago

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

konomikitten commented 2 years ago

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

tresni commented 2 years ago

45 should give the increased information necessary to address this.