No module named ' BS4 ' __python after successful installation of beautiful soup in Python

Source: Internet
Author: User

This article is mainly used to solve the successful installation of beautiful soup in the terminal, but the following error still occurs in idle:

>>>from BS4 Import BeautifulSoup

Traceback (most recent call last):

File "<pyshell #1 >", line 1,in <module>

From BS4 import BeautifulSoup

Importerror:no module named ' BS4 '


One of the reasons for this error (and for many reasons) is the sudo pip install Beautifulsoup4 entered in the terminal, the BS4 package that was successfully installed under the Python2.7 path. And the python in the idle of the edit code is version 3.5.2.

So, just change the command to the following:

sudo pip3 install Beautifulsoup4


Of course, there may be other reasons, the above error, please refer to other information.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.