用于Python3的bs4(Beautiful Soup)无法在visual studio中使用

时间:2017-09-21 21:40:49

标签: python-3.x beautifulsoup visual-studio-2017

我是Python的新手,我已经在库中遇到错误,我在Visual Studio社区版2017上运行了python 3.我已经在安装过程中安装了anaconda3 64bit,但问题是当我调用bs4库时( BeautifulSoup)它返回一个错误,告诉我该模块不存在,如图所示:

error message

如何正确安装?

2 个答案:

答案 0 :(得分:1)

您需要将其添加到项目的虚拟环境中 工具 - > Python - > Python环境
它将打开右侧的侧栏 点击“概述”选择“包”然后搜索“BeautifulSoup4”并点击“安装”
现在它在你的项目中

答案 1 :(得分:0)

您可能还需要在解决方案上设置Python环境。

在解决方案资源管理器中右键单击项目的“ Python环境”节点,然后选择“添加/删除Python环境”。

Add/Remove Python Environments

https://docs.microsoft.com/en-us/visualstudio/python/managing-python-environments-in-visual-studio?view=vs-2017