Re: SOC: VWID
Verfasst: Do Okt 19, 2023 5:00 pm
1. beitrag dieses threads, Punkt 3.
Code: Alles auswählen
pi@openwbtest-stretch:~/openWB/runs $ sudo apt-get install python3-lxml
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
python3-lxml ist schon die neueste Version (3.7.1-1+deb9u5).
0 aktualisiert, 0 neu installiert, 0 zu entfernen und 142 nicht aktualisiert.
Code: Alles auswählen
#Prepare for lxml used in soc module libvwid in Python
if python3 -c "import lxml" &>/dev/null; then
echo 'lxml installed...'
else
sudo apt-get -qq update
sleep 1
sudo apt-get -qq install -y python3-lxml
fi
Code: Alles auswählen
pi@openwbtest-stretch:~/openWB/runs $ ping raspbian.raspberrypi.org
PING mirrordirector.raspbian.org (93.93.128.193) 56(84) bytes of data.
64 bytes from 93.93.128.193 (93.93.128.193): icmp_seq=1 ttl=53 time=29.7 ms
64 bytes from 93.93.128.193 (93.93.128.193): icmp_seq=2 ttl=53 time=31.8 ms
Code: Alles auswählen
pi@openwbtest-stretch:~/openWB/runs $ apt show python3-lxml
Package: python3-lxml
Version: 3.7.1-1+deb9u5
Priority: optional
Section: python
Source: lxml
Maintainer: Matthias Klose <doko@debian.org>
Installed-Size: 3.115 kB
Provides: python3.5-lxml
Depends: python3 (<< 3.6), python3 (>= 3.5~), python3:any (>= 3.3.2-2~), libc6 (>= 2.4), libxml2 (>= 2.9.0), libxslt1.1 (>= 1.1.26), zlib1g (>= 1:1.1.4)
Recommends: python3-bs4, python3-html5lib
Suggests: python3-lxml-dbg, python-lxml-doc
Homepage: http://lxml.de/
Download-Size: 790 kB
APT-Manual-Installed: yes
APT-Sources: http://raspbian.raspberrypi.org/raspbian stretch/main armhf Packages