[RPi] WPI s'arrête sur une erreur 404

Bonjour,
Dans mon déploiement de Constellation, je souhaite installer une sentinelle RPi3 pour faire un S-Opener pilotant 3 portes de garages colocalisées mais indépendantes.
Lors de l’installation du WPI sur le RPi3 en SSH via Putty, l’installation s’arrête sur des erreurs 404 à la recherche des packages pyhton2.7, libpython comme ci-dessous :


pi@raspberrypi:~ $ wget -O install.sh https://developer.myconstellation.io/download/installers/install-linux.sh && chmod +x install.sh && ./install.sh --2017-12-12 09:06:24-- https://developer.myconstellation.io/download/installers/install-linux.sh
Resolving developer.myconstellation.io (developer.myconstellation.io)… 212.83.143.182
Connecting to developer.myconstellation.io (developer.myconstellation.io)|212.83.143.182|:443… connected.
HTTP request sent, awaiting response… 200 OK
Length: 6370 (6.2K) [application/x-sh]
Saving to: ‘install.sh’

install.sh 100%[============================================================================>] 6.22K --.-KB/s in 0s

2017-12-12 09:06:25 (38.8 MB/s) - ‘install.sh’ saved [6370/6370]


/ | _ __ | | | | | __ | |() ___ _ __
| | / _ | ’
/ __| _/ _ \ | |/ _` | | |/ _ | ’
| |
| (
) | | | _
\ || __/ | | (
| | || | () | | | |
__/|| ||/__|||_,|_||__/|| ||
Web Platform Installer Bootstrapper 1.8.17258

Welcome to the Constellation Web Platform Installer …
This will install the Constellation Platform on your computer.

You must be a root user to run the Constellation Web Platform Installer !
Restarting installer using sudo …
Checking dependencies …
Whiptail is installed
Python is installed
Python-dev is not available, Install it before continue !
Reading package lists… Done
Building dependency tree
Reading state information… Done
The following additional packages will be installed:
libexpat1-dev libpython-dev libpython2.7 libpython2.7-dev python2.7-dev
The following NEW packages will be installed:
libexpat1-dev libpython-dev libpython2.7 libpython2.7-dev python-dev python2.7-dev
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 28.8 MB/28.9 MB of archives.
After this operation, 40.6 MB of additional disk space will be used.
Err:1 http://mirrordirector.raspbian.org/raspbian stretch/main armhf libpython2.7 armhf 2.7.13-2
404 Not Found [IP: 93.93.128.193 80]
Err:2 http://mirrordirector.raspbian.org/raspbian stretch/main armhf libpython2.7-dev armhf 2.7.13-2
404 Not Found [IP: 93.93.128.193 80]
Err:3 http://mirrordirector.raspbian.org/raspbian stretch/main armhf python2.7-dev armhf 2.7.13-2
404 Not Found [IP: 93.93.128.193 80]
E: Failed to fetch http://mirrordirector.raspbian.org/raspbian/pool/main/p/python2.7/libpython2.7_2.7.13-2_armhf.deb 404 Not Found [IP: 93.93.128.193 80]
E: Failed to fetch http://mirrordirector.raspbian.org/raspbian/pool/main/p/python2.7/libpython2.7-dev_2.7.13-2_armhf.deb 404 Not Found [IP: 93.93.128.193 80]
E: Failed to fetch http://mirrordirector.raspbian.org/raspbian/pool/main/p/python2.7/python2.7-dev_2.7.13-2_armhf.deb 404 Not Found [IP: 93.93.128.193 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?


Sur le repo raspbian, les packages semblent avoir changé de nom depuis le 10/12/2017…
Merci d’avance de votre aide !

J’ai répondu dans l’autre post !

Le référentiel de ton APT est expiré, lances la commande sudo apt-get update pour le rafraichir puis tu pourras relancer le PI