win10-cpu
快捷键:win+R,输入cmd,然后开始吧~
因python国内网络的问题,可以用国内的镜像源来加速。
pip install 包名 -i http://pypi.douban.com/simple/ --trusted-host pypi.douban.com
这个是豆瓣源--trusted-host pypi.douban.com
这是为了获得ssl证书的认证,要不然会报错
keras-cpu
pip install keras
# Successfully installed keras-2.2.4 keras-applications-1.0.6 keras-preprocessing-1.0.5
tensorflow-cpu
pip install --upgrade tensorflow
# Cannot uninstall 'wrapt'
pip install --upgrade tensorflow --ignore-installed wrapt
# 用pip安装tensorflow换成国内源快速安装
pip install --index-url https://pypi.douban.com/simple tensorflow
# conda安装
conda install --channel https://conda.anaconda.org/conda-forge tensorflow
sklearn
pip install sklearn
# Successfully installed sklearn-0.0
GIT
安装教程:Windows10下安装Git
其他:
(1)cmd 里面运行git提示“不是内部或外部命令,也不是可运行的程序”:
# 配置环境变量:
D:\Program Files\Git\mingw64\bin
D:\Program Files\Git\mingw64\libexec\git-core
(2)fatal: Not a git repository
git init
# 也就是说,在命令行敲入git init回车之后,再重新执行添加文件的命令即可。
pyltp
第一次尝试:
pip install pyltp
# 结果:
# error: Microsoft Visual C++ 14.