ImportError when installing newspaper

前端 未结 2 1440
自闭症患者
自闭症患者 2021-01-06 13:26

I am pretty new to python and am trying to import newspaper for article extraction. Whenever I try to import the module I get ImportError: cannot import name images

2条回答
  •  再見小時候
    2021-01-06 13:41

    I was able to fix this problem by creating an images directory in /usr/local/lib/python2.7/dist-packages/newspaper , moving images.py to this directory, and placing a blank __init__.py in this directory.

提交回复
热议问题