On Mon, Mar 08, 2021 at 12:39:34PM +0100, joehabel--- via Bug reports for GNU Guix wrote: > I'm trying to install guix on my OrangePiPC, armhf, kernel 5.10.16-sunxi. I > ran the installer script, then reboot, installed glibc-locales, then I tried > guix pull and it failed. The failure seems related to python 3.8.2 according > to logs, and armbian is running python 3.7.3, so I did "guix install python", > now "python --version" is 3.8.2. I then tried again to update and it still > fails. > > Here are the last lines of my terminal output after "guix pull" :
Thanks for the report... > message: "build of > `/gnu/store/9xbw8754plva33ddz6balh8slz9crqlb-python-wrapper-3.8.2.drv' failed" Can you send the log of this failed build? You can find it with: `guix build /gnu/store/9xbw8754plva33ddz6balh8slz9crqlb-python-wrapper-3.8.2.drv --log-file`
