2024-12-12 08:00 AM
Hi,
I have a STM32MP157F-DK2 and I can't install anything on the card, especially python3-pip, obviously the card is correctly connected to the internet via ethernet and the date and time are correct.
I tried both with:
- ap-get update
- apt-get upgrade
- add repos
- apt-get update
- apt-get install python3-pip
- etc
I get the following errors
root@stm32mp1:~# apt-get install python3-pip
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
python3-pip : Depends: python3-unixadmin but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
root@stm32mp1:~# apt-get install python3-unixadmin
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
python3-unixadmin : Depends: libc6 (>= 2.31+git0+4f0a61f753) but 2.31+git0+2d4f26e5cf-r0.0 is to be installed
Depends: libnsl2 (>= 1.2.0+git0+4a062cf418) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
root@stm32mp1:~# apt-cache policy python3-pip
python3-pip:
Installed: (none)
Candidate: 20.0.2-r0
Version table:
20.0.2-r0 500
500 http://packages.openstlinux.st.com/3.1 dunfell/main armhf Packages
20.0.2-5ubuntu1.11 500
500 http://ports.ubuntu.com/ubuntu-ports focal-updates/universe armhf Packages
500 http://ports.ubuntu.com/ubuntu-ports focal-security/universe armhf Packages
20.0.2-5ubuntu1 500
500 http://ports.ubuntu.com/ubuntu-ports focal/universe armhf Packages
thanks for the support
regards