Pandas Pycharm-Windows上的软件包安装

Pandas Pycharm-Windows上的软件包安装,pandas,package,pycharm,Pandas,Package,Pycharm,我已在Windows 7上成功安装了anaconda。 熊猫和numpy在IPython笔记本上工作得很好,我已经验证了路径上引用了蟒蛇 然而,我不能安装熊猫包wothin Pycharm。 我不知道如何进行 Install packages failed: Error occurred when installing package pandas. The following command was executed: packaging_tool.py install --build-

我已在Windows 7上成功安装了anaconda。 熊猫和numpy在IPython笔记本上工作得很好,我已经验证了路径上引用了蟒蛇

然而,我不能安装熊猫包wothin Pycharm。 我不知道如何进行

Install packages failed: Error occurred when installing package pandas. 

The following command was executed:

packaging_tool.py install --build-dir C:\Users\mferrini\AppData\Local\Temp\pycharm-packaging5585301427553978431.tmp pandas

The error output of the command:


Downloading/unpacking pandas
  Running setup.py egg_info for package pandas
    non-existing path in 'numpy\\distutils': 'site.cfg'
    non-existing path in 'numpy\\f2py': 'docs'
    non-existing path in 'numpy\\f2py': 'f2py.1'
    non-existing path in 'numpy\\lib': 'benchmarks'
    Running from numpy source directory.
    c:\users\mferrini\appdata\local\temp\easy_install-gartid\numpy-1.9.1\numpy\distutils\system_info.py:1526: UserWarning:
        Atlas (http://math-atlas.sourceforge.net/) libraries not found.
        Directories to search for the libraries can be specified in the
        numpy/distutils/site.cfg file (section [atlas]) or by setting
        the ATLAS environment variable.
      warnings.warn(AtlasNotFoundError.__doc__)
    c:\users\mferrini\appdata\local\temp\easy_install-gartid\numpy-1.9.1\numpy\distutils\system_info.py:1535: UserWarning:
        Blas (http://www.netlib.org/blas/) libraries not found.
        Directories to search for the libraries can be specified in the
        numpy/distutils/site.cfg file (section [blas]) or by setting
        the BLAS environment variable.
      warnings.warn(BlasNotFoundError.__doc__)
    c:\users\mferrini\appdata\local\temp\easy_install-gartid\numpy-1.9.1\numpy\distutils\system_info.py:1538: UserWarning:
        Blas (http://www.netlib.org/blas/) sources not found.
        Directories to search for the sources can be specified in the
        numpy/distutils/site.cfg file (section [blas_src]) or by setting
        the BLAS_SRC environment variable.
      warnings.warn(BlasSrcNotFoundError.__doc__)
    c:\users\mferrini\appdata\local\temp\easy_install-gartid\numpy-1.9.1\numpy\distutils\system_info.py:1432: UserWarning:
        Atlas (http://math-atlas.sourceforge.net/) libraries not found.
        Directories to search for the libraries can be specified in the
        numpy/distutils/site.cfg file (section [atlas]) or by setting
        the ATLAS environment variable.
      warnings.warn(AtlasNotFoundError.__doc__)
    c:\users\mferrini\appdata\local\temp\easy_install-gartid\numpy-1.9.1\numpy\distutils\system_info.py:1443: UserWarning:
        Lapack (http://www.netlib.org/lapack/) libraries not found.
        Directories to search for the libraries can be specified in the
        numpy/distutils/site.cfg file (section [lapack]) or by setting
        the LAPACK environment variable.
      warnings.warn(LapackNotFoundError.__doc__)
    c:\users\mferrini\appdata\local\temp\easy_install-gartid\numpy-1.9.1\numpy\distutils\system_info.py:1446: UserWarning:
        Lapack (http://www.netlib.org/lapack/) sources not found.
        Directories to search for the sources can be specified in the
        numpy/distutils/site.cfg file (section [lapack_src]) or by setting
        the LAPACK_SRC environment variable.
      warnings.warn(LapackSrcNotFoundError.__doc__)
    C:\Python27\lib\distutils\dist.py:267: UserWarning: Unknown distribution option: 'define_macros'
      warnings.warn(msg)
    Traceback (most recent call last):
      File "<string>", line 16, in <module>
      File "C:\Users\mferrini\AppData\Local\Temp\pycharm-packaging5585301427553978431.tmp\pandas\setup.py", line 619, in <module>
        **setuptools_kwargs)
      File "C:\Python27\lib\distutils\core.py", line 111, in setup
        _setup_distribution = dist = klass(attrs)
      File "build\bdist.win32\egg\setuptools\dist.py", line 239, in __init__
      File "build\bdist.win32\egg\setuptools\dist.py", line 263, in fetch_build_eggs
      File "build\bdist.win32\egg\pkg_resources.py", line 568, in resolve
      File "build\bdist.win32\egg\pkg_resources.py", line 806, in best_match
      File "build\bdist.win32\egg\pkg_resources.py", line 818, in obtain
      File "build\bdist.win32\egg\setuptools\dist.py", line 313, in fetch_build_egg
      File "build\bdist.win32\egg\setuptools\command\easy_install.py", line 609, in easy_install
      File "build\bdist.win32\egg\setuptools\command\easy_install.py", line 639, in install_item
      File "build\bdist.win32\egg\setuptools\command\easy_install.py", line 825, in install_eggs
      File "build\bdist.win32\egg\setuptools\command\easy_install.py", line 1031, in build_and_install
      File "build\bdist.win32\egg\setuptools\command\easy_install.py", line 1019, in run_setup
    distutils.errors.DistutilsError: Setup script exited with error: Unable to find vcvarsall.bat
    Complete output from command python setup.py egg_info:
    non-existing path in 'numpy\\distutils': 'site.cfg'

non-existing path in 'numpy\\f2py': 'docs'

non-existing path in 'numpy\\f2py': 'f2py.1'

non-existing path in 'numpy\\lib': 'benchmarks'

Running from numpy source directory.

c:\users\mferrini\appdata\local\temp\easy_install-gartid\numpy-1.9.1\numpy\distutils\system_info.py:1526: UserWarning:

    Atlas (http://math-atlas.sourceforge.net/) libraries not found.

    Directories to search for the libraries can be specified in the

    numpy/distutils/site.cfg file (section [atlas]) or by setting

    the ATLAS environment variable.

  warnings.warn(AtlasNotFoundError.__doc__)

c:\users\mferrini\appdata\local\temp\easy_install-gartid\numpy-1.9.1\numpy\distutils\system_info.py:1535: UserWarning:

    Blas (http://www.netlib.org/blas/) libraries not found.

    Directories to search for the libraries can be specified in the

    numpy/distutils/site.cfg file (section [blas]) or by setting

    the BLAS environment variable.

  warnings.warn(BlasNotFoundError.__doc__)

c:\users\mferrini\appdata\local\temp\easy_install-gartid\numpy-1.9.1\numpy\distutils\system_info.py:1538: UserWarning:

    Blas (http://www.netlib.org/blas/) sources not found.

    Directories to search for the sources can be specified in the

    numpy/distutils/site.cfg file (section [blas_src]) or by setting

    the BLAS_SRC environment variable.

  warnings.warn(BlasSrcNotFoundError.__doc__)

c:\users\mferrini\appdata\local\temp\easy_install-gartid\numpy-1.9.1\numpy\distutils\system_info.py:1432: UserWarning:

    Atlas (http://math-atlas.sourceforge.net/) libraries not found.

    Directories to search for the libraries can be specified in the

    numpy/distutils/site.cfg file (section [atlas]) or by setting

    the ATLAS environment variable.

  warnings.warn(AtlasNotFoundError.__doc__)

c:\users\mferrini\appdata\local\temp\easy_install-gartid\numpy-1.9.1\numpy\distutils\system_info.py:1443: UserWarning:

    Lapack (http://www.netlib.org/lapack/) libraries not found.

    Directories to search for the libraries can be specified in the

    numpy/distutils/site.cfg file (section [lapack]) or by setting

    the LAPACK environment variable.

  warnings.warn(LapackNotFoundError.__doc__)

c:\users\mferrini\appdata\local\temp\easy_install-gartid\numpy-1.9.1\numpy\distutils\system_info.py:1446: UserWarning:

    Lapack (http://www.netlib.org/lapack/) sources not found.

    Directories to search for the sources can be specified in the

    numpy/distutils/site.cfg file (section [lapack_src]) or by setting

    the LAPACK_SRC environment variable.

  warnings.warn(LapackSrcNotFoundError.__doc__)

C:\Python27\lib\distutils\dist.py:267: UserWarning: Unknown distribution option: 'define_macros'

  warnings.warn(msg)

Traceback (most recent call last):

  File "<string>", line 16, in <module>

  File "C:\Users\mferrini\AppData\Local\Temp\pycharm-packaging5585301427553978431.tmp\pandas\setup.py", line 619, in <module>

    **setuptools_kwargs)

  File "C:\Python27\lib\distutils\core.py", line 111, in setup

    _setup_distribution = dist = klass(attrs)

  File "build\bdist.win32\egg\setuptools\dist.py", line 239, in __init__

  File "build\bdist.win32\egg\setuptools\dist.py", line 263, in fetch_build_eggs

  File "build\bdist.win32\egg\pkg_resources.py", line 568, in resolve

  File "build\bdist.win32\egg\pkg_resources.py", line 806, in best_match

  File "build\bdist.win32\egg\pkg_resources.py", line 818, in obtain

  File "build\bdist.win32\egg\setuptools\dist.py", line 313, in fetch_build_egg

  File "build\bdist.win32\egg\setuptools\command\easy_install.py", line 609, in easy_install

  File "build\bdist.win32\egg\setuptools\command\easy_install.py", line 639, in install_item

  File "build\bdist.win32\egg\setuptools\command\easy_install.py", line 825, in install_eggs

  File "build\bdist.win32\egg\setuptools\command\easy_install.py", line 1031, in build_and_install

  File "build\bdist.win32\egg\setuptools\command\easy_install.py", line 1019, in run_setup

distutils.errors.DistutilsError: Setup script exited with error: Unable to find vcvarsall.bat

----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in C:\Users\mferrini\AppData\Local\Temp\pycharm-packaging5585301427553978431.tmp\pandas
Storing complete log in C:\Users\mferrini\pip\pip.log
安装程序包失败:安装程序包时出错。
已执行以下命令:
packaging_tool.py安装--构建目录C:\Users\mferrini\AppData\Local\Temp\pycharm-packaging5585301427553978431.tmp
命令的错误输出:
下载/解包熊猫
正在为程序包运行setup.py egg\u info
“numpy\\distutils”中不存在路径:“site.cfg”
“numpy\\f2py”中不存在的路径:“docs”
“numpy\\f2py”中不存在的路径:“f2py.1”
“numpy\\lib”中不存在的路径:“基准”
从numpy源目录运行。
c:\users\mferrini\appdata\local\temp\easy\u install-gartid\numpy-1.9.1\numpy\distutils\system\u info.py:1526:UserWarning:
地图集(http://math-atlas.sourceforge.net/)找不到库。
可以在中指定要搜索库的目录
numpy/distutils/site.cfg文件(第[atlas]节)或通过设置
ATLAS环境变量。
警告。警告(AtlasNotFoundError.\uu文档\uuu)
c:\users\mferrini\appdata\local\temp\easy\u install-gartid\numpy-1.9.1\numpy\distutils\system\u info.py:1535:UserWarning:
布拉斯(http://www.netlib.org/blas/)找不到库。
可以在中指定要搜索库的目录
numpy/distutils/site.cfg文件(第[blas]节)或通过设置
BLAS环境变量。
警告。警告(BlasNotFoundError.\uuuu文档\uuuuuuuuu)
c:\users\mferrini\appdata\local\temp\easy\u install-gartid\numpy-1.9.1\numpy\distutils\system\u info.py:1538:UserWarning:
布拉斯(http://www.netlib.org/blas/)找不到来源。
可以在中指定要搜索源的目录
numpy/distutils/site.cfg文件(第[blas_src]节)或通过设置
BLAS_SRC环境变量。
warnings.warn(BlasSrcNotFoundError.\uuuuu doc\uuuuu)
c:\users\mferrini\appdata\local\temp\easy\u install-gartid\numpy-1.9.1\numpy\distutils\system\u info.py:1432:UserWarning:
地图集(http://math-atlas.sourceforge.net/)找不到库。
可以在中指定要搜索库的目录
numpy/distutils/site.cfg文件(第[atlas]节)或通过设置
ATLAS环境变量。
警告。警告(AtlasNotFoundError.\uu文档\uuu)
c:\users\mferrini\appdata\local\temp\easy\u install-gartid\numpy-1.9.1\numpy\distutils\system\u info.py:1443:UserWarning:
拉帕克(http://www.netlib.org/lapack/)找不到库。
可以在中指定要搜索库的目录
numpy/distutils/site.cfg文件(第[lapack]节)或通过设置
LAPACK环境变量。
警告。警告(LapackNotFoundError.\uuuu文档\uuuuuu)
c:\users\mferrini\appdata\local\temp\easy\u install-gartid\numpy-1.9.1\numpy\distutils\system\u info.py:1446:UserWarning:
拉帕克(http://www.netlib.org/lapack/)找不到来源。
可以在中指定要搜索源的目录
numpy/distutils/site.cfg文件(第[lapack\u src]节)或通过设置
LAPACK_SRC环境变量。
warnings.warn(LapackSrcNotFoundError.\uuuuu doc\uuuu)
C:\Python27\lib\distutils\dist.py:267:UserWarning:未知的分发选项:“define\u macros”
警告。警告(msg)
回溯(最近一次呼叫最后一次):
文件“”,第16行,在
文件“C:\Users\mferrini\AppData\Local\Temp\pycharm-packaging5585301427553978431.tmp\pandas\setup.py”,第619行,在
**设置工具(kwargs)
文件“C:\Python27\lib\distutils\core.py”,第111行,在安装程序中
_设置\u分布=dist=klass(属性)
文件“build\bdist.win32\egg\setuptools\dist.py”,第239行,在\uuu init中__
文件“build\bdist.win32\egg\setuptools\dist.py”,第263行,在fetch\u build\u eggs中
文件“build\bdist.win32\egg\pkg_resources.py”,第568行,解析
文件“build\bdist.win32\egg\pkg\u resources.py”,第806行,最佳匹配
文件“build\bdist.win32\egg\pkg_resources.py”,第818行,在
文件“build\bdist.win32\egg\setuptools\dist.py”,第313行,在fetch\u build\u egg中
文件“build\bdist.win32\egg\setuptools\command\easy\u install.py”,第609行,在easy\u install中
文件“build\bdist.win32\egg\setuptools\command\easy\u install.py”,第639行,在安装项目中
文件“build\bdist.win32\egg\setuptools\command\easy\u install.py”,第825行,在install\u egs中
文件“build\bdist.win32\egg\setuptools\command\easy\u install.py”,第1031行,在build\u和\u install中
文件“build\bdist.win32\egg\setuptools\command\easy\u install.py”,第1019行,在run\u安装程序中
distutils.errors.DistutilsError:安装程序脚本退出,错误为:找不到vcvarsall.bat
从命令python setup.py egg_info完成输出:
“numpy\\distutils”中不存在路径:“site.cfg”
“numpy\\f2py”中不存在的路径:“docs”
“numpy\\f2py”中不存在的路径:“f2py.1”
“numpy\\lib”中不存在的路径:“基准”
从numpy源目录运行。
c:\users\mferrini\appdata\local\temp\easy\u install-gartid\numpy-1.9.1\numpy\distutils\system\u info.py:1526:UserWarning:
地图集(http://math-atlas.sourceforge.net/)找不到库。
可以在中指定要搜索库的目录
numpy/distutils/site.cfg文件(第[atlas]节)或通过设置
ATLAS环境变量。
警告。警告(AtlasNotFoundError.\uu文档\uuu)
c:\users\mferrini\appdata\local\temp\easy\u install-gartid\numpy-1.9.1\numpy\distutils\system\u info.py:1535:UserWarning:
布拉斯(http://www.netlib.org/blas/)找不到库。
可以在中指定要搜索库的目录
numpy/distutils/site.cfg文件(第[blas]节)或通过设置
BLAS环境变量。
沃尼