研究了一个晚上,from bs4 import BeautifulSoup报错No module named 'bs4'问题,琢磨了一个方法。


首先,我使用的IDE是PyCharm Python版本3.6,在file选项中选择settings选项点进去

Python :No module named bs4 说我没有装bs4.

然后选择Project Interpreter

Python :No module named bs4 说我没有装bs4.

双击pip点进去

Python :No module named bs4 说我没有装bs4.

搜索ps4点击   然后点击Install Package等会即可

相关文章:

  • 2021-12-29
  • 2021-10-23
  • 2021-06-01
  • 2021-11-15
  • 2021-07-16
  • 2021-11-20
猜你喜欢
  • 2021-07-04
  • 2021-06-18
  • 2022-12-23
  • 2021-07-14
  • 2022-01-13
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案