Closed aberlaas closed 2 years ago
I can see 'packaging 20.9' is installed first when the following command is called :
apk add --no-cache --virtual .run-deps python3 py3-lxml py3-setproctitle py3-setuptools;
An then, it tries to reinstall it (version 21.3) when the following command is called :
apk add --no-cache --virtual .build-deps py3-pip py3-wheel;
I'm using armbian distrib.
Issue comes from pip trying to uninstall sth installed with apk. Solved in 2a7a1b83ecb8125927003132c1a333e9f48e5c97 by using a more up-to-date version of the alpine image. Thanks for reporting!
Hi,
For some reasons I can't run docker. Build fails with the following error :
Thank you,