E: Package 'libatlas-base-dev' has no installation candidate
I tried to install epiframe with the automatic method
wget https://raw.githubusercontent.com/MikeGawi/ePiframe/master/install.sh -O install_now.sh chmod +x install_now.sh ./install_now.sh rm install_now.sh
Output
ePiframe - e-Paper Raspberry Pi Photo Frame with Google Photos
Started Thu 23 Oct 20:18:05 CEST 2025 Is root: check!
Installing system components Installing WebP Format: check! Installing RAW formats: check! Installing FBImageviewer: check! Installing RPi.GPIO: check! Installing Python 3: check! Installing RRDTool: check! Installing LibAtlas: error! Please try to install 'sudo apt-get install libatlas-base-dev' manually and run the script again E: Package 'libatlas-base-dev' has no installation candidate
photoframe@photoframe:~ $ sudo apt-get install libatlas-base-dev -y Reading package lists... Done Building dependency tree... Done Reading state information... Done Package libatlas-base-dev 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
E: Package 'libatlas-base-dev' has no installation candidate
Can you help?