• pip安装BeautifuSoup


    安装BeautifuSoup出错,错误如下:

    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:UsersEricAppDataLocalTemppip-build-frr2rg68BeautifulSoupsetup.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:UsersEricAppDataLocalTemppip-build-frr2rg68BeautifulSoup
    

    baidu了一个把,发现在python3上安装BeautifulSoup 应该使用pip install BeautifuSoup4.

    C:UsersEric>pip3 install BeautifulSoup4
    Collecting BeautifulSoup4
      Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ReadTimeoutError("HTTPSConnectionPool(host='pypi.python.org', port=443): Read timed out. (read timeout=15)",)': /simple/beautifulsoup4/
      Downloading beautifulsoup4-4.6.0-py3-none-any.whl (86kB)
        100% |████████████████████████████████| 92kB 41kB/s
    Installing collected packages: BeautifulSoup4
    Successfully installed BeautifulSoup4-4.6.0
    
  • 相关阅读:
    《设计模式》(精华集)
    TClientDataSet使用(二)
    害我查了半天的错误!av错误,小心Component对象使用Application当Owner
    释放自己
    最近在转C#
    TClientDataSet的使用技巧
    小心使用可修改的常量。
    指数函数和正弦函数相乘
    adb 常用命令
    win7下ie9设置无法保存的问题
  • 原文地址:https://www.cnblogs.com/diaolanshan/p/7906442.html
Copyright © 2020-2023  润新知