【发布时间】:2020-10-28 14:45:51
【问题描述】:
我已按照本指南安装 Jupyter:https://medium.com/@blessedmarcel1/how-to-install-jupyter-notebook-on-mac-using-homebrew-528c39fd530f
我安装的是python 3.7.5的版本,然后按照命令进行
pip3 install beautifulsoup4
但是在我写完之后笔记本上继续出现错误
from bs4 import BeautifulSoup
ModuleNotFoundError: 没有名为“bs4”的模块
【问题讨论】:
标签: python beautifulsoup