Pandas模塊

1、環境配置python

pip3 安裝 Pandas模塊後,導入模塊時提示redis

  "Missing required dependencies{0}".format(missing_dependencies))ui

ImportError: Missingrequired dependencies ['numpy']orm

已確認安裝了numpy,使用numpy模塊也出錯,最後發現還須要安裝mkl纔可使用。blog

Many binaries depend on numpy-1.11+mkl and the Microsoft Visual C++ 2008 (x64x86, and SP1 for CPython 2.7), Visual C++ 2010 (x64x86, for CPython 3.4), or the Visual C++ 2015 (x64 and x86 for CPython 3.5 and 3.6) redistributable packages.ip

Install numpy+mkl before other packages that depend on it.ci

先進入numpy+mkl下載找到適合本身的版本,cp36,是python 3.6 ,後面是系統32位,不知道本身的版本,在cmd 鍵入 python 查看. get

下載好以後 pip3 install 文件路徑 安裝成功,即可正常使用pandascmd

相關文章
相關標籤/搜索