9th May 2022, 9:03 PM
Lenoname
3 Answers
+ 3
Lenoname on repl.it you use the UI to add packages, or you can also edit the pypackages.toml file in your project folder, which lists the dependencies. https://docs.replit.com/programming-ide/installing-packages
10th May 2022, 3:46 AM
Tibor Santa
Tibor Santa - avatar
+ 2
The module is not installed so you can't import. On sololearn you can use this code snippet: import os os.system("pip -q install beautifulsoup4 ") Now you can import BeautifulSoup. You can ignore the warning.
9th May 2022, 10:23 PM
Denise Roßberg
Denise Roßberg - avatar
0
Denise Roßberg I’m on replit
10th May 2022, 3:20 AM
Lenoname