python安装BeautifulSoup的时候报错SyntaxError: Missing parentheses in call to 'print

我用的是pycharm,不得不说pycharm强大之处,随时更换python.exe我报错的原因:

如下图:

python安装BeautifulSoup的时候报错SyntaxError: Missing parentheses in call to 'print_第1张图片

翻译一下Proposed solution:

Make sure that you use a version of Python supported by this package. Currently you are using Python 3.6.

确保您使用了这个包支持的Python版本。目前您正在使用Python 3.6。

我用的是3.6版本的。

python安装BeautifulSoup的时候报错SyntaxError: Missing parentheses in call to 'print_第2张图片

这是导致失败的原因,是这个beautifulSoup不支持高的版本

通过百度上说,这个原因大致是版本问题,,,不过正巧的是我安装了另一个版本2.7的,,正好试了一下结果居然成功了

python安装BeautifulSoup的时候报错SyntaxError: Missing parentheses in call to 'print_第3张图片


看来是不支持高版本的,,不知道是瞎蒙的还是...有错望指教

你可能感兴趣的:(python)