python3如何安裝bs4
在python官網找到beautifulsoup模組的下載頁面,點選"downloap"將該模組的安裝包下載到本地。
相關推薦:《》
將該安裝包解壓,然後在開啟cmd,並透過cmd進入到該安裝包解壓後的資料夾目錄下。
在該檔案目錄下輸入"python install setup.py",進行beautifulsoup4模組的安裝,當安裝完成後會看到有"Finished"字樣。
安裝完成後,在cmd中執行Python,然後輸入"from bs4 import BeautifulSoup" 匯入該模組,如果成功安裝的話將沒有任何列印資訊,否則會有相應的錯誤資訊列印。
直接透過pip安裝
開啟cmd,然後在cmd中輸入命令“pip install beautifulsoup4”,就可以成功安裝beautifulsoup4,不過該版本不一定會是4.4.1,版本會是當前python庫中的最新版本。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/132/viewspace-2836422/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- brew 安裝python3:如何使用brew安裝Python3Python
- python3環境如何安裝Python
- mac上如何安裝python3MacPython
- 如何在MacOS下安裝Python3MacPython
- CentOS 7 如何編碼安裝Python3?CentOSPython
- mac安裝python3MacPython
- Mac 安裝Python3MacPython
- CentOS 安裝Python3CentOSPython
- CentOS 安裝 Python3CentOSPython
- centOS安裝python3CentOSPython
- Python爬蟲--- 1.2 BS4庫的安裝與使用Python爬蟲
- linux安裝python3(原始碼安裝)LinuxPython原始碼
- Linux安裝Python3後,如何使用pip命令LinuxPython
- 為CentOS安裝python3CentOSPython
- Linux安裝Python3LinuxPython
- python3安裝scrapy框架Python框架
- Python3安裝requests庫Python
- Python3 安裝Opencv方法PythonOpenCV
- python3環境安裝Python
- rhel7安裝python3Python
- 怎麼解除安裝python3Python
- windows10 安裝python3WindowsPython
- linux下安裝python3LinuxPython
- python3安裝和使用virtualenvPython
- Linux下Python3安裝LinuxPython
- Win10 安裝 Python3 (上)Win10Python
- CentOS7快速安裝python3CentOSPython
- VirtualBox CentOS 7安裝Python3CentOSPython
- CentOS探索之路3—安裝python3CentOSPython
- CentOS下編譯安裝Python3教程CentOS編譯Python
- centos7編譯安裝python3CentOS編譯Python
- CentOS 7下編譯安裝Python3CentOS編譯Python
- python3安裝scrapy並執行成功Python
- Python3爬蟲利器之ChromeDriver的安裝Python爬蟲Chrome
- Python3爬蟲利器:Appium的安裝Python爬蟲APP
- python3安裝編譯_tkinter模組丟失Python編譯
- Python3爬蟲利器:BeautifulSoup4的安裝Python爬蟲
- Python3 全自動更新已安裝的模組Python