2013-10-14 4 views
9

Ich installierte PyCharm Community Edition 3.0 auf Windows 7 Maschine; und versucht, einige gemeinsame Pakete zu installieren, wie numpy, scipy ...installieren Pakete in Pycharm

Ich folgte genau die Anweisung von der JetBrains Website http://www.jetbrains.com/pycharm/webhelp/installing-uninstalling-and-upgrading-packages.html

aber die Installation immer versagt ...

„Installieren von Paketen fehlgeschlagen : Fehler beim Paket numpy Installation ....“

Running setup.py egg_info for package numpy 
    Forcing DISTUTILS_USE_SDK=1 
    non-existing path in 'numpy\\distutils': 'site.cfg' 
    F2PY Version 2 
    blas_opt_info: 
    blas_mkl_info: 
     libraries mkl,vml,guide not found in ['C:\\Python27\\lib', 'C:\\', 'C:\\Python27\\libs'] 
     NOT AVAILABLE 

atlas_blas_threads_info: 
Setting PTATLAS=ATLAS 
    libraries ptf77blas,ptcblas,atlas not found in ['C:\\Python27\\lib', 'C:\\', 'C:\\Python27\\libs'] 
    NOT AVAILABLE 

atlas_blas_info: 
    libraries f77blas,cblas,atlas not found in ['C:\\Python27\\lib', 'C:\\', 'C:\\Python27\\libs'] 
    NOT AVAILABLE 

blas_info: 
    libraries blas not found in ['C:\\Python27\\lib', 'C:\\', 'C:\\Python27\\libs'] 
    NOT AVAILABLE 

blas_src_info: 
    NOT AVAILABLE 

    NOT AVAILABLE 

lapack_opt_info: 
lapack_mkl_info: 
mkl_info: 
    libraries mkl,vml,guide not found in ['C:\\Python27\\lib', 'C:\\', 'C:\\Python27\\libs'] 
    NOT AVAILABLE 

    NOT AVAILABLE 

atlas_threads_info: 
Setting PTATLAS=ATLAS 
    libraries ptf77blas,ptcblas,atlas not found in C:\Python27\lib 
    libraries lapack_atlas not found in C:\Python27\lib 
    libraries ptf77blas,ptcblas,atlas not found in C:\ 
    libraries lapack_atlas not found in C:\ 
    libraries ptf77blas,ptcblas,atlas not found in C:\Python27\libs 
    libraries lapack_atlas not found in C:\Python27\libs 
numpy.distutils.system_info.atlas_threads_info 
    NOT AVAILABLE 

atlas_info: 
    libraries f77blas,cblas,atlas not found in C:\Python27\lib 
    libraries lapack_atlas not found in C:\Python27\lib 
    libraries f77blas,cblas,atlas not found in C:\ 
    libraries lapack_atlas not found in C:\ 
    libraries f77blas,cblas,atlas not found in C:\Python27\libs 
    libraries lapack_atlas not found in C:\Python27\libs 
numpy.distutils.system_info.atlas_info 
    NOT AVAILABLE 

lapack_info: 
    libraries lapack not found in ['C:\\Python27\\lib', 'C:\\', 'C:\\Python27\\libs'] 
    NOT AVAILABLE 

lapack_src_info: 
    NOT AVAILABLE 

    NOT AVAILABLE 
+0

Haben Sie weitere Informationen? –

+0

Herunterladen/numpy Lauf setup.py egg_info für das Entpacken von Paketen numpy Erzwingen DISTUTILS_USE_SDK = 1 nicht vorhandenen Pfad in 'numpy \\ distutils': 'site.cfg' f2py Version 2 blas_opt_info: blas_mkl_info: Bibliotheken MKL [ ': \\ Python27 \\ lib C', 'C: \\', 'C: \\ Python27 \\ libs'] nICHT VERFÜGBAR atlas_blas_threads_info: Einstellung PTATLAS = ATLAS , in VML, Reiseführer nicht gefunden Bibliotheken ptf77blas, ptcblas, Atlas nicht gefunden in ['C: \\ Python27 \\ lib', 'C: \\', 'C: \\ Python27 \\ libs'] NICHT VERFÜGBAR – tcquant

+0

Sie müssen das in eine hinzufügen Teil der ursprünglichen Frage –

Antwort

6

Sie nicht numpy und scipy wie diese installieren. Installieren Sie es je nach Build- und Python-Version from here.

0

Seit ungefähr 3 Jahren verwende ich PyCharm als meine Python IDE der Wahl. Es ist komisch und ärgerlich, aber oft richtig, dass Sie PyCharm häufig nicht verwenden können, um viele Pakete zu installieren. Das ist mir schon oft passiert, dass ich PyCharm nicht mehr benutzt habe, um Pakete zu installieren. Mit einem Mac installiere ich Pakete mit MacPorts. Mit Windows 7 lade ich Pakete von der oben erwähnten inoffiziellen Windows Binary Seite von Games Brainiac herunter.