简体   繁体   English

在 pycharm 中安装 package BeautifulSoup 失败

[英]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, pycharm安装package BeautifulSoup失败,显示Error occurred when installing package BeautifulSoup,我用的是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.下面我正在写这个过程,我如何尝试安装它打开 pycharm,然后 go 设置,python 解释器,然后在可用的软件包上安装 BeautifulSoup。

By clicking on installPackage it shows Error Occurred when installing Package "BeautifulSoup".通过单击 installPackage,它显示安装 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:您可以从这里下载文件: https://pypi.org/project/beautifulsoup4/4.3.2/#modal-close并将文件移动到您要安装的位置,然后打开 cmd 并移动到目录 BeautifulSoup是并运行代码:

pip3 install beautifulsoup4

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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