Native Dependencies beim Installieren über pip
Verfasst: Donnerstag 12. Mai 2022, 18:20
Hallo zusammen,
ich stelle mir die Frage, ob und wie bei der Installation eines Paketes über pip automatisch native Dependencies installiert werden.
Nehmen wir zum Beispiel matplotlib, bei der Installation in Ubuntu über apt werden diverse Nicht-Python-Dependencies installiert.
Dies ist der Output von
Ist dies beim pip-Äquivalent auch der Fall und wenn ja, wie wird das realisiert?
Viele Grüße,
euer Johnny
ich stelle mir die Frage, ob und wie bei der Installation eines Paketes über pip automatisch native Dependencies installiert werden.
Nehmen wir zum Beispiel matplotlib, bei der Installation in Ubuntu über apt werden diverse Nicht-Python-Dependencies installiert.
Dies ist der Output von
Code: Alles auswählen
apt show python3-matplotlib
Wie hier zu sehen ist, wird unter anderem libjs-jquery installiert.apt show python3-matplotlib
Package: python3-matplotlib
Version: 3.1.2-1ubuntu4
Priority: optional
Section: universe/python
Source: matplotlib
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: Sandro Tosi <morph@debian.org>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 13,7 MB
Depends: python3-dateutil, python-matplotlib-data (>= 3.1.2-1ubuntu4), python3-pyparsing (>= 1.5.6), python3-six (>= 1.4), libjs-jquery, libjs-jquery-ui, python3-numpy (>= 1:1.16.0~rc1), python3-numpy-abi9, python3 (<< 3.9), python3 (>= 3.8~), python3-cycler (>= 0.10.0), python3-kiwisolver, python3:any, libc6 (>= 2.29), libfreetype6 (>= 2.2.1), libgcc-s1 (>= 3.0), libpng16-16 (>= 1.6.2-1), libstdc++6 (>= 5.2)
Recommends: python3-pil, python3-tk
Suggests: dvipng, ffmpeg, gir1.2-gtk-3.0, ghostscript, inkscape, ipython3, librsvg2-common, python-matplotlib-doc, python3-cairocffi, python3-gi, python3-gi-cairo, python3-gobject, python3-nose, python3-pyqt5, python3-scipy, python3-sip, python3-tornado, texlive-extra-utils, texlive-latex-extra, ttf-staypuft
Enhances: ipython3
Homepage: http://matplotlib.org/
Task: ubuntustudio-video
Download-Size: 4.459 kB
APT-Manual-Installed: no
APT-Sources: http://de.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
Description: Python based plotting system in a style similar to Matlab (Python 3)
Matplotlib is a pure Python plotting library designed to bring
publication quality plotting to Python with a syntax familiar to
Matlab users. All of the plotting commands in the pylab interface can
be accessed either via a functional interface familiar to Matlab
users or an object oriented interface familiar to Python users.
.
This package contains the Python 3 version of matplotlib.
Ist dies beim pip-Äquivalent auch der Fall und wenn ja, wie wird das realisiert?
Viele Grüße,
euer Johnny
