我在vscode中的虚拟环境中,安装了beautifulsoup,我可以在虚拟环境文件中看到最新的版本文件,我正在运行笔记本,但是它给出了ModuleNotFoundError: No module named'bs4'的错误,这里有帮助吗?注意:当我写pip show beautifulsoup4时,它给了我关于4.11.1软件包的所有细节
我安装了beautifulsoup4和pip安装了bs4
使用conda使用单独的虚拟环境。Requirement already satisfied: bs4 in /home/v4g4x/miniconda3/envs/Scraping/lib/python3.7satisfied: beautifulsoup4 in /home/v4g4x/miniconda3/envs/Scraping/lib&