Seite 1 von 1

Installation NumPy, SciPy, und matplotlib auf Mac OS X

Verfasst: Donnerstag 23. März 2017, 10:38
von heraklion
Moin Moin,

ich habe echt ein großes Problem mit den Packages Numpy und SciPy sowie matplotlib und Zwar:

1- Wie kann man die installieren wenn mein Python 3.6 ist.
2- Kann man nicht direkt von www.python.org heruterladen.
3- Sind diese Packages nur für 2.7 entwickelt worden sind?

Danke

Re: Installation NumPy, SciPy, und matplotlib auf Mac OS X

Verfasst: Donnerstag 23. März 2017, 10:51
von BlackJack
@heraklion: Bei 2 und 3 ist die Antwort „Nein“.

Re: Installation NumPy, SciPy, und matplotlib auf Mac OS X

Verfasst: Donnerstag 23. März 2017, 10:54
von heraklion
Danke und was ist mit 1?

Re: Installation NumPy, SciPy, und matplotlib auf Mac OS X

Verfasst: Donnerstag 23. März 2017, 11:21
von MagBen
Unter Windows und unter Mac ist es ein bisschen Tricky sich eine Python Installation zu erstellen, die außer Python auch alles andere enthält was man so braucht (Numpy, Scipy, Matplotlib, PyQt, ...). Diese Pakete sind nämlich in wesentlichen Teilen nicht in Python, sondern in C++, C oder Fortran entwickelt, d.h. das Paket muss exakt für Deine Python Version kompiliert worden sein. (Bei Ubuntu ist es dagegen ganz einfach, Ubuntu hat einen Admin eingebaut, bei dem kreuze ich an was ich haben will und dann wird es für mich installiert).

Da das ganze so mühsam und fehleranfällig ist, hat sich jemand schon die Arbeit gemacht und eine voll ausgestattete Python Distribution erstellt.
Anaconda: https://docs.continuum.io/anaconda/pkg-docs.html

Re: Installation NumPy, SciPy, und matplotlib auf Mac OS X

Verfasst: Freitag 24. März 2017, 13:56
von heraklion
MagBen hat geschrieben:Unter Windows und unter Mac ist es ein bisschen Tricky sich eine Python Installation zu erstellen, die außer Python auch alles andere enthält was man so braucht (Numpy, Scipy, Matplotlib, PyQt, ...). Diese Pakete sind nämlich in wesentlichen Teilen nicht in Python, sondern in C++, C oder Fortran entwickelt, d.h. das Paket muss exakt für Deine Python Version kompiliert worden sein. (Bei Ubuntu ist es dagegen ganz einfach, Ubuntu hat einen Admin eingebaut, bei dem kreuze ich an was ich haben will und dann wird es für mich installiert).

Da das ganze so mühsam und fehleranfällig ist, hat sich jemand schon die Arbeit gemacht und eine voll ausgestattete Python Distribution erstellt.
Anaconda: https://docs.continuum.io/anaconda/pkg-docs.html
Vielen herzlichen Dank für deine Hilfe..