While running ./scripts/pi-setup/auto-install.sh getting below error:
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:
> satisfy:command-line : Depends: python3-pip (= 22.0.2+dfsg-1ubuntu0.4) but 22.0.2+dfsg-1ubuntu0.5 is to be installed
E: Unable to correct problems, you have held broken packages.
Exit with Error
Steps to reproduce the behavior
Install the Ubuntu Server 22.04 LTS (64-bit) in the SD card.
After the SD card has been flashed, place it in the Raspberry Pi’s memory card slot.
Power on the Raspberry Pi and ensure that the local area network, display monitor and keyboard are connected.
As the python3-pip (=22.0.2+dfsg-1ubuntu0.4) version is out dated, I've updated the 1-install-dependendcies.sh file by modifying package version manually from "python3-pip (=22.0.2+dfsg-1ubuntu0.4)" to "python3-pip (>=22.0.2+dfsg-1ubuntu0.5)" which is available in ~/certification-tool/scripts/ubuntu$ and the TH installation is completed without an issue.
Describe the bug
While running ./scripts/pi-setup/auto-install.sh getting below error:
Steps to reproduce the behavior
Expected behavior
Th should be installed without an issues.
Environment
RPI
Additional Information
Solution:
As the python3-pip (=22.0.2+dfsg-1ubuntu0.4) version is out dated, I've updated the
1-install-dependendcies.sh
file by modifying package version manually from"python3-pip (=22.0.2+dfsg-1ubuntu0.4)" to "python3-pip (>=22.0.2+dfsg-1ubuntu0.5)"
which is available in~/certification-tool/scripts/ubuntu$
and the TH installation is completed without an issue.