无法在Windows 8.1上安装beautifulsoup

时间:2017-01-25 10:46:22

标签: python windows-8.1 python-3.6

我无法安装beautifulsoup模块

错误:

C:\WINDOWS\system32>pip install beautifulsoup
Collecting beautifulsoup
  Using cached BeautifulSoup-3.2.1.tar.gz
   Complete output from command python setup.py egg_info:
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "C:\Users\surabhis\AppData\Local\Temp\pip-build-tdxcdfig\beautifulsou
p\setup.py", line 22
    print "Unit tests have failed!"
                                  ^
SyntaxError: Missing parentheses in call to 'print'

----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\username
\AppData\Local\Temp\pip-build-tdxcdfig\beautifulsoup\

我按照指定的工作进行了操作 Python pip install gives "Command "python setup.py egg_info" failed with error code 1"

pip install --upgrade setuptools pip install ez_setup,然后重试模块安装。

然而,它仍然无效。我使用cmd作为管理员。

操作系统:Windows 8.1专业版 Python:3.6.0

2 个答案:

答案 0 :(得分:0)

我不知道您使用的是哪个版本,但我只是使用了您提供的语法,因为无法通过Windows 8.1安装,但是使用了“ beautifulsoup4”(不是“ beautifulsoup”),并且可以正常工作!

答案 1 :(得分:-1)

我是新手。由于没有回应我以为我会回应这个。在Windows 7下,我发现python print命令在print参数周围没有括号时不起作用。因此,您可以更改脚本,以使其打印命令具有这些括号。