랭귀지/python
                
              python3.7 pip install beautifulsoup Error
                유키공
                 2020. 4. 11. 11:09
              
              
                                
        pip install beautifulsoup
You're trying to run a very old release of Beautiful Soup under Python 3
"You're trying to run a very old release of Beautiful Soup under Python 3. This will not work."<>"Please use Beautiful Soup 4, available through the pip package 'beautifulsoup4'."
pip install beautifulsoup4
