pip install tensorflow
这里很简单 直接命令行输入: python -m pip install numpy
python -m pip install scipy
python -m pip install theano
python -m pip install keras
python -m pip install --upgrade pip
pip install sklearn
命令行 pip install lxml 安装库
import nltk
nltk.download('punkt')
Warning (from warnings module):
File "D:\python35\lib\site-packages\gensim\utils.py", line 862
warnings.warn("detected Windows; aliasing chunkize to chunkize_serial")
UserWarning: detected Windows; aliasing chunkize to chunkize_serial
>>> import warnings
>>> warnings.filterwarnings(action='ignore',category=UserWarning,module='gensim')
本文链接:http://task.lmcjl.com/news/1550.html