首页 > 编程语言 > 详细

出现问题:Command "python setup.py egg_info" failed with error code 1,当进行pip3 install beautifulsoup

时间:2018-02-22 09:57:14      阅读:454      评论:0      收藏:0      [点我收藏+]
C:\Users\wang>pip3 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\wang\AppData\Local\Temp\pip-build-3s2h_rej\beautifulsoup\se
tup.py", line 22
        print "Unit tests have failed!"
                                      ^
    SyntaxError: Missing parentheses in call to print. Did you mean print(int
"Unit tests have failed!")?

    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\wang\App
Data\Local\Temp\pip-build-3s2h_rej\beautifulsoup\

解决方案是:

C:\Users\wang>pip install bs4

 

出现问题:Command "python setup.py egg_info" failed with error code 1,当进行pip3 install beautifulsoup

原文:https://www.cnblogs.com/feliciawon/p/8458043.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!