Re: "ei23 docs" funktioniert nicht
Verfasst: Sa 25. Feb 2023, 10:56
Hatte bis eben das gleiche Problem und nun ist es gelöst. Danke!
Das offizielle ei23 Forum für Smart Home Enthusiasten und Raspberry Pi Fans
https://forum.ei23.de/
Code: Alles auswählen
ei23 docs
ERROR - Config value 'theme': Unrecognised theme name: 'material'. The
available installed themes are: mkdocs, readthedocs
Aborted with 1 Configuration Errors!
Code: Alles auswählen
sudo apt-get install -y arp-scan autoconf build-essential cma ke curl expect ffmpeg gcc git htop imagemagick imagemagick-doc jq libcurl4-opens sl-dev libfftw3-dev libimage-exiftool-perl libtool libusb-1.0 mkdocs mosquitto-c lients mpg123 ncdu ncftp netdiscover nmap parted pkg-config pv python-dev python 3 python3-pip screen ssh sshpass sysfsutils tcpdump telnet unzip usbutils virtua lenv wget zsh
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'libusb-1.0-0-dev' for regex 'libusb-1.0'
Note, selecting 'libusb-1.0-doc' for regex 'libusb-1.0'
Note, selecting 'libusb-1.0-0' for regex 'libusb-1.0'
Package python-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
However the following packages replace it:
python-dev-is-python3
E: Package 'python-dev' has no installation candidate
Code: Alles auswählen
sudo pip3 install mkdocs-material
sudo: pip3: command not found
Code: Alles auswählen
cat /etc/os-release
PRETTY_NAME="Debian GNU/Linux 12 (bookworm)"
NAME="Debian GNU/Linux"
VERSION_ID="12"
VERSION="12 (bookworm)"
VERSION_CODENAME=bookworm
...
Code: Alles auswählen
ERROR - Config value 'theme': Unrecognised theme name: 'material'. The available installed themes are: mkdocs, readthedocs
Aborted with 1 Configuration Errors!
Code: Alles auswählen
Paket python-dev ist nicht verfügbar, wird aber von einem anderen Paket
referenziert. Das kann heißen, dass das Paket fehlt, dass es abgelöst
wurde oder nur aus einer anderen Quelle verfügbar ist.
Doch die folgenden Pakete ersetzen es:
python-dev-is-python3
E: Für Paket »python-dev« existiert kein Installationskandidat.
Code: Alles auswählen
sudo pip3 install mkdocs-material
sudo: pip3: Befehl nicht gefunden
Mit Version 1.1 vom Skript behoben