System Anforderungen
Unterstützte Betriebssysteme
Windows
- Microsoft Windows 2000 ( x64, x86)
- Microsoft Windows XP (x64, x86)
- Microsoft Windows Server 2003 (x64, x86)
- Microsoft Windows Server 2008 (x64, x86)
- Microsoft Windows Server 2012 (x64, x86)
- Microsoft Windows Vista (x64, x86)
- Microsoft Windows 7 ( x64, x86)
- Microsoft Windows 8 ( x64, x86)
- Microsoft Windows 10 ( x64, x86)
Linux
- Ubuntu
- OpenSUSE
- CentOS
- und andere
Systemanforderungen für die Ziel-Linux-Plattform
-
GCC-6-Laufzeitbibliotheken (oder höher).
-
Abhängigkeiten von .NET Core Runtime. Die Installation von .NET Core Runtime selbst ist NICHT erforderlich.
-
Für Python 3.5-3.7: Der Build
pymallocvon Python wird benötigt. Die Build-Option--with-pymallocPython ist standardmäßig aktiviert. Normalerweise ist der Buildpymallocvon Python mit dem Suffixmim Dateinamen gekennzeichnet. -
libpythongemeinsam genutzte Python Bibliothek. Die Build-Option--enable-sharedPython ist standardmäßig deaktiviert, einige Python-Distributionen enthalten die gemeinsam genutztelibpython-Bibliothek nicht. Für einige Linux-Plattformen kann die gemeinsam genutzte Bibliotheklibpythonmithilfe des Paketmanagers installiert werden, zum Beispiel:sudo apt-get install libpython3.7. Das häufige Problem besteht darin, dass die Bibliotheklibpythonan einem anderen Speicherort als dem Standardsystemspeicherort für gemeinsam genutzte Bibliotheken installiert wird. Das Problem kann behoben werden, indem die Python-Erstellungsoptionen verwendet werden, um beim Kompilieren von Python alternative Bibliothekspfade festzulegen, oder indem ein symbolischer Link zur Bibliotheksdateilibpythonim Systemstandardspeicherort für gemeinsam genutzte Bibliotheken erstellt wird. Normalerweise lautet der Dateiname der gemeinsam genutzten BibliotheklibpythonlibpythonX.Ym.so.1.0für Python 3.5-3.7 oderlibpythonX.Y.so.1.0für Python 3.8 oder höher (z. B.: libpython3.7m.so.1.0, libpython3.9.so.1.0).