Error - launchpadlib requires "testresources" which is not installed

I get this error when I use the install.py script to do production installs.

What does it mean?

Will there be unexpected effects from this later?

BKM

Regarding the error, the quick fix is installing Python testresources:

sudo apt install python3-testresources

As far as why Launchpad APIs are involved in ERPNext’s production install?
I have no clue whatsoever.

Here’s a link about launchpad. No idea why/how this is tied into ERPNext now.
https://help.launchpad.net/API/

Interesting…

I have not noticed any problems (as of yet) once the install completes. This has been the only red line in the --verbose output of the install process, so I thought I would ask.

Just in case… I will go ahead and install python3-testresources

Thanks

BKM