Install Python3 Bs4


ImportError: No module named 'bs4'



sudo apt-get install python3-bs4


---------------------------------------------
Use Python's pip:
pip install bs4

if there is a proxy(.pac)
Download the .pac file, find what the proxy is.
and use the --proxy as follow:
pip install bs4 --proxy http://user:password@proxyurl:proxyport

Comments

Popular posts from this blog

AWS Notes - Network - TransferFamily(Transfer) connect with EFS

Build JupyterNotebook(Anaconda) environment in AWS EC2

AWS Notes - DevOps - OpsWorks