Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试构建一个 python 程序,该程序将显示来自某些新闻网站的各种标题。我用pip安装了模块报,但是运行程序却报错:
ImportError:没有名为报纸的模块
有想法该怎么解决这个吗?
是的,请参阅上面提到的用户指南文档。但是,请注意 Python3 是:
pip install newspaper3k
Python 2.x 是:
pip install newspaper
注意:您可能需要在某些系统上使用sudo才能使用pip 进行安装。前任:
sudo pip install newspaper
你可以在终端输入