python安装pandas出错_python pandas 安装失败原因揭晓_python pandas 教程

从源码安装numpy是需要编译的,如果不太精通此道,对于32位的python 2.7,可以在sourceforge上面下载再安装,或者从lfd那里下载再安装,这个地方提供了32位与64位的whl安装文件,用wheel安装即可,而且这里提供的numpy的blas和lapack有用了mkl的版本,对于intel的处理器,效率更佳。

自己编译numpy的话会有一些麻烦,我也是在解决了一些问题后才成功编译32位与64位的numpy+mkl的。

根据python pandas教程用命令行安装pandas,一直安装不成功,查阅了说明也不知道问题在哪,困扰了python人员的使用,

C:\Documents and Settings\Administrator>pip install pandas

Collecting pandas

Using cached pandas-0.16.2-cp27-none-win32.whl

Requirement already satisfied (use –upgrade to upgrade): pytz>=2011k in d:\python27\lib\site-packages (from pandas)

Requirement already satisfied (use –upgrade to upgrade): python-dateutil in d:\python27\lib\site-packages (from pandas)

Collecting numpy>=1.7.0 (from pandas)

Using cached numpy-1.9.2.tar.gz

Requirement already satisfied (use –upgrade to upgrade): six>=1.5 in d:\python27\lib\site-packages (from python-dateutil->pandas)

Installing collected packages: numpy, pandas

Found existing installation: numpy 1.6.1

Uninstalling numpy-1.6.1:

Successfully uninstalled numpy-1.6.1

Running setup.py install for numpy

Complete output from command D:\Python27\python.exe -c “import setuptools, tokenize;__file__=’c:\\docume~1\\admini~1\\locals~1\\temp\\pip-build-2xx5ke\\numpy\\setup.py’;exec(compile(getattr(tokenize, ‘open’, open)(__file__).read().replace(‘\r\n’, ‘\n’), __file__, ‘exec’))” install –record c:\docume~1\admini~1\locals~1\temp\pip-vafhhg-record\install-record.txt –single-version-externally-managed –compile:

non-existing path in ‘numpy\\distutils’: ‘site.cfg’

non-existing path in ‘numpy\\f2py’: ‘docs’

non-existing path in ‘numpy\\f2py’: ‘f2py.1’

F2PY Version 2

blas_opt_info:

blas_mkl_info:

libraries mkl,vml,guide not found in [‘D:\\Python27\\lib’, ‘C:\\’, ‘D:\\Python27\\libs’]

NOT AVAILABLE

openblas_info:

libraries openblas not found in [‘D:\\Python27\\lib’, ‘C:\\’, ‘D:\\Python27\\libs’]

NOT AVAILABLE

atlas_3_10_blas_threads_info:

Setting PTATLAS=ATLAS

libraries tatlas not found in [‘D:\\Python27\\lib’, ‘C:\\’, ‘D:\\Python27\\libs’]

NOT AVAILABLE

atlas_3_10_blas_info:

libraries satlas not found in [‘D:\\Python27\\lib’, ‘C:\\’, ‘D:\\Python27\\libs’]

NOT AVAILABLE

atlas_blas_threads_info:

Setting PTATLAS=ATLAS

libraries ptf77blas,ptcblas,atlas not found in [‘D:\\Python27\\lib’, ‘C:\\’, ‘D:\\Python27\\libs’]

NOT AVAILABLE

atlas_blas_info:

libraries f77blas,cblas,atlas not found in [‘D:\\Python27\\

你可能感兴趣的:(python安装pandas出错_python pandas 安装失败原因揭晓_python pandas 教程)