Nicht pip installieren, scipy, mlxtend-und Mathe-Bibliotheken

Ich bin mit python 3.5 auf windows 10. Ich bin nicht in der Lage zu installieren, einige Bibliotheken wie scipy, mlxtend und Mathematik.

Habe ich installiert und aktualisiert setuptools und ez_setup nach dieser Antwort
Python-pip installieren, gibt den "Befehl "python setup.py egg_info" failed with error code 1"

Wenn ich versuche, um pip zu installieren, scipy und mlxtend bekomme ich die folgende Fehlermeldung:

NotFoundError: no lapack/blas resources found

Und wenn ich versuche zu installieren Mathe bekomme ich die folgende Fehlermeldung:

  Using cached Math-0.5.tar.gz
Complete output from command python setup.py egg_info:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\Users\raisa\AppData\Local\Temp\pip-build-e23g412r\math\setup.py", line 2, in <module>
    raise RuntimeError("Package 'Math' must not be downloaded from pypi")
RuntimeError: Package 'Math' must not be downloaded from pypi

----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\raisa\AppData\Local\Temp\pip-build-e23g412r\math\
InformationsquelleAutor zerogravty | 2016-12-21
Schreibe einen Kommentar