"unit-tests fehlgeschlagen" für beautifulsoup

ich versuche zu installieren beautifulsoup für python33 aber nicht ordnungsgemäß installieren es gibt Fehler wie:

C:\Python33>pip install beautifulsoup
Downloading/unpacking beautifulsoup
Downloading BeautifulSoup-3.2.1.tar.gz
Running setup.py egg_info for package beautifulsoup
Traceback (most recent call last):
  File "<string>", line 16, in <module>
  File "c:\windows\temp\pip_build_Prashant\beautifulsoup\setup.py", line 22
    print "Unit tests have failed!"
                                  ^
SyntaxError: invalid syntax
Complete output from command python setup.py egg_info:
Traceback (most recent call last):

File "<string>", line 16, in <module>

File "c:\windows\temp\pip_build_Prashant\beautifulsoup\setup.py", line 22

print "Unit tests have failed!"

                              ^

SyntaxError: invalid syntax 

also, was kann ich tun um diesen Fehler,kann jemand mir empfehlen?

  • Sie möchten beautifulsoup4; BS-3 ist sehr alt und funktioniert nicht auf Python 3.
  • ist diese Arbeit das gleiche wie beautifulsoap?
  • Es ist die neueste version des Projekts.
  • Dank seiner Arbeit nun...
InformationsquelleAutor Prush | 2014-03-10
Schreibe einen Kommentar