记录python 虚拟环境安装的包

tensorflow
pip install matplotlib
pip install pandas

matplotlib安装如下:

(tensorflow-gpu) D:\download\install_src\PythonPacket>pip install matplotlib
Collecting matplotlib
  Downloading https://files.pythonhosted.org/packages/cc/eb/fd7a5f3c1484e8d2590ff94ca0b89941940a916394f719ab3bb7279e1970/matplotlib-3.1.1-cp36-cp36m-win_amd64.whl (9.1MB)
     |████████████████████████████████| 9.1MB 74kB/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 kiwisolver>=1.0.1 (from matplotlib)
  Downloading https://files.pythonhosted.org/packages/64/46/75ab48386cbd56065f5542360562be524ad599911455b6d95520cb118613/kiwisolver-1.1.0-cp36-none-win_amd64.whl (57kB)
     |████████████████████████████████| 61kB 196kB/s
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)
     |████████████████████████████████| 71kB 218kB/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)
     |████████████████████████████████| 235kB 130kB/s
Requirement already satisfied: numpy>=1.11 in d:\programdata\anaconda3\envs\tensorflow-gpu\lib\site-packages (from matplotlib) (1.17.2+mkl)
Requirement already satisfied: six in d:\programdata\anaconda3\envs\tensorflow-gpu\lib\site-packages (from cycler>=0.10->matplotlib) (1.12.0)
Requirement already satisfied: setuptools in d:\programdata\anaconda3\envs\tensorflow-gpu\lib\site-packages (from kiwisolver>=1.0.1->matplotlib) (39.1.0)
Installing collected packages: cycler, kiwisolver, pyparsing, python-dateutil, matplotlib
Successfully installed cycler-0.10.0 kiwisolver-1.1.0 matplotlib-3.1.1 pyparsing-2.4.2 python-dateutil-2.8.0

pandas安装如下:

(tensorflow-gpu) D:\download\install_src\PythonPacket>pip install pandas
Collecting pandas
  Downloading https://files.pythonhosted.org/packages/af/b2/51c178d516b85be51f3a3bd30c654453a3884a34d6329343555418b5d7cb/pandas-0.25.1-cp36-cp36m-win_amd64.whl (9.0MB)
     |████████████████████████████████| 9.0MB 168kB/s
Requirement already satisfied: numpy>=1.13.3 in d:\programdata\anaconda3\envs\tensorflow-gpu\lib\site-packages (from pandas) (1.17.2+mkl)
Collecting pytz>=2017.2 (from pandas)
  Downloading https://files.pythonhosted.org/packages/87/76/46d697698a143e05f77bec5a526bf4e56a0be61d63425b68f4ba553b51f2/pytz-2019.2-py2.py3-none-any.whl (508kB)
     |████████████████████████████████| 512kB 152kB/s
Requirement already satisfied: python-dateutil>=2.6.1 in d:\programdata\anaconda3\envs\tensorflow-gpu\lib\site-packages (from pandas) (2.8.0)
Requirement already satisfied: six>=1.5 in d:\programdata\anaconda3\envs\tensorflow-gpu\lib\site-packages (from python-dateutil>=2.6.1->pandas) (1.12.0)
Installing collected packages: pytz, pandas
Successfully installed pandas-0.25.1 pytz-2019.2

安装XGboost
下载xgboost安文件,网址: https://www.lfd.uci.edu/~gohlke/pythonlibs/#xgboost

>cd D:\download\install_src\PythonPacket
>pip install xgboost-0.90-cp36-cp36m-win_amd64.whl 

安装graphviz
import graphviz
D:\Program Files (x86)\Graphviz2.38\bin\
下载安装包:
https://www.cnblogs.com/shuodehaoa/p/8667045.html

下载安装:
graphviz-0.3.3
pip setup.py install

scikit-learn
widows安装包下载链接
https://www.lfd.uci.edu/~gohlke/pythonlibs/#scikit-learn
linux安装包下载链接https://pypi.org/project/scikit-learn/#files

windows系统下安装
cd D:\download\install_src\PythonPacket
pip install scikit_learn-0.21.3-cp36-cp36m-win_amd64.wh

linux系统下安装
$ cd /mnt/hgfs/D/download/install_src/PythonPacket/
$pip install scikit_learn-0.21.3-cp36-cp36m-manylinux1_x86_64.whl

numpy
widows安装包下载链接
https://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy
linux安装包下载链接https://pypi.org/project/numpy/#files

安装numpy
Windows系统下安装
D:\download\install_src\PythonPacket>pip install “numpy-1.17.2+mkl-cp36-cp36m-win_amd64.whl”
linux系统下安装
$ cd /mnt/hgfs/D/download/install_src/PythonPacket/
$pip install numpy-1.17.3-cp36-cp36m-manylinux1_x86_64.whl

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值