Alexa-Gadgets-Raspberry-Pi-Samples icon indicating copy to clipboard operation
Alexa-Gadgets-Raspberry-Pi-Samples copied to clipboard

Launch.py broken because of pip unsupported usage.

Open fedeblock opened this issue 3 years ago • 0 comments

Importing functions from pip is not supported.

https://pip.pypa.io/en/latest/user_guide/#using-pip-from-your-program

Traceback (most recent call last): File "launch.py", line 15, in from pip._internal.utils.misc import get_installed_distributions ModuleNotFoundError: No module named 'pip._internal

It may be solved using importlib_metadata instead.

fedeblock avatar May 17 '22 12:05 fedeblock