符号有问题
>>> from bs4 import beautifulsoup
Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
from bs4 import beautifulsoup
File "C:\Users\ONEPIECE\AppData\Local\Programs\Python\Python35-32\beautifulsoup4-4.5.1.tar\beautifulsoup4-4.5.1\bs4\__init__.py", line 53
'You are trying to run the Python 2 version of Beautiful Soup under Python 3. This will not work.'<>'You need to convert the code, either by installing it (`python setup.py install`) or by running 2to3 (`2to3 -w bs4`).'
^
SyntaxError: invalid syntax
安装beautifulsoup中出现这个,醉了