ModuleNotFoundError in Code playground | Sololearn | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

ModuleNotFoundError in Code playground | Sololearn

I am doing a simple code in Python in Code playground in Sololearn . For that code I want to import a module named as bs4 . And I import the module and when I run the code then it is showing ModuleNotFoundError .

4th Jul 2020, 9:49 AM
Varshith
Varshith - avatar
2 Answers
+ 5
You can take hint from these : https://www.sololearn.com/Discuss/2256276/?ref=app https://code.sololearn.com/cvdvAGGqi8g5/?ref=app # if you run into any error post here # that's for the shared code also or simply hit run again
4th Jul 2020, 10:39 AM
Daljeet Singh
Daljeet Singh - avatar
+ 3
You can only import python standard libraries in sololearn code playground. Otherwise it will show only "Module not found" error. You can use an IDE for that after installing that module using pip-install.
4th Jul 2020, 9:56 AM
Arctic Fox
Arctic Fox - avatar