Where is BeautifulSoup4 hiding?

后端 未结 3 725
梦谈多话
梦谈多话 2020-12-05 14:52

I did sudo pip install BeautifulSoup4 and got an awfully optimistic response:

Downloading/unpacking beautifulsoup4
  Running setup.py egg_info f         


        
3条回答
  •  感动是毒
    2020-12-05 15:34

    After trying the easy_install and pip if things dont work then download the tz package from the package website untar it in a folder. Now open cmd window and go to the directory where you unzip the tz and run the command 'python setup.py install' IT should work

提交回复
热议问题