我想在谷歌colab上安装python报纸包,但它给出了一个错误。
我正在通过以下方式安装
!pip install newspaper
ERROR: Command "python setup.py egg_info" failed with error code 1
in /tmp/pip-install-4yvxd5xq/newspaper/
如果您使用的是python 3笔记本,则可以通过以下方式安装:
!pip3 install newspaper3k