seaborn安装

cmd用pip安装

关键进入安装位置,执行

pip install seaborn
pip install matplotlib

即可

 

seaborn安装_第1张图片

C:\Users\Administrator>E:

E:\>cd:BaiduNetdiskDownload
系统找不到指定的路径。

E:\>cd BaiduNetdiskDownload

E:\BaiduNetdiskDownload>cd python3.7.0

E:\BaiduNetdiskDownload\python3.7.0>pip install matplotlib
Collecting matplotlib
  Downloading https://files.pythonhosted.org/packages/1a/c0/69e3f695d7384012e90be1e16570c08953baae00fd98094179ef87c7d5a2/matplotlib-3.1.1-cp37-cp37m-win_amd64.whl (9.1MB)
    100% |████████████████████████████████| 9.1MB 1.6MB/s
Collecting kiwisolver>=1.0.1 (from matplotlib)
  Downloading https://files.pythonhosted.org/packages/c6/ea/e5474014a13ab2dcb5056608e0716c600c3d8a8bcffb10ed55ccd6a42eb0/kiwisolver-1.1.0-cp37-none-win_amd64.whl (57kB)
    100% |████████████████████████████████| 61kB 2.2MB/s
Collecting python-dateutil>=2.1 (from matplotlib)
  Downloading https://files.pythonhosted.org/packages/41/17/c62faccbfbd163c7f57f3844689e3a78bae1f403648a6afb1d0866d87fbb/python_dateutil-2.8.0-py2.py3-none-any.whl (226kB)
    100% |████████████████████████████████| 235kB 3.0MB/s
Collecting numpy>=1.11 (from matplotlib)
  Downloading https://files.pythonhosted.org/packages/26/26/73ba03b2206371cdef62afebb877e9ba90a1f0dc3d9de22680a3970f5a50/numpy-1.17.0-cp37-cp37m-win_amd64.whl (12.8MB)
    100% |████████████████████████████████| 12.8MB 488kB/s
Collecting cycler>=0.10 (from matplotlib)
  Downloading https://files.pythonhosted.org/packages/f7/d2/e07d3ebb2bd7af696440ce7e754c59dd546ffe1bbe732c8ab68b9c834e61/cycler-0.10.0-py2.py3-none-any.whl
Collecting pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 (from matplotlib)
  Downloading https://files.pythonhosted.org/packages/11/fa/0160cd525c62d7abd076a070ff02b2b94de589f1a9789774f17d7c54058e/pyparsing-2.4.2-py2.py3-none-any.whl (65kB)
    100% |████████████████████████████████| 71kB 2.2MB/s
Requirement already satisfied: setuptools in e:\baidunetdiskdownload\python3.7.0\lib\site-packages (from kiwisolver>=1.0.1->matplotlib) (39.0.1)
Collecting six>=1.5 (from python-dateutil>=2.1->matplotlib)
  Downloading https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0ac0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
Installing collected packages: kiwisolver, six, python-dateutil, numpy, cycler, pyparsing, matplotlib
  The script f2py.exe is installed in 'e:\baidunetdiskdownload\python3.7.0\Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location.
Successfully installed cycler-0.10.0 kiwisolver-1.1.0 matplotlib-3.1.1 numpy-1.17.0 pyparsing-2.4.2 python-dateutil-2.8.0 six-1.12.0
You are using pip version 10.0.1, however version 19.2.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

E:\BaiduNetdiskDownload\python3.7.0>pip install seaborn
Collecting seaborn
  Downloading https://files.pythonhosted.org/packages/a8/76/220ba4420459d9c4c9c9587c6ce607bf56c25b3d3d2de62056efe482dadc/seaborn-0.9.0-py3-none-any.whl (208kB)
    100% |████████████████████████████████| 215kB 464kB/s
Requirement already satisfied: numpy>=1.9.3 in e:\baidunetdiskdownload\python3.7.0\lib\site-packages (from seaborn) (1.17.0)
Requirement already satisfied: matplotlib>=1.4.3 in e:\baidunetdiskdownload\python3.7.0\lib\site-packages (from seaborn) (3.1.1)
Collecting pandas>=0.15.2 (from seaborn)
  Downloading https://files.pythonhosted.org/packages/c1/cf/58ccaa38d5670dd4d2aee5df90aa03d670ede3947b7148e72391c80d4f91/pandas-0.25.0-cp37-cp37m-win_amd64.whl (9.2MB)
    100% |████████████████████████████████| 9.2MB 996kB/s
Collecting scipy>=0.14.0 (from seaborn)
  Downloading https://files.pythonhosted.org/packages/53/17/9dfd64540b6645fae581462ed2d1c8e680b7e946ca2789c5149693660392/scipy-1.3.0-cp37-cp37m-win_amd64.whl (30.3MB)
    100% |████████████████████████████████| 30.3MB 525kB/s
Requirement already satisfied: kiwisolver>=1.0.1 in e:\baidunetdiskdownload\python3.7.0\lib\site-packages (from matplotlib>=1.4.3->seaborn) (1.1.0)
Requirement already satisfied: python-dateutil>=2.1 in e:\baidunetdiskdownload\python3.7.0\lib\site-packages (from matplotlib>=1.4.3->seaborn) (2.8.0)
Requirement already satisfied: pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 in e:\baidunetdiskdownload\python3.7.0\lib\site-packages (from matplotlib>=1.4.3->seaborn) (2.4.2)
Requirement already satisfied: cycler>=0.10 in e:\baidunetdiskdownload\python3.7.0\lib\site-packages (from matplotlib>=1.4.3->seaborn) (0.10.0)
Collecting pytz>=2017.2 (from pandas>=0.15.2->seaborn)
  Downloading https://files.pythonhosted.org/packages/87/76/46d697698a143e05f77bec5a526bf4e56a0be61d63425b68f4ba553b51f2/pytz-2019.2-py2.py3-none-any.whl (508kB)
    100% |████████████████████████████████| 512kB 2.8MB/s
Requirement already satisfied: setuptools in e:\baidunetdiskdownload\python3.7.0\lib\site-packages (from kiwisolver>=1.0.1->matplotlib>=1.4.3->seaborn) (39.0.1)
Requirement already satisfied: six>=1.5 in e:\baidunetdiskdownload\python3.7.0\lib\site-packages (from python-dateutil>=2.1->matplotlib>=1.4.3->seaborn) (1.12.0)
Installing collected packages: pytz, pandas, scipy, seaborn
Successfully installed pandas-0.25.0 pytz-2019.2 scipy-1.3.0 seaborn-0.9.0
You are using pip version 10.0.1, however version 19.2.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

 

你可能感兴趣的:(seaborn安装)