简体   繁体   中英

Failed to install package BeautifulSoup in pycharm

Failed to install package BeautifulSoup in pycharm, it shows Error occurred when installing package BeautifulSoup, i am using python 3.6.5,

Below i am writting the process,how i try to install it Open pycharm,then go to setting,python interpreter,then there on available packages install BeautifulSoup.

By clicking on installPackage it shows Error Occurred when installing Package "BeautifulSoup".

you can download the file from here: https://pypi.org/project/beautifulsoup4/4.3.2/#modal-close and move the file to where you want to install, then open the cmd and move to the directory the BeautifulSoup is and run the code:

pip3 install beautifulsoup4

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM