pip-autoremove
pip-autoremove copied to clipboard
The 'pycryptodome' distribution was not found and is required by the application
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.