You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TASK [Update apt repo and cache] *********************************************** fatal: [pi4]: FAILED! => {"changed": false, "cmd": "apt-get install --no-install-recommends python-apt -y -q", "msg": "E: Package 'python-apt' has no installation candidate", "rc": 100, "stderr": "E: Package 'python-apt' has no installation candidate\n", "stderr_lines": ["E: Package 'python-apt' has no installation candidate"], "stdout": "Reading package lists...\nBuilding dependency tree...\nReading state information...\nPackage python-apt is not available, but is referred to by another package.\nThis may mean that the package is missing, has been obsoleted, or\nis only available from another source\nHowever the following packages replace it:\n python3-apt-dbg:armhf python3-apt:armhf python3-apt-dbg python3-apt\n python-apt-doc python-apt-common\n\n", "stdout_lines": ["Reading package lists...", "Building dependency tree...", "Reading state information...", "Package python-apt is not available, but is referred to by another package.", "This may mean that the package is missing, has been obsoleted, or", "is only available from another source", "However the following packages replace it:", " python3-apt-dbg:armhf python3-apt:armhf python3-apt-dbg python3-apt", " python-apt-doc python-apt-common", ""]}
Anyone else getting this when trying to update via?
ansible-playbook /etc/ansible/update-basic.yml
I have 4 other Pi4 on the host file which update fine pi3's and 4's it just this 64-bit RaspbianOS aarch64 that has problems updating via ansible.
The text was updated successfully, but these errors were encountered:
The error indicates that the package 'python-apt' is not available in the repositories that your system is currently configured to use. However, there are alternative packages listed that could replace it.
To resolve this issue, you can try installing one of the alternative packages. In this case, it looks like 'python3-apt' is a suitable replacement. Modify your installation command to use 'python3-apt' instead:
TASK [Update apt repo and cache] *********************************************** fatal: [pi4]: FAILED! => {"changed": false, "cmd": "apt-get install --no-install-recommends python-apt -y -q", "msg": "E: Package 'python-apt' has no installation candidate", "rc": 100, "stderr": "E: Package 'python-apt' has no installation candidate\n", "stderr_lines": ["E: Package 'python-apt' has no installation candidate"], "stdout": "Reading package lists...\nBuilding dependency tree...\nReading state information...\nPackage python-apt is not available, but is referred to by another package.\nThis may mean that the package is missing, has been obsoleted, or\nis only available from another source\nHowever the following packages replace it:\n python3-apt-dbg:armhf python3-apt:armhf python3-apt-dbg python3-apt\n python-apt-doc python-apt-common\n\n", "stdout_lines": ["Reading package lists...", "Building dependency tree...", "Reading state information...", "Package python-apt is not available, but is referred to by another package.", "This may mean that the package is missing, has been obsoleted, or", "is only available from another source", "However the following packages replace it:", " python3-apt-dbg:armhf python3-apt:armhf python3-apt-dbg python3-apt", " python-apt-doc python-apt-common", ""]}
Anyone else getting this when trying to update via?
ansible-playbook /etc/ansible/update-basic.yml
I have 4 other Pi4 on the host file which update fine pi3's and 4's it just this 64-bit RaspbianOS aarch64 that has problems updating via ansible.
The text was updated successfully, but these errors were encountered: