如何为Anaconda安装stop-words,这是我用Anaconda为jupyter笔记本使用的。我可以用pip3 install...安装,但是我需要用conda install ...来安装,这样我就可以使用这个包了。最后,我希望能够在jupyter中做from stop_words import get_stop_words。To install this package with pip, first run:
and then:
pi
在安装nltk==2.0.5时,我收到错误urllib2.HTTPError: HTTP Error 403: SSL is required。实际上,我正在尝试安装newspaper,但在尝试安装此软件包时失败。重现该问题的最小Dockerfile:RUN apt-get install -y python-pip
# problemoccurs with or with